Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDPartsDatabaseItemPropertyList Class / ARTICLE_REPORT_SYMBOL Property / ARTICLE_REPORT_SYMBOL(Int32) Property

In This Topic
    ARTICLE_REPORT_SYMBOL(Int32) Property
    In This Topic
    Symbol for reports # 22228.
    Syntax
    public MDPropertyValue ARTICLE_REPORT_SYMBOL( 
       int index
    ) {get; set;}
    public:
    property MDPropertyValue^ ARTICLE_REPORT_SYMBOL {
       MDPropertyValue^ get(int index);
       void set (int index, MDPropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Property is indexed. Possible indexes are from 1 to 20.

    In this property, you can enter symbols that will be used in the report of conditional forms. The symbols are entered in parts management on the Data for reports tab, with a maximum of 20.

    See Also