Class Report
Represents the processing instance of the Report definition
Inheritance
Inherited Members
Namespace: Telerik.Reporting.Processing
Assembly: Telerik.Reporting.dll
Syntax
public class Report : ReportItemBase, IDisposable, IStyle, IFont, IBackgroundImage, IBorderColor, IBorderStyle, IBorderWidth, IPadding, INamedObject, IInteractiveItem, IServiceProvider, ISupportsInitialize, IRuntimeDataItem, IDataItem, IDataFlow, IDataSourceContainer, ILayoutElementContainer, IProcessingElement, IEvaluationContext, IStackLayoutContainer
Properties
AutoRun
Gets or sets a value determining the auto run behavior of the Report.
Declaration
public bool AutoRun { get; set; }
Property Value
System.Boolean
|
ColumnCount
Declaration
public int ColumnCount { get; }
Property Value
System.Int32
|
ColumnSpacing
DataSource
Gets or sets the data source that the Report is displaying data for.
Declaration
public object DataSource { get; set; }
Property Value
System.Object
|
Implements
DocumentName
Gets or sets a System.String representing the name of the report document.
Declaration
public string DocumentName { get; set; }
Property Value
System.String
A System.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
Declaration
public bool IsNestedReport { get; }
Property Value
System.Boolean
|
NeedDataSourceMethodName
Declaration
public string NeedDataSourceMethodName { get; set; }
Property Value
System.String
|
PageFooter
PageHeader
PageSettings
Parameters
Returns a collection of runtime report Parameters.
Declaration
public IDictionary<string, Parameter> Parameters { get; }
Property Value
System.Collections.Generic.IDictionary<System.String, Parameter>
|
ReportFooter
ReportHeader
SkipBlankPages
Gets or sets a value determining the skip blank pages behavior of the Report.
Declaration
public bool SkipBlankPages { get; set; }
Property Value
System.Boolean
|
Width
Methods
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
System.Boolean
disposing
|
Overrides
Explicit Interface Implementations
IDataFlow.Filters
Declaration
IList<Filter> IDataFlow.Filters { get; }
Returns
System.Collections.Generic.IList<Filter>
|
Implements
IDataFlow.Sortings
Declaration
IList<Sorting> IDataFlow.Sortings { get; }
Returns
System.Collections.Generic.IList<Sorting>
|
Implements
ILayoutElementContainer.Children
Declaration
IEnumerable<LayoutElement> ILayoutElementContainer.Children { get; }
Returns
System.Collections.Generic.IEnumerable<LayoutElement>
|