Reports for WPF | ComponentOne
C1.C1Report Namespace / MetafileFilter 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 (MetafileFilter)
    In This Topic
    Called when the component starts rendering a section.
    Syntax
    'Declaration
     
    Public Overridable Sub StartSection( _
       ByVal section As Section, _
       ByVal x As Double, _
       ByVal y As Double _
    ) 
    public virtual 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