Share via


ReportItem.Bookmark Property

Gets or sets the bookmark for this item on the report.

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public Property Bookmark As String 
    Get 
    Set
'Usage
Dim instance As ReportItem 
Dim value As String 

value = instance.Bookmark

instance.Bookmark = value
public string Bookmark { get; set; }
public:
property String^ Bookmark {
    String^ get ();
    void set (String^ value);
}
member Bookmark : string with get, set
function get Bookmark () : String 
function set Bookmark (value : String)

Property Value

Type: System.String
A String value that contains the bookmark for the item on the report.

Remarks

It is the user's responsibility to make the bookmarks unique.

See Also

Reference

ReportItem Class

Microsoft.ReportingServices.ReportRendering Namespace