InstanceReportSource
This report source is used when you have a reference to an already instantiated report (Report instance). For better performance and compatibility use TypeReportSource. Represents a report source that contains a reference to an instance of IReportDocument.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
public class InstanceReportSource : ReportSource
Inheritance: objectReportSourceInstanceReportSource
Inherited Members
Constructors
Initializes a new instance of the InstanceReportSource class.
public InstanceReportSource()
Properties
Gets or sets the IReportDocument instance for the report source.
public IReportDocument ReportDocument { get; set; }
Methods
Equals(object)
bool
Determines whether this instance and a specified object have the same value.
public override bool Equals(object obj)
The object to compare with this instance.
Returns:bool
true if obj is an InstanceReportSource and its value is the same as this instance; otherwise, false.
Overrides:
Returns the hash code for this InstanceReportSource.
public override int GetHashCode()
int
A 32-bit signed integer hash code.
Overrides:
ToString()
string
Returns a string that represents the current InstanceReportSource.
public override string ToString()
string
A string that represents the ReportDocument of this InstanceReportSource, or an empty string if ReportDocument is null.
Overrides: