Pastaba.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti prisijungti arba pakeisti katalogus.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti pakeisti katalogus.
Gets the actions associated with this data point.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property ActionInfo As ActionInfo
Get
'Usage
Dim instance As ChartDataPoint
Dim value As ActionInfo
value = instance.ActionInfo
public abstract ActionInfo ActionInfo { get; }
public:
virtual property ActionInfo^ ActionInfo {
ActionInfo^ get () abstract;
}
abstract ActionInfo : ActionInfo
abstract function get ActionInfo () : ActionInfo
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ActionInfo
A ActionInfo object that represents the actions associated with this data point.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace