In This Topic
Checks if the report has items which Style has the delayed expressions.
Syntax
'Declaration
Public Shared Function HasDelayedStyle( _
ByVal As IReport _
) As Boolean
public static bool HasDelayedStyle(
IReport
)
Parameters
- report
- Report
See Also