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

In This Topic
    UpdateUsingThisForm Property
    In This Topic
    Determines if Report Block is updated using a specified form.
    Syntax
    public bool UpdateUsingThisForm {get; set;}
    public:
    property bool UpdateUsingThisForm {
       bool get();
       void set (    bool value);
    }
    Remarks
    It is possible to generate a report using a particular form. This property can set a parameter to support it.
    See Also