Creating reports and dashboards | Stimulsoft community forum
Reporting tool and data analytics tools for creating reports and dashboards in ASP.NET, ASP.NET MVC, .NET Core, Blazor, Angular, PHP, Python, WPF, JavaScript, and Java applications.
It's impossible to convert type 'int' to 'string' this way.
So the processing of this text component stops on this error.
If you remove this code from text box of put each string in the separate text box. You will see the result.
I am still having trouble with the newer versions of the report engine with drill down. I have attached your sample WebDemo project with minor customizaitons to show the problem I am having.
The sample report is simple ... it just has a databand to show two columns from a database. The first column uses "interaction" to launch the second page. The second page when using the Preview for the report designer shows the drill down parameter correctly. But when I run the report with the flash viewer, the drill down parameter is empty. This used to work in older versions of Stimulsoft.
I am using the StiWebViewerFx1_GetDataSet for the flash viewer and StiWebDesigner1_GetPreviewDataSet for the flash designer to add the single SQL connection. To run the sample, simply point to any SQL table that has a column named Col1 and Col2, and modify the StiSqlDatabase connection string for your database.
Perhaps I am doing things in the wrong order in StiWebViewerFx1_GetDataSet (Report.Dictionary.Synchronize, sti_src.FillColumns) ?
There is a compiled report is the GetDataSet event. And it's impossible to change data sources there.
If you want to make any changes in the report you should do it in the GetReport event. For example,