ExportCompletedEventArgs Class

Provides data for the export-related events.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Dundas.BI.ExportExportCompletedEventArgs

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

The ExportCompletedEventArgs type exposes the following members.

Properties
 NameDescription
Public propertyExportRequest Gets the export request.
Public propertyExportResult Gets the export result.
Public propertyUpdatedExportContentFileInfo Gets or sets the updated export content file info.
Top
See Also