BookmarkLink Propiedad
An expression that evaluates to the ID of a bookmark within the report to go to when this report item is clicked on.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property BookmarkLink As ReportStringProperty
Get
'Uso
Dim instance As Action
Dim value As ReportStringProperty
value = instance.BookmarkLink
public ReportStringProperty BookmarkLink { get; }
public:
property ReportStringProperty^ BookmarkLink {
ReportStringProperty^ get ();
}
member BookmarkLink : ReportStringProperty
function get BookmarkLink () : ReportStringProperty
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportStringProperty
A ReportStringProperty object.
Vea también