Свойство 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.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property BookmarkLink As ReportStringProperty
Get
'Применение
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
Значение свойства
Тип: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering