[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rdl.Tools.ReportExtensions.FromString

FromString Method

FromString(string, ResourceLocator)

Creates a report from an RDL (Report Definition Language) string.

Declaration
public static Report FromString(string rdlText, ResourceLocator resourceLocator = null)
Parameters
Type Name Description
string rdlText

A RDL string value to create the report from.

ResourceLocator resourceLocator

A ResourceLocator object used to locate the resource. Default is null.

Returns
Type Description
Report

A Report object created from the RDL string.