Propriedade do RDL ActionInstance.BookmarkLink
Gets the calculated value of the BookmarkLink property in a Action class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public Property BookmarkLink As String
Get
Set
'Uso
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)
Valor da propriedade
Tipo: System.String
A string value that represents the calculated value of the BookmarkLink property.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering