New to Telerik ReportingStart a free 30-day trial

ReportSource Overview

Represents a report document identifier, consisting of a report and values for its parameters.

JSON
{
    "report": "Report1.trdp",
    "parameterValues": {
        "City": "Sofia"
    }
}

Fields

FieldTypeRequiredDescription
reportStringtrueA string identifying the report. Might be a report type name, a path to a.trdp or a .trdx file, or a custom name that will be handled by a custom report source resolver on the server. See also:Overview
parameterValuesObjectfalseAn object holding the parameters' information. Each of its properties represents a report parameter. The name of the property is the id of the parameter and the value of the property is the parameter's value
Not finding the help you need?
Contact Support