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