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

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

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