ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Viewer.Wpf Assembly / GrapeCity.Viewer.Common Namespace / PageView Class / AsCachable Method

In This Topic
    AsCachable Method
    In This Topic
    Convert to CachedPageView.
    Syntax
    'Declaration
     
    Public MustOverride Function AsCachable( _
       ByVal format As CacheFormat _
    ) As CachedPageView
    public abstract CachedPageView AsCachable( 
       CacheFormat format
    )

    Parameters

    format
    See Also