ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderIndex Class / HeadingStyle Property

In This Topic
    HeadingStyle Property
    In This Topic
    Gets the Style used for letter headings generated by the current index. (A heading is a letter preceding the group of entries beginning with that letter.)
    Syntax
    'Declaration
     
    Public ReadOnly Property HeadingStyle As Style
    public Style HeadingStyle {get;}
    Remarks
    When the index generates, new objects are created to represent the headings. As all content objects in a C1PrintDocument, each such object has an inline style that is used to actually render that object. That style is created on the fly, and the HeadingStyle is assigned to Parent and AmbientParent properties of that Style.
    See Also