ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Aspnet.Designer Assembly / GrapeCity.ActiveReports.Aspnet.Designer.Utilities Namespace / ReportConverter Class / ToXml(Report) Method

In This Topic
    ToXml(Report) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function ToXml( _
       ByVal report As Report _
    ) As Byte()
    public static byte[] ToXml( 
       Report report
    )

    Parameters

    report

    Return Value

    XML report content
    See Also