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"));
|