Propriété BookmarkLink
Gets the calculated value of the BookmarkLink property in a Action class.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public Property BookmarkLink As String
Get
Set
'Utilisation
Dim instance As ActionInstance
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 that represents the calculated value of the BookmarkLink property.
Voir aussi