Compartir a través de


ReportItem.Bookmark Property

Gets the bookmark for this item on the report.

Espacio de nombres: Microsoft.ReportingServices.ReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

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

Notas

Nuevo:5 de diciembre de 2005

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

Seguridad para subprocesos

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.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

ReportItem Class
ReportItem Members
Microsoft.ReportingServices.ReportRendering Namespace