ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Aspnet.Designer Assembly / GrapeCity.ActiveReports.Aspnet.Designer.Utilities Namespace / ReportConverter Class / ToXml(Report) Method
The GrapeCity.ActiveReports.PageReportModel.Report to serialize.

In This Topic
    ToXml(Report) Method
    In This Topic
    Serializes the specified GrapeCity.ActiveReports.PageReportModel.Report to XML content.
    Syntax
    'Declaration
     
    Public Shared Function ToXml( _
       ByVal report As Report _
    ) As Byte()
    public static byte[] ToXml( 
       Report report
    )

    Parameters

    report
    The GrapeCity.ActiveReports.PageReportModel.Report to serialize.

    Return Value

    A byte array containing the XML report content.
    See Also