Propriété BookmarkLink
Gets the link to the bookmark for a report item.
Espace de noms : Microsoft.ReportingServices.ReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public Property BookmarkLink As String
Get
Set
'Utilisation
Dim instance As Action
Dim value As String
value = instance.BookmarkLink
instance.BookmarkLink = value
public string BookmarkLink { get; set; }
public:
property String^ BookmarkLink {
String^ get ();
void set (String^ value);
}
member BookmarkLink : string with get, set
function get BookmarkLink () : String
function set BookmarkLink (value : String)
Valeur de propriété
Type : System. . :: . .String
A String value containing the name of the bookmark link.