ExportRequest Constructor (Guid, Guid, CallerContext)

Initializes a new instance of the ExportRequest class.

Namespace:  Dundas.BI.Export
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public ExportRequest(
	Guid providerId,
	Guid viewId,
	CallerContext callerContext
)

Parameters

providerId
Type: SystemGuid
The provider ID.
viewId
Type: SystemGuid
The ID of the view.
callerContext
Type: Dundas.BICallerContext
The caller context associated with the request, or to use the current caller context.
See Also