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