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