ExportRequestOptions Properties

The ExportRequestOptions type exposes the following members.

Properties
  NameDescription
Public propertyAdapterRequests
Gets the list of requests generated by the adapters.
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 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
See Also