[]
        
(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)
Public Sub SaveDocument(fileName As String)
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)
Public Sub SaveDocument(stream As 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()
Public Sub SaveDocument()