ComponentOne AutoComplete for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Report Namespace / Section Class
Properties

In This Topic
    Section Class Members
    In This Topic

    The following tables list the members exposed by Section.

    Public Properties
     NameDescription
    Public PropertyGets or sets the background color for this Section.  
    Public PropertySpecifies whether the Section height should be automatically increased to fit its contents.  
    Public PropertySpecifies whether the Section height should be reduced when one or more fields shrink.  
    Public PropertyReturns a collection of all fields in this Section.  
    Public PropertySpecifies whether page breaks should be inserted before and/or after the section is rendered.  
    Public PropertyGets or sets the Section height, in twips.  
    Public PropertySpecifies whether the Section should be kept together on a page.  
    Public PropertyGets or sets the Section name.  
    Public PropertyGets or sets a string containing VBScript code to be executed before the Section is formatted.  
    Public PropertyGets or sets a string containing VBScript code to be executed before the Section is printed (after it is formatted).  
    Public PropertyGets the C1Report object that contains this Section.  
    Public PropertyFor 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.

     
    Public PropertyReturns the height of the section after the CanGrow and CanShrink properties have been applied to the section.  
    Public PropertyFor group header and group footer sections only, gets or sets a value indicating whether the current section should be repeated at the top of each page. The default is false.  
    Public PropertyGets or sets extra data used by the calling program.  
    Public PropertyReturns the Section type (e.g., PageHeader, Detail).  
    Public PropertySpecifies whether the Section will be rendered in the report.  
    Top
    See Also