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

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

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