ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Tools Namespace / IReportExtensions Class / HasDelayedPageName Method
The report to check.

In This Topic
    HasDelayedPageName Method
    In This Topic
    Checks if the report has items with delayed expressions in their page name settings.
    Syntax
    'Declaration
     
    Public Shared Function HasDelayedPageName( _
       ByVal report As IReport _
    ) As Boolean
    public static bool HasDelayedPageName( 
       IReport report
    )

    Parameters

    report
    The report to check.

    Return Value

    true if the report has items with delayed expressions in their page name settings; otherwise, false.
    See Also