Open this page in the API Guide

ExportCompletedEventArgs Class

Provides data for the export-related events.
Inheritance Hierarchy
System.Object
  System.EventArgs
    Dundas.BI.Export.ExportCompletedEventArgs

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