Back to Devexpress

BaseView.Export Method

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-dot-baseview-dot-export.md

latest2.0 KB
Original Source

BaseView.Export Method

NameParametersDescription
Export(ExportTarget, Stream, ExportOptionsBase)target, stream, optionsExports the data displayed by the GridControl.DefaultView (the GridControl.MainView or the currently maximized detail View) in the specified format to a stream, using the specified options.
Export(ExportTarget, Stream)target, streamExports the data displayed by the GridControl.DefaultView (the GridControl.MainView or the currently maximized detail View) in the specified format to a stream.
Export(ExportTarget, String, ExportOptionsBase)target, filePath, optionsExports the data displayed by the GridControl.DefaultView (the GridControl.MainView or the currently maximized detail View) in the specified format to a file, using the specified options.
Export(ExportTarget, String)target, filePathExports the data displayed by the GridControl.DefaultView (the GridControl.MainView or the currently maximized detail View) in the specified format to a file.