IDocumentViewModel.Save(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.
Saves the report document to the specified folder.
Namespace: DevExpress.Xpf.Printing.PreviewControl
Assembly: DevExpress.Xpf.Printing.v25.2.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| filePath | String | A String value, specifying the file path. |
See Also