Class ReportSource
Provides a class for the report source. This is a class that contains the collection of parameter values, report identifier and type
Inheritance
Namespace: Telerik.ReportViewer.Html5.WebForms
Assembly: Telerik.ReportViewer.Html5.WebForms.dll
Syntax
public class ReportSource
Constructors
ReportSource()
The default constructor.
Declaration
public ReportSource()
Properties
Identifier
The report identifier.
Declaration
public string Identifier { get; set; }
Property Value
System.String
|
IdentifierType
The type of the report identifier.
Declaration
public IdentifierType IdentifierType { get; set; }
Property Value
IdentifierType
|
Parameters
A collection of parameter values passed to the IReportDocument object when initialized.
Declaration
public ParameterCollection Parameters { get; }
Property Value
ParameterCollection
|