'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
- 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.