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

In This Topic
    StartOverlays Method (TiffFilter)
    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 Overridable Sub StartOverlays() 
    public virtual void StartOverlays()
    Remarks

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

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

    See Also