Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the calculated value of the HyperlinkText property in a Action class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Property HyperlinkText As String
Get
Set
'Usage
Dim instance As ActionInstance
Dim value As String
value = instance.HyperlinkText
instance.HyperlinkText = value
public string HyperlinkText { get; set; }
public:
virtual property String^ HyperlinkText {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract HyperlinkText : string with get, set
override HyperlinkText : string with get, set
final function get HyperlinkText () : String
final function set HyperlinkText (value : String)
Property Value
Type: System.String
A string value that represents the calculated value of the HyperlinkText property.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace