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

In This Topic
    FunctionFilterSchemaData Property
    In This Topic
    Property data represents function filter scheme settings for report generation.
    Syntax
    public string FunctionFilterSchemaData {get; set;}
    public:
    property String^ FunctionFilterSchemaData {
       String^ get();
       void set (    String^ value);
    }
    Remarks
    String contains function filter criteria properties and its values for given report.

    To get value of such string in proper form first create template function filter settings scheme in report generation GUI. Then export whole template to .xml file and find value for 'SubFilterSchemeData' setting name.
    See Also