ExportProviderRequest Class

A request to retrieve data for a metric set that includes overrides and parameters.
This class is not intended to be used directly from your code, unless you are implementing a custom export provider.
Inheritance Hierarchy
SystemObject
  Dundas.BI.ExportExportProviderRequest

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

The ExportProviderRequest type exposes the following members.

Constructors
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