ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Aspnet.Designer Assembly / GrapeCity.ActiveReports.Web.Designer Namespace / ReportExtensions Class / ToXmlStream Method / ToXmlStream(SectionReport) Method

In This Topic
    ToXmlStream(SectionReport) Method
    In This Topic
    Save SectionReport to stream in xml format.
    Syntax
    'Declaration
     
    Public Overloads Shared Function ToXmlStream( _
       ByVal report As SectionReport _
    ) As Stream
    public static Stream ToXmlStream( 
       SectionReport report
    )

    Parameters

    report
    See Also