ExportRequest Constructor (Guid, Guid, CallerContext) |
Namespace:
Dundas.BI.Export
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic ExportRequest(
Guid providerId,
Guid viewId,
CallerContext callerContext
)
Public Sub New (
providerId As Guid,
viewId As Guid,
callerContext As CallerContext
)
public:
ExportRequest(
Guid providerId,
Guid viewId,
CallerContext^ callerContext
)
new :
providerId : Guid *
viewId : Guid *
callerContext : CallerContext -> ExportRequestParameters
- 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