Hi Team,
I have used Report Viewer of ej-angular2. I will consider using Bold Reports in place of it.
As of now in Report Viewer control I have styling issue.
After using style in index.html or in styles of angular.json file, the styles of other syncfusion controls get overridden by it. How to use styles of report viewer control such that it does not affect other styles?
I am using styles in either of these ways:
First: (index.html)
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>XYZ</title>
<base rel='nofollow' href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" rel='nofollow' href="favicon.ico">
<link rel='nofollow' href="https://cdn.syncfusion.com/14.3.0.52/js/web/flat-azure/ej.web.all.min.css" rel="stylesheet" />
</head>
<body>
<app-root></app-root>
</body>
</html>
or Second: (angular.json)
"styles": [
"src/styles.css",
"node_modules/syncfusion-javascript/Content/ej/web/material/ej.web.all.min.css"
]
Thanks
Tuariq