MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Tools Namespace / IReportExtensions Class / HasDelayedContent(IReport) Method
The report to check.

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

Parameters

report
The report to check.

Return Value

true if the report has items with delayed expressions; otherwise, false.
See Also