Custom Property
Description
This read-only property determines whether or not the Page object is from a Custom Report or not.
Property type
Read-only property
Syntax
Visual Basic |
---|
Public Property Custom As Long |
Return Type
Read-only Long value. This returns -1 (or True) if it is a Custom Report and 0 (or False) if it is not.
See Also