YZSoft.Report.YZReport.Panel
用于将报表设计器设计的报表,分别展示到各自所属的业务模块中。
使用组件
new {
id = "ReportX",
text = "ReportX",
glyph = 0xeb12,
xclass = "YZSoft.report.Panel",
config = new {
path = "D41.ReportX/年度销售统计"
}
}
属性
属性名称 |
说明 |
Path |
要展示的报表的全路径(报表设计器设计的报表) |
collapseSearchPanel |
false – 缺省值,进入报表时,搜索条件呈展开状态 true – 进入报表时,搜索条件呈收起状态 |
period |
报表打开时的缺省时间段,缺省为当月 具体参照YZSoft.src.form.field.PeriodPicker |
params |
传递缺省查询参数,如: params: { '@ProcessName':'采购申请' } |
titleTpl |
报表的标题,缺省为报表名,遵循Ext.String.format格式 如:深圳公司{0} |
pnlSearch |
个性化搜索条,格式 pnlSearch = new { xclass = "Demo.YZReport.CustomSearchBar" } 或 pnlSearch = "Demo.YZReport.CustomSearchBar" |
Created with the Personal Edition of HelpNDoc: Create cross-platform Qt Help files