GrapeCity.ActiveReports.Viewer(
{
RenderMode: "Galley",
element: '#BaccoPurContainer',
report: {
id: "烟叶收购情况汇总表",
parameters: [{
name: 'startTime',
value: startime,
}, {
name: 'endTime',
value: endtime,
}]
},
reportService: {
url: '../../ActiveReportsService.asmx'
},
//Setting the uiType to Custom
uiType: 'desktop',
documentLoaded: function () {
setPaginator(this, paginator);
},
localeUri: '/Scripts/i18n/Localeuri.txt'
});
不对呢 还是单页模式 !! 那不分页模式呢,咋设置的
|