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

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

public openDocument ( ) : bool
Результат bool
        public bool openDocument()
        {
            return openDocument("");
        }

Same methods

cEditor::openDocument ( String fileName ) : bool
cEditor