Partager via


Propriété Action.BookmarkLink

Gets an expression that evaluates to the ID of a bookmark within the report to go to when this report item is clicked on.

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

Syntaxe

'Déclaration
Public ReadOnly Property BookmarkLink As ReportStringProperty 
    Get
'Utilisation
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

Valeur de propriété

Type : Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object.

Voir aussi

Référence

Action Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering