CustomExportAnalysisEventArgs Properties
Arguments, specific to events of the ExportAnalysisController class.Name | Description |
---|---|
ExportType | Gets the format in which the exported data should be stored. |
Handled | Gets or sets a value that indicates whether the event handler has completely handled the event or whether the system should continue its own processing. Inherited from HandledEventArgs. |
Stream | Gets the stream to which the exported data should be stored. |
See Also