ExportConstants Class

Constants pertaining to functionality in the Dundas.BI.Export namespace.
Inheritance Hierarchy
SystemObject
  Dundas.BI.ExportExportConstants

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

The ExportConstants type exposes the following members.

Fields
 NameDescription
Public fieldStatic memberExportCancelledBroadcastMessageId The broadcast message ID for Export.
Public fieldStatic memberIsExportQueryStringKey The query string parameter which specifies that the view is being exported.
Public fieldStatic memberIsThumbnailQueryStringKey The query string parameter which specifies that the view is being exported to generate a thumbnail for the filesystem.
Public fieldStatic memberOriginalViewIdMetadataKey The metadata key for storing the original view ID of a temporary view created for export.
Public fieldStatic memberOriginalViewRevisionMetadataKey The metadata key for storing the original view revision of a temporary view created for export.
Public fieldStatic memberPdfFileExtension The string which specifies the pdf file extension.
Public fieldStatic memberPngFileExtension The string which specifies the png file extension.
Public fieldStatic memberPngMimeType The string which specifies the png mime type.
Public fieldStatic memberViewOnlyQueryStringKey The query string parameter which specifies how the view should load
Public fieldStatic memberViewOnlyQueryStringValue The query string value which specifies the view should load in view only mode (no menus or taskbars)
Public fieldStatic memberZipFileExtension The string which specifies the zip file extension.
Public fieldStatic memberZipMimeType The string which specifies the zip mime type.
Top
See Also