MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Tools Namespace / IReportExtensions Class / HasDelayedStyle Method
The report to check.

In This Topic
HasDelayedStyle Method
In This Topic
Checks if the report has items with delayed expressions in their styles.
Syntax
'Declaration
 
Public Shared Function HasDelayedStyle( _
   ByVal report 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.
See Also