- Home
- Forum
- ASP.NET Core
- Issue while displaying ssrs report in bold report viewer component Angular
Bold Reports offers a comprehensive suite of tools and features for all your reporting needs, and we will help you make a smooth transition from the discontinued control. Our support team at https://support.boldreports.com/ is here to assist you with any questions or difficulties you may encounter during the migration process.
We thank you for choosing Syncfusion� and appreciate your understanding.
Issue while displaying ssrs report in bold report viewer component Angular
Hi, i am facing an issue while displaying ssrs report in bold report viewer component Angular,
i will post my code below
[Angular/app.component.ts]
[Angular/app.component.html]
[WebService]
[ReportServer]
[Browser]
I have resolved the above problem, but now my report is not visible
|
<bold-reportviewer id="reportViewer_Control" [reportServiceUrl] = "serviceUrl" [reportPath] = "reportPath" style="width: 100%;height: 950px">
</bold-reportviewer> |
Thanks, that solved my problem, I added my license key like in the image below but my reports background look like this(I have Syncfuison community license)
Hello, thanks for the quick responses, I have one more question, every time I load my report from SQL Reporting Services in the Bold Report Component for Angular I need to enter the datasource username and password, is there any way for bold reports to remember the credentials? Can I set the credentials in my ASP Net Core WebApi?
My connection string looks like this
I don't understand how to generate the connection with API Controller
reportOption.ReportModel.DataSourceCredentials.Add(new BoldReports.Web.DataSourceCredentials("AdventureWorks", "demoreadonly@data-platform-demo", "N@c)=Y8s*1&dh"));
what AdventureWorks is?
|
reportOption.ReportModel.DataSourceCredentials.Add(new BoldReports.Web.DataSourceCredentials("database-name", "user-name", "password"));
|
- 9 Replies
- 2 Participants
-
TA Tarik
- Sep 13, 2021 12:36 PM UTC
- Oct 5, 2021 11:55 AM UTC