[]
Creates a report from an RDL (Report Definition Language) string.
public static Report FromString(string rdlText, ResourceLocator resourceLocator = null)
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 |
Type | Description |
---|---|
Report | A Report object created from the RDL string. |