ExportRequestOptions Class

The data contract object for requesting a ExportRequest class.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsExportRequestOptions

Namespace: Dundas.BI.WebApi.Models
Assembly: Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
[DataContractAttribute]
public class ExportRequestOptions

The ExportRequestOptions type exposes the following members.

Constructors
 NameDescription
Public methodExportRequestOptions Initializes a new instance of the ExportRequestOptions class.
Top
Properties
 NameDescription
Public propertyAdapterRequests Gets the list of requests generated by the adapters.
Public propertyDataCubeId Gets the ID for the data cube.
Public propertyDeliverySettings Gets or sets the notification delivery settings.
Public propertyId Gets the ID of the export request.
Public propertyIsLegacyExport Gets or sets a value indicating whether the export should use the legacy format (Excel only).
Public propertyOverrideExportFileName Gets or sets an override file name to be used instead of the view's name.
Public propertyOverrideHeight Gets or sets the height of the view when creating export image.
Public propertyOverrideWidth Gets or sets the width of the view when creating export image.
Public propertyParameterValues Gets the values for all the settings defined for the export plug-in. These are not parameters for the View.
Public propertyProviderId Gets the ID of the provider that will perform the export.
Public propertyRequests Gets the view requests. This contains the parameter values and overrides for the visualizations.
Public propertyRunAsynchronously Gets or sets a value indicating whether the export should be run asynchronously.
Public propertyTransformId Gets the ID for the transform.
Public propertyUtcOffset Gets or sets the user's time zone offset (in minutes) from UTC.
Public propertyViewData Gets or sets the current view's serialized data to have closer matching visual exports.
Public propertyViewId Gets the View ID for which the export is requested.
Public propertyViewParameters Gets the view parameters.
Public propertyViewUrl Gets or sets the optional view URL. This should be set if the UI is exporting, as it will have the short-linked URL to the exact view.
Top
Methods
 NameDescription
Public methodStatic memberToDataContractMappings The mapping between ExportRequest and ExportRequestOptions.
Top
See Also