HasDelayedPageName Method
In This Topic
Checks if the report has items with delayed expressions in their page name settings.
Syntax
'Declaration
Public Shared Function HasDelayedPageName( _
ByVal As IReport _
) As Boolean
public static bool HasDelayedPageName(
IReport
)
Parameters
- report
- The report to check.
Return Value
true
if the report has items with delayed expressions in their page name settings; otherwise, false
.
See Also