Report.HasBookmarks Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates whether the report contains bookmarks.
public:
property bool HasBookmarks { bool get(); };
public bool HasBookmarks { get; }
member this.HasBookmarks : bool
Public ReadOnly Property HasBookmarks As Boolean
Property Value
A Boolean
indicating whether the report contains bookmarks. A value of true
indicates that it does contain bookmarks.