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





Saves the report to the specified stream.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public void SaveToXml (
    Stream stream
)

Visual Basic  Copy Code

Public Sub SaveToXml( _
    stream As Stream _
)

 Parameters

stream

The stream to save to.

 See Also

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