Class that encapsulates a export request and the associated options.
Inheritance Hierarchy Namespace: Dundas.BI.ExportAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic class ExportRequest : IDisposable
Public Class ExportRequest
Implements IDisposable
public ref class ExportRequest : IDisposable
type ExportRequest =
class
interface IDisposable
endThe ExportRequest type exposes the following members.
Constructors| | Name | Description |
|---|
 | ExportRequest(Guid, Guid) |
Initializes a new instance of the ExportRequest class.
|
 | ExportRequest(Guid, Guid, CallerContext) |
Initializes a new instance of the ExportRequest class.
|
 | ExportRequest(Guid, Guid, IListViewParameter) |
Initializes a new instance of the ExportRequest class.
|
 | ExportRequest(Guid, Guid, Guid) |
Initializes a new instance of the ExportRequest class.
|
 | ExportRequest(Guid, Guid, CallerContext, IListViewParameter) |
Initializes a new instance of the ExportRequest class.
|
 | ExportRequest(Guid, Guid, Guid, CallerContext) |
Initializes a new instance of the ExportRequest class with the specified provider, data cube,
transform, and settings.
|
 | ExportRequest(Guid, Guid, Guid, IListViewParameter) |
Initializes a new instance of the ExportRequest class.
|
 | ExportRequest(Guid, Guid, Guid, CallerContext, IListViewParameter) |
Initializes a new instance of the ExportRequest class.
|
 | ExportRequest(Guid, Guid, Guid, CallerContext, IListViewParameter, DeliverySettings) |
Initializes a new instance of the ExportRequest class.
|
Top
Properties| | Name | Description |
|---|
 | AdapterRequests |
Gets the list of requests generated by the adapters.
|
 | AuthenticationCookieName |
Gets or sets the name of the authentication cookie.
|
 | CancellationToken |
Gets the cancellation token associated with the request operation.
|
 | DataCubeId |
Gets the ID for the data cube.
|
 | DeliverySettings |
Gets or sets the notification delivery settings.
|
 | Id |
Gets the ID of the export request.
|
 | IsCancellationRequested |
Gets a value indicating whether a cancellation signal has been sent to the export request.
|
 | IsLegacyExport |
Gets or sets a value indicating whether the export should use the legacy format (Excel only).
|
 | IsRequestProcessedRemotely |
Gets or sets the flag indicating whether the export request is being processed remotely in the Export Microservice.
This is used for internal purposes and should not be set by external callers.
|
 | IsThumbnail |
Gets a value indicating whether or not the export is to generate a thumbnail.
|
 | IsValid |
Gets a value indicating whether this instance is valid.
|
 | OverrideExportFileName |
Gets or sets an override file name to be used instead of the view's name.
|
 | ProviderId |
Gets the ID of the provider that will perform the export.
|
 | ProviderSettings |
Gets the values for all the settings defined for the export plug-in. These are not parameters for the View.
|
 | Requests |
Gets the view requests. This contains the parameter values and overrides for the visualizations.
|
 | SessionId |
Gets or sets the session identifier.
|
 | StoreResultAsBlob |
Gets or sets a value indicating whether to store the result of the export as a BLOB.
|
 | TransformId |
Gets the ID for the transform.
|
 | UtcOffset |
Gets or sets the user's time zone offset (in minutes) from UTC.
|
 | ViewId |
Gets the View ID for which the export is requested.
|
 | ViewParameters |
Gets the view parameters.
|
 | ViewUrl |
Gets or sets the URL of the page that renders the view to export.
|
Top
Methods| | Name | Description |
|---|
 | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
 | Dispose(Boolean) | Releases unmanaged and - optionally - managed resources. |
 | Finalize | Finalizes an instance of the ExportRequest class. (Overrides ObjectFinalize) |
Top
See Also