ExportRequest Constructor (Guid, Guid) |
Namespace:
Dundas.BI.Export
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (9.0.0.1000)
Syntaxpublic ExportRequest(
Guid providerId,
Guid viewId
)
Public Sub New (
providerId As Guid,
viewId As Guid
)
public:
ExportRequest(
Guid providerId,
Guid viewId
)
new :
providerId : Guid *
viewId : Guid -> ExportRequestParameters
- providerId
- Type: SystemGuid
The provider ID. - viewId
- Type: SystemGuid
The ID of the view.
See Also