Eplan Platform API
Eplan.EplApi.DataModel Namespace / ReportBlock Class / Action Property

In This Topic
    Action Property
    In This Topic
    Gets/Sets a name of an action which may be used for customizing the report through API.
    Syntax
    public string Action {get; set;}
    public:
    property String^ Action {
       String^ get();
       void set (    String^ value);
    }
    See Also