ComponentOne AutoComplete for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Report Namespace / PdfFilter Class / StartReport Method
Owner report.

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

    Parameters

    report
    Owner report.
    See Also