Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Report Namespace / MetafileFilter Class / AddOutlineEntry Method
Outline header.
Outline level.
Left position of the outline, in twips.
Top position of the outline, in twips.

In This Topic
    AddOutlineEntry Method (MetafileFilter)
    In This Topic
    Called when the component renders the beginning of a report group.
    Syntax
    'Declaration
     
    Public Overridable Sub AddOutlineEntry( _
       ByVal heading As String, _
       ByVal level As Integer, _
       ByVal x As Double, _
       ByVal y As Double _
    ) 
    public virtual void AddOutlineEntry( 
       string heading,
       int level,
       double x,
       double y
    )

    Parameters

    heading
    Outline header.
    level
    Outline level.
    x
    Left position of the outline, in twips.
    y
    Top position of the outline, in twips.
    Remarks
    This method allows the filter to build a report outline.
    See Also