ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components Namespace / LayoutAreaExtensionsPublic Class / IsFixedPage Method

In This Topic
    IsFixedPage Method
    In This Topic
    Returns true if report has FPL semantics.
    Syntax
    'Declaration
     
    Public Shared Function IsFixedPage( _
       ByVal report As IReport _
    ) As Boolean
    public static bool IsFixedPage( 
       IReport report
    )

    Parameters

    report
    See Also