ReportViewer for WPF and Silverlight | ComponentOne
C1.WPF.ReportViewer Namespace / C1ReportViewer Class / SaveDocument Method / SaveDocument(String) Method
The name of the file where the current document is saved.

In This Topic
    SaveDocument(String) Method
    In This Topic
    Save the current document to a file.
    Syntax
    'Declaration
     
    Public Overloads Sub SaveDocument( _
       ByVal fileName As String _
    ) 
    public void SaveDocument( 
       string fileName
    )

    Parameters

    fileName
    The name of the file where the current document is saved.
    See Also