ExportRequest Properties

The ExportRequest type exposes the following members.

Properties
  NameDescription
Public propertyAdapterRequests
Gets the list of requests generated by the adapters.
Public propertyAuthenticationCookieName
Gets or sets the name of the authentication cookie.
Public propertyCancellationToken
Gets the cancellation token associated with the request operation.
Public propertyId
Gets the ID of the export request.
Public propertyIsCancellationRequested
Gets a value indicating whether a cancellation signal has been sent to the export request.
Public propertyIsLegacyExport
Gets or sets a value indicating whether the export should use the legacy format (Excel only).
Public propertyIsThumbnail
Gets a value indicating whether or not the export is to generate a thumbnail.
Public propertyIsValid
Gets a value indicating whether this instance is valid.
Public propertyOverrideExportFileName
Gets or sets an override file name to be used instead of the view's name.
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 propertySessionId
Gets or sets the session identifier.
Public propertyStoreResultAsBlob
Gets or sets a value indicating whether to store the result of the export as a BLOB.
Public propertyUtcOffset
Gets or sets the user's time zone offset (in minutes) from UTC.
Public propertyViewId
Gets the View ID for which the export is requested.
Public propertyViewParameters
Gets the view parameters.
Public propertyViewUrl
Gets or sets the URL of the page that renders the view to export.
Top
See Also