ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Tools Namespace / IReportExtensions Class / HasDelayedValue Method
Report

In This Topic
    HasDelayedValue Method
    In This Topic
    Checks if the report has items which Value has the delayed expression.
    Syntax
    'Declaration
     
    Public Shared Function HasDelayedValue( _
       ByVal report As IReport _
    ) As Boolean
    public static bool HasDelayedValue( 
       IReport report
    )

    Parameters

    report
    Report
    See Also