ReportItemInstance.Bookmark 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 the calculated value of the Bookmark property in a ReportItem class.
public:
property System::String ^ Bookmark { System::String ^ get(); void set(System::String ^ value); };
public string Bookmark { get; set; }
member this.Bookmark : string with get, set
Public Property Bookmark As String
Property Value
A string
value that represents the calculated value of the Bookmark property.