ExportContext Class

Class used to provide the pointer for a specific request result.
Inheritance Hierarchy
SystemObject
  Dundas.BI.ExportExportContext

Namespace:  Dundas.BI.Export
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public class ExportContext

The ExportContext type exposes the following members.

Properties
  NameDescription
Public propertyExportTask
Gets the request associated task.
Public propertyRequest
Gets the export request.
Public propertyResult
Gets the export result.
Top
See Also