ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Implementation Namespace / PageViewCache Class / PageViewCache Constructor

In This Topic
    PageViewCache Constructor
    In This Topic
    Initializes a new instance of the PageViewCache class with defined capacity.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal capacity As Long _
    )
    public PageViewCache( 
       long capacity
    )

    Parameters

    capacity
    See Also