MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Rdl.Tools Namespace / ReportExtensions Class / FromString Method
A RDL System.String value to create the report from.
A GrapeCity.ActiveReports.ResourceLocator object used to locate the resource. Default is null.

In This Topic
FromString Method (ReportExtensions)
In This Topic
Creates a report from an RDL (Report Definition Language) string.
Syntax
'Declaration
 
Public Shared Function FromString( _
   ByVal rdlText As String, _
   Optional ByVal resourceLocator As ResourceLocator _
) As Report
 

Parameters

rdlText
A RDL System.String value to create the report from.
resourceLocator
A GrapeCity.ActiveReports.ResourceLocator object used to locate the resource. Default is null.

Return Value

A GrapeCity.ActiveReports.PageReportModel.Report object created from the RDL string.
Remarks
This method should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
See Also