Class ReportSource
Provides a configuration class for the report source used in the HTML5 WebForms ReportViewer. Contains the collection of parameter values, report identifier, and identifier type for configuring report loading and processing.
Inheritance
Namespace: Telerik.ReportViewer.Html5.WebForms
Assembly: Telerik.ReportViewer.Html5.WebForms.dll
Syntax
public class ReportSource
Remarks
Used to specify which report to display and provide parameter values for report initialization in HTML5 viewer scenarios.
Constructors
ReportSource()
Initializes a new instance of the ReportSource class with default settings.
Declaration
public ReportSource()
Properties
Identifier
Gets or sets the report identifier used to locate and load the report in the HTML5 viewer.
Declaration
public string Identifier { get; set; }
Property Value
|
System.String
|
Remarks
The format and interpretation of this identifier depends on the IdentifierType setting and determines how the report is resolved and loaded.
IdentifierType
Gets or sets the type of the report identifier that determines how the identifier is interpreted and resolved.
Declaration
public IdentifierType IdentifierType { get; set; }
Property Value
|
IdentifierType
|
Remarks
Specifies whether the identifier represents a type name, URI, or custom identifier format for report loading in the HTML5 viewer.
Parameters
Gets a collection of parameter values passed to the IReportDocument object when initialized in the HTML5 viewer.
Declaration
public ParameterCollection Parameters { get; }
Property Value
|
ParameterCollection
|
Remarks
Contains parameter name-value pairs that will be applied to the report during initialization and processing in the HTML5 WebForms ReportViewer.