ExportProviderRequest Class

A request to retrieve data for a metric set that includes overrides and parameters.
Inheritance Hierarchy
SystemObject
  Dundas.BI.ExportExportProviderRequest

Namespace: Dundas.BI.Export
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class ExportProviderRequest

The ExportProviderRequest type exposes the following members.

Constructors
 NameDescription
Public methodExportProviderRequest(ClientRequest) Initializes a new instance of the ExportProviderRequest class.
Public methodExportProviderRequest(Guid, ClientOverrides, RequestOptions, ICollectionParameterValue, String) Initializes a new instance of the ExportProviderRequest class.
Top
Properties
 NameDescription
Public propertyClientData Gets the Client Data.
Public propertyClientOptions Gets the client options.
Public propertyClientOverrides Gets the client overrides.
Public propertyMetricSet Gets the metric set.
Public propertyOverrides Gets the overrides.
Public propertyParameterValues Gets the parameter values.
Public propertyStatus Gets the status of the Export Provider Request.
Top
See Also