ExportProviderRequest Constructor

Initializes a new instance of the ExportProviderRequest 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 ExportProviderRequest(
	ClientRequest clientRequest
)

Parameters

clientRequest
Type: Dundas.BI.Data.DataRetrievalClientRequest
The client request.
Exceptions
ExceptionCondition
ArgumentNullExceptionclientRequest is .
InvalidSessionExceptionThe caller context is not associated with a valid session.
Remarks
Note Note
Consider checking the value of the Status property to ensure there weren't any issues initializing the request.
See Also