ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Tools Namespace / IReportExtensions Class / HasDelayedContent(IReport) Method
Report

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

    Parameters

    report
    Report
    See Also