ExportRequest Constructor (Guid, Guid, Guid, CallerContext, IListViewParameter) |
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 id,
Guid providerId,
Guid viewId,
CallerContext callerContext,
IList<ViewParameter> viewParameters
)
Public Sub New (
id As Guid,
providerId As Guid,
viewId As Guid,
callerContext As CallerContext,
viewParameters As IList(Of ViewParameter)
)
public:
ExportRequest(
Guid id,
Guid providerId,
Guid viewId,
CallerContext^ callerContext,
IList<ViewParameter^>^ viewParameters
)
new :
id : Guid *
providerId : Guid *
viewId : Guid *
callerContext : CallerContext *
viewParameters : IList<ViewParameter> -> ExportRequestParameters
- id
- Type: SystemGuid
The ID of the export request. - 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. - viewParameters
- Type: System.Collections.GenericIListViewParameter
The view's parameters.
See Also