Name | Description | |
---|---|---|
AutoHeight | Gets or sets a value determining how the height of the sub-section changes depending on its content. | |
BackColor | Gets or sets the field's background color, this property works via VisualReportObject.Background property using C1.Win.C1Document.C1SolidBrush. (Inherited from C1.Win.FlexReport.VisualReportObject) | |
Background | Gets or sets the C1.Win.C1Document.C1Brush object determining the object's background. (Inherited from C1.Win.FlexReport.VisualReportObject) | |
Bookmark | Gets or sets a ScriptStringValue yielding the bookmark associated with the current object. (Inherited from C1.Win.FlexReport.VisualReportObject) | |
Border | Gets or sets the VisualReportObject.Border object determining how borders are drawn around the object. (Inherited from C1.Win.FlexReport.VisualReportObject) | |
BordersSplitHorzMode | Gets or sets a value determining how borders are drawn if the object is too wide and is split between horizontal pages. (Inherited from C1.Win.FlexReport.VisualReportObject) | |
BordersSplitVertMode | Gets or sets a value determining how borders are drawn if the object is too high and is split between pages. (Inherited from C1.Win.FlexReport.VisualReportObject) | |
Calculated | Gets a value indicating whether the current sub-section has already been calculated and its RenderHeight property contains a valid value. | |
Fields | Gets a collection of all fields in this SubSection. | |
ForcePageBreak | Gets or sets a value determining whether page breaks should be inserted before and/or after the sub-section. | |
Height | Gets or sets the SubSection height, in twips. | |
Index | Gets the index of the SubSection in the containing Section.SubSections collection. | |
Name | Gets or sets the name of the object. (Inherited from C1.Win.FlexReport.ReportObject) | |
OutlineLabel | Gets or sets a ScriptStringValue yielding the label associated with the object in the outline tree. (Inherited from C1.Win.FlexReport.VisualReportObject) | |
OutlineParent | Gets or sets the name of the object that will be the parent of the current object in the outline tree. If unspecified, the report hierarchy will be used to determine the parent. (Inherited from C1.Win.FlexReport.VisualReportObject) | |
ParentReport | Overridden. Gets the C1FlexReport object containing this object. | |
ParentSection | Gets a Section object owning this SubSection object. | |
PrintAtPageBottom | For master report's sub-sections only, gets or sets a value indicating whether the current sub section should print at the bottom of the page immediately above the page footer, rather than right below the detail. The default is false.
This property is ignored for non-footer sections or for footers of sub-reports. | |
RenderHeight | Returns the height of the sub-section after the AutoHeight property has been applied to the section. Getting this property can throw an exception if the height of sections was not calculated yet, for example if you access the RenderHeight of the report footer while the report header is being rendered. | |
SplitBehavior | Gets or sets a value determining how the sub-section behaves when it is too high to fit in the vertical space available on the current page. | |
Tag | Gets or sets arbitrary data associated with the object. (Inherited from C1.Win.FlexReport.ReportObject) | |
Visible | Specifies whether the SubSection will be rendered in the report. |