Back to Devexpress

VGridControlBase.Export Method

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridcontrolbase-dot-export.md

latest1.2 KB
Original Source

VGridControlBase.Export Method

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