Open this page in the API Guide

ExportContext Class

Class used to provide the pointer for a specific request result.
Inheritance Hierarchy
System.Object
  Dundas.BI.Export.ExportContext

Namespace:  Dundas.BI.Export
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.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