Class ReportSource
Provides the base class for a report source. This is an abstract class
that contains only a collection of parameter values that are passed to the
IReport
Inheritance
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public abstract class ReportSource : IExpressionContainer, ICloneable
Constructors
ReportSource()
Declaration
protected ReportSource()
Properties
Parameters
Gets the parameter values that are passed to the IReport
Declaration
public ParameterCollection Parameters { get; }
Property Value
Remarks
The parameter name must match the name of the Report
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.
|
Returns
System.
|
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.
|
Overrides
ToString()
Declaration
public override string ToString()
Returns
System.
|