HasDelayedContent(IReport) Method
Checks if the report has items with delayed expressions.
'Declaration
Public Shared Function HasDelayedContent( _
ByVal As IReport _
) As Boolean
Parameters
- report
- The report to check.
Return Value
true
if the report has items with delayed expressions; otherwise, false
.