本帖最后由 wengMQ 于 2019-9-4 13:12 编辑
viewer = GrapeCity.ActiveReports.JSViewer.create({
element: '#changecolor',
reportID: data.d, // the id of the report to display
reportService: {},
settings: {
zoomType: 'FitPage'
}
// other properties
});
jsview初始进入普通视图,怎么设置?
|
|