Partager via


Propriété Bookmark

Gets the calculated value of the Bookmark property in a ReportItem class.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public Property Bookmark As String
    Get
    Set
'Utilisation
Dim instance As ReportItemInstance
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)

Valeur de propriété

Type : System. . :: . .String
A string value that represents the calculated value of the Bookmark property.