Search
Report.SaveToXml Method (String)
See Also
 





Saves the report to the specified file.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public void SaveToXml (
    string fileName
)

Visual Basic  Copy Code

Public Sub SaveToXml( _
    fileName As String _
)

 Parameters

fileName

The name of the file to save to.

 See Also