[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Web.Designer.ReportExtensions.ToXmlStream

ToXmlStream Method

ToXmlStream(Report)

Saves the report to a stream in XML format.

Declaration
public static Stream ToXmlStream(this Report report)
Parameters
Type Name Description
Report report

The report to be saved.

Returns
Type Description
Stream

A stream containing the report in XML format.

ToXmlStream(SectionReport)

Saves the SectionReport to a stream in XML format.

Declaration
public static Stream ToXmlStream(this SectionReport report)
Parameters
Type Name Description
SectionReport report

The SectionReport to be saved.

Returns
Type Description
Stream

A stream containing the SectionReport in XML format.