ComponentOne Reports for WPF
C1.C1Report Namespace / HtmlFilter Class / StartSection Method
The section being rendered.
Left position of the section, in twips.
Top position of the section, in twips.

In This Topic
    StartSection Method (HtmlFilter)
    In This Topic
    Called when the component starts rendering a section.
    Syntax
    'Declaration
     
    Public Overrides Sub StartSection( _
       ByVal section As Section, _
       ByVal x As Double, _
       ByVal y As Double _
    ) 
    public override void StartSection( 
       Section section,
       double x,
       double y
    )

    Parameters

    section
    The section being rendered.
    x
    Left position of the section, in twips.
    y
    Top position of the section, in twips.
    See Also