Export(ExportTarget, Stream, ExportOptionsBase)
|
target, stream, options
|
Exports the control’s data in the specified format to a stream, using the specified options.
|
Export(ExportTarget, Stream)
|
target, stream
|
Exports the control’s data in the specified format to a stream.
|
Export(ExportTarget, String, ExportOptionsBase)
|
target, filePath, options
|
Exports the control’s data in the specified format to a file, using the specified options.
|
Export(ExportTarget, String)
|
target, filePath
|
Exports the control’s data in the specified format to a file.
|