Compartir a través de


ReportItem.Bookmark Propiedad

Gets an expression that evaluates to a bookmark that can be linked to via a bookmark action.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property Bookmark As ReportStringProperty 
    Get
'Uso
Dim instance As ReportItem 
Dim value As ReportStringProperty 

value = instance.Bookmark
public ReportStringProperty Bookmark { get; }
public:
property ReportStringProperty^ Bookmark {
    ReportStringProperty^ get ();
}
member Bookmark : ReportStringProperty
function get Bookmark () : ReportStringProperty

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object that represents an expression that evaluates to a bookmark that can be linked to via a bookmark action.

Vea también

Referencia

ReportItem Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering