MindFusion WinForms Programmer's Guide
Report.LoadFromXml Method (String)
See Also
 





Loads the report from the specified file.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public void LoadFromXml (
    string fileName
)

Visual Basic  Copy Code

Public Sub LoadFromXml( _
    fileName As String _
)

 Parameters

fileName

The name of the file to load from.

 See Also

LoadFromXml Method Overload List
Report Members
Report Class
MindFusion.Reporting Namespace
SaveToXml Method