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