ComponentOne Reports for WPF
C1.C1Report Namespace / HtmlFilter Class / StartOverlays Method

In This Topic
    StartOverlays Method (HtmlFilter)
    In This Topic
    Called after the component has finished rendering the first pass of the report, and before it starts rendering overlay fields.
    Syntax
    'Declaration
     
    Public Overrides Sub StartOverlays() 
    public override void StartOverlays()
    Remarks

    Overlay fields are used only in reports that contain calculated fields which use the Pages variable.

    This value is not known until the report has been generated, and is therefore rendered on a second pass.

    See Also