[]
        
(Showing Draft Content)

C1.WPF.ReportViewer.C1ReportViewer.SaveDocument

SaveDocument Method

SaveDocument(string)

Save the current document to a file.

Declaration
public void SaveDocument(string fileName)
Parameters
Type Name Description
string fileName

The name of the file where the current document is saved.

SaveDocument(Stream)

Save the current document to a Stream.

Declaration
public void SaveDocument(Stream stream)
Parameters
Type Name Description
Stream stream

The stream where the current document is saved.

SaveDocument()

Save the current document to a file.

Declaration
public void SaveDocument()