Commit 1053153 1 parent 4f8e8d2 commit 1053153 Copy full SHA for 1053153
File tree 1 file changed +18
-18
lines changed
src/controls/report-viewer/add-custom-item-to-exiting-toolbar-group
1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -7,21 +7,21 @@ function ontoolBarItemClick(args) {
7
7
}
8
8
9
9
$ ( function ( ) {
10
- $ ( "#viewer" ) . boldReportViewer ( {
11
- reportServiceUrl : "https://demos.boldreports.com/services/api/ReportViewer" ,
12
- reportPath : '~/Resources/docs/sales-order-detail.rdl' ,
13
- toolbarSettings : {
14
- showToolbar : true ,
15
- items : ej . ReportViewer . ToolbarItems . All & ~ ej . ReportViewer . ToolbarItems . Print ,
16
- customItems : [ {
17
- groupIndex : 1 ,
18
- index : 1 ,
19
- type : 'Default' ,
20
- id :'CustomItem' ,
21
- cssClass : "e-icon e-mail e-reportviewer-icon CustomItem" ,
22
- tooltip : { header : 'CustomItem' , content : 'toolbaritems' }
23
- } ]
24
- } ,
25
- toolBarItemClick : ontoolBarItemClick
26
- } ) ;
27
- } ) ;
10
+ $ ( "#viewer" ) . boldReportViewer ( {
11
+ reportServiceUrl : "https://demos.boldreports.com/services/api/ReportViewer" ,
12
+ reportPath : '~/Resources/docs/sales-order-detail.rdl' ,
13
+ toolbarSettings : {
14
+ showToolbar : true ,
15
+ items : ej . ReportViewer . ToolbarItems . All & ~ ej . ReportViewer . ToolbarItems . Print ,
16
+ customItems : [ {
17
+ groupIndex : 1 ,
18
+ index : 1 ,
19
+ type : 'Default' ,
20
+ id : 'CustomItem' ,
21
+ cssClass : "e-icon e-mail e-reportviewer-icon CustomItem" ,
22
+ tooltip : { header : 'CustomItem' , content : 'toolbaritems' }
23
+ } ]
24
+ } ,
25
+ toolBarItemClick : ontoolBarItemClick
26
+ } ) ;
27
+ } ) ;
You can’t perform that action at this time.
0 commit comments