ClassSubReport
Class
Internal use only
Definition
Namespace:Telerik.Reporting.Processing
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
public class SubReport : ReportItem, ITableCell, ILayoutElementContainer
Inheritance: objectReportObjectLayoutElementVisualElementProcessingElementReportItemBaseReportItemSubReport
Implements:
Inherited Members
Properties
DataSource
Gets or sets a data source object that is passed to the InnerReport.
Declaration
cs-api-definition
public object DataSource { get; set; }
Property Value
object
Remarks
This is the processing property corresponding to the DataSource property.
InnerReport
Internal use only
KeepTogether
Internal use only
Declaration
cs-api-definition
public bool KeepTogether { get; }
Property Value
bool
NeedDataSourceMethodName
Internal use only
Declaration
cs-api-definition
public string NeedDataSourceMethodName { get; set; }
Property Value
string
Methods
Dispose(bool)
Internal use only
Declaration
cs-api-definition
protected override void Dispose(bool disposing)
Parameters
disposing
bool
Overrides