CSReportEditor.cEditor.getCustomHeight C# (CSharp) Метод

getCustomHeight() публичный Метод

public getCustomHeight ( ) : int
Результат int
        public int getCustomHeight() {
            if (m_report == null) { return 0; }
            return m_report.getPaperInfo().getCustomHeight();
        }
cEditor