Skip to main content

IDocumentViewModel.Save(String) Method

Saves the report document to the specified folder.

Namespace: DevExpress.Xpf.Printing.PreviewControl

Assembly: DevExpress.Xpf.Printing.v23.2.dll

NuGet Package: DevExpress.Wpf.Printing

Declaration

void Save(
    string filePath
)

Parameters

Name Type Description
filePath String

A String value, specifying the file path.

See Also