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