ExportRequest Constructor (Guid, Guid, Guid)

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 id,
	Guid providerId,
	Guid viewId
)

Parameters

id
Type: SystemGuid
The ID of the export request.
providerId
Type: SystemGuid
The provider ID.
viewId
Type: SystemGuid
The ID of the view.
See Also