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

In This Topic
    ReportBlock Property (Page)
    In This Topic
    ReportBlock which contains data describing report from this page.
    Syntax
    public ReportBlock ReportBlock {get;}
    public:
    property ReportBlock^ ReportBlock {
       ReportBlock^ get();
    }
    Remarks
    If a report is assign to a page then this property returns an object which contains data describing it. If no report is assign then this property returns null.
    See Also