Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets the actions associated with this data point.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public MustOverride ReadOnly Property ActionInfo As ActionInfo
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering.ActionInfo
A ActionInfo object that represents the actions associated with this data point.
Voir aussi
Référence
Espace de noms Microsoft.ReportingServices.OnDemandReportRendering