GrapeCity.ActiveReports.v9 Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace : Detail Class |
The following tables list the members exposed by Detail.
Name | Description | |
---|---|---|
Detail Constructor | Initializes a new instance of the Detail class. |
Name | Description | |
---|---|---|
BackColor | Gets or sets the background color of the section. (Inherited from GrapeCity.ActiveReports.SectionReportModel.Section) | |
CanGrow | Indicates whether the section height should grow when its controls extend beyond its original height. (Inherited from GrapeCity.ActiveReports.SectionReportModel.Section) | |
CanShrink | Indicates whether the section height should be adjusted to the exact total height of its controls. (Inherited from GrapeCity.ActiveReports.SectionReportModel.Section) | |
ColumnCount | Gets or sets a value that specifies the number of newspaper columns in the report. | |
ColumnDirection | Determines how ActiveReports should print the detail section in a multi-column report. | |
ColumnSpacing | Sets or returns the space between columns in a multi-column report. | |
Controls | Gets a collection of all controls contained in the section. (Inherited from GrapeCity.ActiveReports.SectionReportModel.Section) | |
Height | Gets or sets the height of the section. (Inherited from GrapeCity.ActiveReports.SectionReportModel.Section) | |
KeepTogether | Gets or sets a value that determines whether the section should be printed on a single page. | |
Name | Gets or sets the name of the section. (Inherited from GrapeCity.ActiveReports.SectionReportModel.Section) | |
NewColumn | Gets or sets a value that determines whether a new column should be started before and/or after printing the section. | |
NewPage | Gets or sets a value that determines whether a new page should be inserted before and/or after printing the section. | |
RepeatToFill | Gets or sets a value that determines whether the section's formatting should print to fill the page when there is not enough data to fill it. | |
Tag | Gets or sets user-defined information to be persisted with the section. (Inherited from GrapeCity.ActiveReports.SectionReportModel.Section) | |
Type | Gets the section's type. (Inherited from GrapeCity.ActiveReports.SectionReportModel.Section) | |
Visible | Specifies whether the section should be printed or not. (Inherited from GrapeCity.ActiveReports.SectionReportModel.Section) |
Name | Description | |
---|---|---|
AddBookmark | Adds a bookmark in the report's table of contents. The bookmark will position the view at the start of the section if the bookmark is added in the section's Format event. (Inherited from GrapeCity.ActiveReports.SectionReportModel.Section) | |
Dispose | Releases the section instance from memory. (Inherited from GrapeCity.ActiveReports.SectionReportModel.Section) | |
SizeToFit | Overloaded. Sizes the section to fit the contained controls. (Inherited from GrapeCity.ActiveReports.SectionReportModel.Section) |
Name | Description | |
---|---|---|
AfterPrint | Occurs after the section has been rendered to the page. (Inherited from GrapeCity.ActiveReports.SectionReportModel.Section) | |
BeforePrint | Occurs immediately before the section is rendered to the page. (Inherited from GrapeCity.ActiveReports.SectionReportModel.Section) | |
ControlAdded | Raised when control was added to section. (Inherited from GrapeCity.ActiveReports.SectionReportModel.Section) | |
ControlRemoved | Raised when control was removed from section. (Inherited from GrapeCity.ActiveReports.SectionReportModel.Section) | |
Disposed | Occurs when the section instance is released from memory. (Inherited from GrapeCity.ActiveReports.SectionReportModel.Section) | |
Format | Occurs after the section's data is loaded and bound to the section's controls, but before the section is rendered to the canvas. (Inherited from GrapeCity.ActiveReports.SectionReportModel.Section) |