| 名前 | 解説 | |
|---|---|---|
![]() | m_StyleCache | C1.Report.VisualReportObjectから継承されます。 |
Sectionデータ型で公開されるメンバを以下の表に示します。
| 名前 | 解説 | |
|---|---|---|
![]() | m_StyleCache | C1.Report.VisualReportObjectから継承されます。 |
| 名前 | 解説 | |
|---|---|---|
![]() | AutoHeight | Gets or sets a value determining how the height of the section changes depending on its content. |
![]() | BackColor | Gets or sets the field's background color, this property works via VisualReportObject.Background property using C1.Document.C1SolidBrush. C1.Report.VisualReportObjectから継承されます。 |
![]() | Background | Gets or sets the C1.Document.C1Brush object determining the object's background. C1.Report.VisualReportObjectから継承されます。 |
![]() | Bookmark | Gets or sets a ScriptStringValue yielding the bookmark associated with the current object. C1.Report.VisualReportObjectから継承されます。 |
![]() | Border | Gets or sets the VisualReportObject.Border object determining how borders are drawn around the object. C1.Report.VisualReportObjectから継承されます。 |
![]() | BordersSplitHorzMode | Gets or sets a value determining how borders are drawn if the object is too wide and is split between horizontal pages. C1.Report.VisualReportObjectから継承されます。 |
![]() | BordersSplitVertMode | Gets or sets a value determining how borders are drawn if the object is too high and is split between pages. C1.Report.VisualReportObjectから継承されます。 |
![]() | Calculated | Gets a value indicating whether the current section has already been calculated and its RenderHeight property contains a valid value. |
![]() | CanGrow | Gets or sets a value indicating whether the section's height is automatically increased to fit its content. |
![]() | CanShrink | Gets or sets a value indicating whether the section's height should be reduced when one or more fields shrink. |
![]() | Fields | Gets a collection of all fields in this Section. |
![]() | ForcePageBreak | Gets or sets a value determining whether page breaks should be inserted before and/or after the section. |
![]() | Height | Gets the height of the current section in twips. This is the sum of the heights of all sub-sections of the current section. |
![]() | KeepTogether | Specifies whether the Section should be kept together on a page. |
![]() | Name | オーバーライドされます。 Gets or sets the Section name. |
![]() | OnFormat | Gets or sets a string containing VBScript code to be executed before the Section is formatted. |
![]() | OnPrint | Gets or sets a string containing VBScript code to be executed before the Section is printed (after it is formatted). |
![]() | OutlineLabel | Gets or sets a ScriptStringValue yielding the label associated with the object in the outline tree. C1.Report.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. C1.Report.VisualReportObjectから継承されます。 |
![]() | ParentReport | オーバーライドされます。 Gets the FlexReport object that contains this Section. |
![]() | PrintAtPageBottom | For master report's footer sections only, gets or sets a value indicating whether the current 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 | Gets the actual height of the current section. This is the sum of the heights of all its sub-sections. This property can only be used while the report is being rendered, otherwise it returns -1.
Note that if this property is used in the section's OnFormat script, then it returns the height calculated for the previous instance of the section, or -1 if this is the first calculation. |
![]() | Repeat | For group header, group footer and report footer sections only, gets or sets a value indicating whether the current section should be repeated at the top or bottom of each page. The default is false. |
![]() | SplitBehavior | Gets or sets a value determining how the section behaves when it is too high to fit in the vertical space available on the current page. |
![]() | SubSections | Gets the collection of sub-sections in the current section. This collection contains at least one element. |
![]() | Tag | Gets or sets arbitrary data associated with the object. C1.Report.ReportObjectから継承されます。 |
![]() | Type | Returns the Section type (e.g., PageHeader, Detail). |
![]() | UseColumnLayout | For master report's group and detail sections only, gets or sets a value indicating whether the current section should use column layout defined by Layout.Columns and Layout.ColumnLayout properties. |
![]() | Visible | Specifies whether the Section will be rendered in the report. |
| 名前 | 解説 | |
|---|---|---|
![]() | AssignFrom | オーバーライドされます。 Assigns (copies) properties from another Section to the current object. This method copies list of subsections but does not copy list of fields. This method does NOT copy type of the section. |
![]() | CalculateSize | Calculates section's size. Note! This method does not execute OnFormat script and does not fire StartSection event and intended to be used from VB scripts to update RenderHeight property. |
![]() | OnPropertyChanged | Marks the owner report as dirty so it will clear the internal cache and render again. C1.Report.ReportObjectから継承されます。 |
| 名前 | 解説 | |
|---|---|---|
![]() | GetPropsTable | オーバーライドされます。 |