Propriedade ActionInfo
Esta API tem suporte para a infraestrutura do .NET Framework e não deve ser usada diretamente do seu código.
The actions and the action style of the annotation.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Property ActionInfo As ActionInfo
Get
Set
'Uso
Dim instance As ChartAnnotation
Dim value As ActionInfo
value = instance.ActionInfo
instance.ActionInfo = value
public ActionInfo ActionInfo { get; set; }
public:
property ActionInfo^ ActionInfo {
ActionInfo^ get ();
void set (ActionInfo^ value);
}
member ActionInfo : ActionInfo with get, set
function get ActionInfo () : ActionInfo
function set ActionInfo (value : ActionInfo)
Valor da propriedade
Tipo: Microsoft.ReportingServices.RdlObjectModel. . :: . .ActionInfo
An ActionInfo object.
Consulte também