Class SubReport
Represents a report item used to embed another report into the current report.
Inherited Members
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public class SubReport : ReportItem, IReportItem, IComponent, IDisposable, IToggleVisibilityTarget, IActionTarget, IDesignTimeStyleEditable, IDesignTimeSelectable, INamedObject
Constructors
SubReport()
Declaration
public SubReport()
Properties
DefaultSize
KeepTogether
Gets or sets a value indicating whether the rendering engine should try to keep the SubReport on one page if possible.
Declaration
public bool KeepTogether { get; set; }
Property Value
System.Boolean
A boolean value indicating whether the rendering engine should try to keep the SubReport on one page if possible. |
Parameters
Declaration
[Obsolete("Telerik.Reporting.SubReport.Parameters property is now obsolete. Please use a Telerik.Reporting.InstanceReportSource object for the Telerik.Reporting.SubReport.ReportSource property instead and add the parameters to its Parameters collection. For additional information, please visit: http://www.telerik.com/support/kb/reporting/general/q2-2012-api-changes-reportsources.aspx#subreport.")]
public ParameterCollection Parameters { get; }
Property Value
ParameterCollection
|
ReportSource
Specifies the ReportSource for the sub-report.
Declaration
public ReportSource ReportSource { get; set; }
Property Value
ReportSource
|
See Also
Events
NeedDataSource
Occurs at the start of report processing if the inner report has no data source set.
Declaration
public event EventHandler NeedDataSource
Event Type
System.EventHandler
|