ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Aspnet.Designer Assembly / GrapeCity.ActiveReports.Aspnet.Designer.Utilities Namespace / ReportConverter Class / FromXML Method
A byte array containing the XML report content.
An optional resource locator for resolving resources referenced in the report.

In This Topic
    FromXML Method (ReportConverter)
    In This Topic
    Deserializes a GrapeCity.ActiveReports.PageReportModel.Report from XML content.
    Syntax
    'Declaration
     
    Public Shared Function FromXML( _
       ByVal content() As Byte, _
       Optional ByVal resourceLocator As ResourceLocator _
    ) As Report
    public static Report FromXML( 
       byte[] content,
       ResourceLocator resourceLocator
    )

    Parameters

    content
    A byte array containing the XML report content.
    resourceLocator
    An optional resource locator for resolving resources referenced in the report.

    Return Value

    See Also