ClassReport
Represents the processing instance of the Report definition
Definition
Namespace:Telerik.Reporting.Processing
Assembly:Telerik.Reporting.dll
Syntax:
public class Report : ReportItemBase, ILayoutElementContainer, IDataItem, IDataFlow, IDataSourceContainer
Inheritance: objectReportObjectLayoutElementVisualElementProcessingElementReportItemBaseReport
Implements:
Inherited Members
Properties
AutoRun
Gets or sets a value determining the auto run behavior of the Report.
Declaration
public bool AutoRun { get; set; }
Property Value
bool
ColumnCount
Internal use only
Declaration
public int ColumnCount { get; }
Property Value
int
ColumnSpacing
Internal use only
DataSource
Gets or sets the data source that the Report is displaying data for.
Declaration
public object DataSource { get; set; }
Property Value
object
Implements
DocumentName
Gets or sets a string representing the name of the report document.
Declaration
public string DocumentName { get; set; }
Property Value
string
A string representing the document name. The default value is the name of the Report this property belongs to.
Remarks
The value of this property is used to suggest a file name when exporting a report to one of the available export formats.
IsNestedReport
Internal use only
Declaration
public bool IsNestedReport { get; }
Property Value
bool
NeedDataSourceMethodName
Internal use only
Declaration
public string NeedDataSourceMethodName { get; set; }
Property Value
string
PageFooter
Internal use only
PageHeader
Internal use only
PageSettings
Internal use only
Parameters
Returns a collection of runtime report Parameters.
Declaration
public IDictionary<string, Parameter> Parameters { get; }
Property Value
IDictionary<string, Parameter>
ReportFooter
Internal use only
Declaration
public ReportSection ReportFooter { get; }
Property Value
ReportHeader
Internal use only
Declaration
public ReportSection ReportHeader { get; }
Property Value
SkipBlankPages
Gets or sets a value determining the skip blank pages behavior of the Report.
Declaration
public bool SkipBlankPages { get; set; }
Property Value
bool
Methods
Dispose(bool)
Internal use only
Declaration
protected override void Dispose(bool disposing)
Parameters
disposing
bool
Overrides