Skip to content

Commit d8f1645

Browse files
vishnukarthickthangasamy
authored andcommitted
feature(REPORT-327626): angular reporting
1 parent cd2da90 commit d8f1645

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Bold Reports Angular UI Components
22

3-
The `Bold Reports` UI components contains [Angular Report Viewer](https://www.boldreports.com/embedded-reporting/angular-report-viewer?utm_source=github&utm_medium=backlinks) and [Angular Report Designer](https://www.boldreports.com/embedded-reporting/angular-report-designer?utm_source=github&utm_medium=backlinks) reporting components for enterprise web development. Empower your web application with feature-rich report preview, edit, and customization capabilities that allow you to explore data easily and make real-time decisions. Effortlessly print and export reports.
3+
The `Bold Reports` UI components contains [Angular Report Viewer](https://www.boldreports.com/embedded-reporting/angular-report-viewer?utm_source=npm&utm_medium=listing&utm_campaign=boldreports-report-viewer-angular-npm) and [Angular Report Designer](https://www.boldreports.com/embedded-reporting/angular-report-designer?utm_source=npm&utm_medium=listing&utm_campaign=boldreports-report-designer-angular-npm) reporting components for enterprise web development. Empower your web application with feature-rich report preview, edit, and customization capabilities that allow you to explore data easily and make real-time decisions. Effortlessly print and export reports.
44

55
![Bold Reports Angular Reporting Tool](https://demos.boldreports.com/Images/report-platform.gif)
66

@@ -12,20 +12,20 @@ Take a look at the `Bold Reports Angular` live demo [here](https://demos.boldrep
1212

1313
## Documentation
1414

15-
For complete `Bold Reports Angular` documentation, please visit [https://documentation.boldreports.com/angular/](https://documentation.boldreports.com/angular/)
15+
For complete `Bold Reports Angular` documentation, please visit [https://documentation.boldreports.com/angular/](https://documentation.boldreports.com/angular/?utm_source=npm&utm_medium=listing&utm_campaign=boldreports-angular-npm)
1616

1717
### Offline Demos
1818

19-
Download our Angular Reporting Platform installer from [here](https://www.boldreports.com/pricing/).
19+
Download our Angular Reporting Platform installer from [here](https://www.boldreports.com/pricing/?utm_source=npm&utm_medium=listing&utm_campaign=boldreports-angular-npm).
2020

2121
## Support
2222

2323
In case of any questions regarding the use of `Bold Reports Angular`, please [contact us](mailto:support@boldreports.com) by sending your queries.
2424

2525
## Release Notes
2626

27-
Refer to the online `Bold Reports Angular Product` [Release Notes](https://www.boldreports.com/release-history/).
27+
Refer to the online `Bold Reports Angular Product` [Release Notes](https://www.boldreports.com/release-history/?utm_source=npm&utm_medium=listing&utm_campaign=boldreports-angular-npm).
2828

2929
## License Information
3030

31-
For licensing information about `Bold Reports Angular`, Take a look at the Syncfusion License Agreements from [here](https://www.boldreports.com/terms-of-use).
31+
For licensing information about `Bold Reports Angular`, Take a look at the Syncfusion License Agreements from [here](https://www.boldreports.com/terms-of-use?utm_source=npm&utm_medium=listing&utm_campaign=boldreports-angular-npm).

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@boldreports/angular-reporting-components",
3-
"version": "5.4.20",
3+
"version": "6.1.34",
44
"description": "The Bold Reports by Syncfuion components for Angular contains ReportViewer and ReportDesigner reporting components for enterprise web development",
55
"repository": {
66
"type": "git",
@@ -35,7 +35,7 @@
3535
"url": "https://github.com/boldreports/angular-reporting-components/issues"
3636
},
3737
"dependencies": {
38-
"@boldreports/javascript-reporting-controls": "5.4.20"
38+
"@boldreports/javascript-reporting-controls": "6.1.34"
3939
},
4040
"devDependencies": {
4141
"@angular/common": "13.0.0",

src/reportviewer.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export class BoldReportViewerComponent extends BoldReportComponents<any, any> {
3030
@Input('enableNotificationBar') enableNotificationBar_input: any;
3131
@Input('enableDropDownSearch') enableDropDownSearch_input: any;
3232
@Input('enableVirtualEvaluation') enableVirtualEvaluation_input: any;
33+
@Input('smartRendering') smartRendering_input: any;
3334
@Input('waitingPopupTemplate') waitingPopupTemplate_input: any;
3435
@Input('enableOnScrollNavigation') enableOnScrollNavigation_input: any;
3536
@Input('customBrandSettings') customBrandSettings_input: any;

0 commit comments

Comments
 (0)