Class ReportInstnacesArgs
Inheritance
Namespace: Telerik.Reporting.Services.ServiceStack
Assembly: Telerik.Reporting.Services.ServiceStack.dll
Syntax
public class ReportInstnacesArgs
Constructors
ReportInstnacesArgs()
Declaration
public ReportInstnacesArgs()
Properties
ClientId
Declaration
public string ClientId { get; set; }
Property Value
System.String
|
InstanceId
Declaration
public string InstanceId { get; set; }
Property Value
System.String
|
ParameterValues
Gets or sets a dictionary representing name-value pairs of parameter name and value passed to the reporting engine.
Declaration
public Dictionary<string, JsonValue> ParameterValues { get; set; }
Property Value
System.Collections.Generic.Dictionary<System.String, ServiceStack.Text.JsonValue>
|
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.