MESCIUS.ActiveReports.Aspnet.Designer Assembly / GrapeCity.ActiveReports.Web.Designer Namespace / ReportExtensions Class / ToXmlStream Method / ToXmlStream(SectionReport) Method
The SectionReport to be saved.

In This Topic
ToXmlStream(SectionReport) Method
In This Topic
Saves the SectionReport to a stream in XML format.
Syntax
'Declaration
 
Public Overloads Shared Function ToXmlStream( _
   ByVal report As SectionReport _
) As Stream
 

Parameters

report
The SectionReport to be saved.

Return Value

A stream containing the SectionReport in XML format.
See Also