[]
Prints a linked report object as part of the current report. Subreports are linked using the Report property.
[DefaultSize(3, 1)]
public sealed class SubReport : ARControl, IComponent, IDisposable, IPersistControl
| Name | Description |
|---|---|
| SubReport() | Initializes a new instance of the SubReport class. |
| Name | Description |
|---|---|
| CanGrow | Determines whether ActiveReports should increase the height of the control based on its content. |
| CanShrink | Determines whether ActiveReports should decrease the height of the field based on its value. |
| CloseBorder | Determines whether or not subreport borders will be closed on every page on which the subreport is rendered. |
| ControlType | |
| DataField | Gets or sets the field name from the data source to bind to the control. |
| Report | Gets or sets a reference to the instance of the report that this control will embed and render as part of the containing section. |
| ReportName | Specifies the name of the subreport. |
| Name | Description |
|---|---|
| Dispose(bool) | Releases unmanaged and - optionally - managed resources. |
| ReadXml(XmlNode) | Reads the control from specified XML node. |
| WriteXml(XmlElement) | Writes the control as XML to specified XML node. |