showreports_class = function() {}; Object.extend(showreports_class.prototype, Object.extend(new AjaxPro.AjaxClass(), { isLogin: function() { return this.invoke("isLogin", {}, this.isLogin.getArguments().slice(0)); }, AddComments: function(comContent, reportId) { return this.invoke("AddComments", {"comContent":comContent, "reportId":reportId}, this.AddComments.getArguments().slice(2)); }, ShowCommentlist: function(reportclassid, PageIndex, pageSize) { return this.invoke("ShowCommentlist", {"reportclassid":reportclassid, "PageIndex":PageIndex, "pageSize":pageSize}, this.ShowCommentlist.getArguments().slice(3)); }, GetCountCommentByRID: function(reportclassid) { return this.invoke("GetCountCommentByRID", {"reportclassid":reportclassid}, this.GetCountCommentByRID.getArguments().slice(1)); }, url: '/v2/ajaxpro/showreports,App_Web_driqpdyf.ashx' })); showreports = new showreports_class();