New to Telerik Reporting? Download free 30-day trial

ReportSource Overview

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

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

Fields

Field Type Required Description
report String true A 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
parameterValues Object false An 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
In this article