ReportItem.Action Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
public:
property Microsoft::ReportingServices::RdlObjectModel::Action ^ Action { Microsoft::ReportingServices::RdlObjectModel::Action ^ get(); void set(Microsoft::ReportingServices::RdlObjectModel::Action ^ value); };
[System.ComponentModel.Editor(typeof(Microsoft.ReportDesigner.ActionUITypeEditor), typeof(System.Drawing.Design.UITypeEditor))]
[System.ComponentModel.TypeConverter(typeof(Microsoft.ReportDesigner.ReportItem/ReportActionConveter))]
public Microsoft.ReportingServices.RdlObjectModel.Action Action { get; set; }
[<System.ComponentModel.Editor(typeof(Microsoft.ReportDesigner.ActionUITypeEditor), typeof(System.Drawing.Design.UITypeEditor))>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.ReportDesigner.ReportItem/ReportActionConveter))>]
member this.Action : Microsoft.ReportingServices.RdlObjectModel.Action with get, set
Public Property Action As Action
Valor da propriedade
- Atributos