Class ClientReportSource
Represents a report source passed to the ReportsControllerBase from its clients.
Inheritance
Namespace: Telerik.Reporting.Services.WebApi
Assembly: Telerik.Reporting.Services.WebApi.dll
Syntax
public class ClientReportSource
Constructors
ClientReportSource()
Declaration
public ClientReportSource()
Properties
ParameterValues
Gets or sets a dictionary representing name-value pairs of parameter name and value passed to the reporting engine.
Declaration
public Dictionary<string, object> ParameterValues { get; set; }
Property Value
System.Collections.Generic.Dictionary<System.String, System.Object>
|
Report
Gets or sets a string representation of a report document reference.
Declaration
public string Report { get; set; }
Property Value
System.String
|
Remarks
The string representation should be of a TypeReportSource or of an UriReportSource. The rest of the report sources types are not supported.