ActiveReports 6 Online Help
Detail Class Members
Properties  Methods  Events

The following tables list the members exposed by Detail.

Public Constructors
 NameDescription
Public ConstructorDetail ConstructorInitializes a new instance of the Detail class.  
Top
Public Properties
 NameDescription
Public PropertyBackColorGets or sets the background color of the section. (Inherited from DataDynamics.ActiveReports.Section)
Public PropertyCanGrow

Indicates whether the section height should grow when its controls extend beyond its original height.

(Inherited from DataDynamics.ActiveReports.Section)
Public PropertyCanShrink

Indicates whether the section height should be adjusted to the exact total height of its controls.

(Inherited from DataDynamics.ActiveReports.Section)
Public PropertyColumnCountGets or sets a value that specifies the number of newspaper columns in the report.  
Public PropertyColumnDirectionDetermines how ActiveReports should print the detail section in a multi-column report.  
Public PropertyColumnSpacingSets or returns the space between columns in a multi-column report.  
Public PropertyControlsGets a collection of all controls contained in the section. (Inherited from DataDynamics.ActiveReports.Section)
Public PropertyCurrentLocationGets the location of the section being rendered on the page. (Inherited from DataDynamics.ActiveReports.Section)
Public PropertyHeightGets or sets the height of the section. (Inherited from DataDynamics.ActiveReports.Section)
Public PropertyKeepTogetherGets or sets a value that determines whether the section should be printed on a single page.  
Public PropertyNameGets or sets the name of the section. (Inherited from DataDynamics.ActiveReports.Section)
Public PropertyNewColumnGets or sets a value that determines whether a new column should be started before and/or after printing the section.  
Public PropertyNewPageGets or sets a value that determines whether a new page should be inserted before and/or after printing the section.  
Public PropertyRepeatToFillGets 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.  
Public PropertySiteFor internal use only. (Inherited from DataDynamics.ActiveReports.Section)
Public PropertyTagFor internal use only. (Inherited from DataDynamics.ActiveReports.Section)
Public PropertyTypeGets the section's type. (Inherited from DataDynamics.ActiveReports.Section)
Public PropertyVisible

Specifies whether the section should be printed or not.

(Inherited from DataDynamics.ActiveReports.Section)
Top
Public Methods
 NameDescription
Public MethodAddBookmarkAdds 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 DataDynamics.ActiveReports.Section)
Public MethodDisposeReleases the section instance from memory. (Inherited from DataDynamics.ActiveReports.Section)
Public MethodSizeToFitOverloaded. Sizes the section to fit the contained controls. (Inherited from DataDynamics.ActiveReports.Section)
Top
Public Events
 NameDescription
Public EventAfterPrintOccurs after the section has been rendered to the page. (Inherited from DataDynamics.ActiveReports.Section)
Public EventBeforePrintOccurs immediately before the section is rendered to the page. (Inherited from DataDynamics.ActiveReports.Section)
Public EventFormat

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 DataDynamics.ActiveReports.Section)
Top
See Also

Reference

Detail Class
DataDynamics.ActiveReports Namespace

Send Feedback