ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Rdl.Tools Namespace / ReportExtensions Class / FromString Method

In This Topic
    FromString Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function FromString( _
       ByVal rdlText As String, _
       Optional ByVal resourceLocator As ResourceLocator _
    ) As Report
    public static Report FromString( 
       string rdlText,
       ResourceLocator resourceLocator
    )

    Parameters

    rdlText
    resourceLocator
    See Also