ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Aspnet.Designer Assembly / GrapeCity.ActiveReports.Aspnet.Designer.Utilities Namespace / ReportConverter Class / FromXML Method
XML report content

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

    Parameters

    content
    XML report content

    Return Value

    See Also