ExportRequest Constructor (Guid, Guid, Guid, CallerContext, IListViewParameter)

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,
	CallerContext callerContext,
	IList<ViewParameter> viewParameters
)

Parameters

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