Свойство Action.Hyperlink
Gets or sets an expression that evaluates to the URL of the hyperlink.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Property Hyperlink As ReportExpression
Get
Set
'Применение
Dim instance As Action
Dim value As ReportExpression
value = instance.Hyperlink
instance.Hyperlink = value
public ReportExpression Hyperlink { get; set; }
public:
property ReportExpression Hyperlink {
ReportExpression get ();
void set (ReportExpression value);
}
member Hyperlink : ReportExpression with get, set
function get Hyperlink () : ReportExpression
function set Hyperlink (value : ReportExpression)
Значение свойства
Тип: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression object that evaluates to the URL of the hyperlink.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel