Reports for WPF | ComponentOne
C1.C1Report Namespace / RtfLabelFilter Class / StartReport Method
Owner report.

In This Topic
    StartReport Method (RtfLabelFilter)
    In This Topic
    Called when the component starts rendering a report.
    Syntax
    'Declaration
     
    Public Overridable Sub StartReport( _
       ByVal report As C1Report _
    ) 
    public virtual void StartReport( 
       C1Report report
    )

    Parameters

    report
    Owner report.
    See Also