ClientExportRequest Class

Class that encapsulates a export request and the associated options in a read-only format which is passed to Export Completed Event.
Inheritance Hierarchy
SystemObject
  Dundas.BI.ExportClientExportRequest

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 ClientExportRequest

The ClientExportRequest type exposes the following members.

Properties
 NameDescription
Public propertyIsLegacyExport Gets a value indicating whether the export should use the legacy format (Excel only).
Public propertyProviderId Gets the ID of the provider that will perform the export.
Public propertyProviderSettings Gets the values for all the settings defined for the export plug-in. These are not parameters for the View.
Public propertyRequests Gets the view requests. This contains the parameter values and overrides for the visualizations.
Public propertyStoreResultAsBlob Gets a value indicating whether to store the result of the export as a BLOB.
Public propertyViewId Gets the View ID for which the export is requested.
Public propertyViewParameters Gets the view parameters.
Public propertyViewUrl Gets the URL of the page that renders the view to export.
Top
See Also