Partager via


ReportItem.Bookmark Property

Gets the bookmark for this item on the report.

Espace de noms: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)

Syntaxe

'Déclaration
Public Property Bookmark As String
public string Bookmark { get; set; }
public:
property String^ Bookmark {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_Bookmark ()

/** @property */
public void set_Bookmark (String value)
public function get Bookmark () : String

public function set Bookmark (value : String)

Valeur de propriété

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

Notes

Nouveau :5 décembre 2005

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

Sécurité des threads

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

ReportItem Class
ReportItem Members
Microsoft.ReportingServices.ReportRendering Namespace