ComponentOne Reports for WPF
C1.C1Report Namespace / TextFilter Class / StartSection Method
The Section to render.
Left position of the section, in twips.
Top position of the section, in twips.

In This Topic
    StartSection Method (TextFilter)
    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 to render.
    x
    Left position of the section, in twips.
    y
    Top position of the section, in twips.
    See Also