TextRun.ActionInfo Property
Gets the action for this text run.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property ActionInfo As ActionInfo
Get
'Usage
Dim instance As TextRun
Dim value As ActionInfo
value = instance.ActionInfo
public virtual ActionInfo ActionInfo { get; }
public:
virtual property ActionInfo^ ActionInfo {
ActionInfo^ get ();
}
abstract ActionInfo : ActionInfo
override ActionInfo : ActionInfo
function get ActionInfo () : ActionInfo
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ActionInfo
A ActionInfo object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace