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





Loads the report from the specified stream.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public void LoadFromXml (
    Stream stream
)

Visual Basic  Copy Code

Public Sub LoadFromXml( _
    stream As Stream _
)

 Parameters

stream

The stream to load from.

 See Also

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