ExportRequest Class

Class that encapsulates a export request and the associated options.
Inheritance Hierarchy
SystemObject
  Dundas.BI.ExportExportRequest

Namespace: Dundas.BI.Export
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class ExportRequest : IDisposable

The ExportRequest type exposes the following members.

Constructors
 NameDescription
Public methodExportRequest(Guid, Guid) Initializes a new instance of the ExportRequest class.
Public methodExportRequest(Guid, Guid, CallerContext) Initializes a new instance of the ExportRequest class.
Public methodExportRequest(Guid, Guid, IListViewParameter) Initializes a new instance of the ExportRequest class.
Public methodExportRequest(Guid, Guid, Guid) Initializes a new instance of the ExportRequest class.
Public methodExportRequest(Guid, Guid, CallerContext, IListViewParameter) Initializes a new instance of the ExportRequest class.
Public methodExportRequest(Guid, Guid, Guid, CallerContext) Initializes a new instance of the ExportRequest class with the specified provider, data cube, transform, and settings.
Public methodExportRequest(Guid, Guid, Guid, IListViewParameter) Initializes a new instance of the ExportRequest class.
Public methodExportRequest(Guid, Guid, Guid, CallerContext, IListViewParameter) Initializes a new instance of the ExportRequest class.
Public methodExportRequest(Guid, Guid, Guid, CallerContext, IListViewParameter, DeliverySettings) Initializes a new instance of the ExportRequest class.
Top
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 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 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 propertyIsRequestProcessedRemotely 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.
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 propertyTransformId Gets the ID for the transform.
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
Methods
 NameDescription
Public methodDisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Protected methodDispose(Boolean)Releases unmanaged and - optionally - managed resources.
Protected methodFinalizeFinalizes an instance of the ExportRequest class.
(Overrides ObjectFinalize)
Top
See Also