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 (10.0.0.1002)
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 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)
Top
See Also