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 (24.3.0.1000)
Syntax
public static class ExportConstants

The ExportConstants type exposes the following members.

Fields
  NameDescription
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 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