ExportRequestOptions Class |
Namespace: Dundas.BI.WebApi.Models
The ExportRequestOptions type exposes the following members.
Name | Description | |
---|---|---|
ExportRequestOptions |
Initializes a new instance of the ExportRequestOptions class.
|
Name | Description | |
---|---|---|
AdapterRequests |
Gets the list of requests generated by the adapters.
| |
DeliverySettings |
Gets or sets the notification delivery settings.
| |
Id |
Gets the ID of the export request.
| |
IsLegacyExport |
Gets or sets a value indicating whether the export should use the legacy format (Excel only).
| |
OverrideExportFileName |
Gets or sets an override file name to be used instead of the view's name.
| |
OverrideHeight |
Gets or sets the height of the view when creating export image.
| |
OverrideWidth |
Gets or sets the width of the view when creating export image.
| |
ParameterValues |
Gets the values for all the settings defined for the export plug-in. These are not parameters for the View.
| |
ProviderId |
Gets the ID of the provider that will perform the export.
| |
Requests |
Gets the view requests. This contains the parameter values and overrides for the visualizations.
| |
UtcOffset |
Gets or sets the user's time zone offset (in minutes) from UTC.
| |
ViewData |
Gets or sets the current view's serialized data to have closer matching visual exports.
| |
ViewId |
Gets the View ID for which the export is requested.
| |
ViewParameters |
Gets the view parameters.
| |
ViewUrl |
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.
|
Name | Description | |
---|---|---|
ToDataContractMappings |
The mapping between ExportRequest and ExportRequestOptions.
|