ExportRequest Class |
Namespace: Dundas.BI.Export
The ExportRequest type exposes the following members.
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, 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.
|
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.
| |
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).
| |
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.
| |
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.
|
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.) |