Skip to main content

DataViewBase.ExportToXls(String) Method

SECURITY-RELATED CONSIDERATIONS

Using file paths sourced from untrusted input may expose unauthorized files or allow unintended file access. Always validate and normalize all external paths to prevent path manipulation.

For internal use only.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v25.2.Core.dll

Declaration

public abstract void ExportToXls(
    string filePath
)

Parameters

Name Type
filePath String

Remarks

To export grid data to XLS, use the ExportToXls method of a particular grid view.

See Also