I am creating a report using Standalone Report Designer. The report is based on a SQL Server stored procedure that returns multiple tables. I have already created and linked the C# DLL method GetData() that returns a DataSet (consisting of two DataTables having TableName as dtHeader and dtDetails). I have successfully assigned GetData to the ObjectDataSource (odsData) by following the steps in the Wizard. Now the DataSource property of odsData shows the DLL name and DataMember property shows the method name - GetData().
I have assigned odsData as the DataSource of the report.
I noticed that unlike SQLDataSource, the ObjectDataSource did not show the output (So does it mean that it cannot figure out the output tables metadata?). Also the "Data Explorer" tab shows only odsData (I was expecting DataTables and columns under it).
I added a textbox and opened the "Edit Expression" dialog. Then I clicked on the "Fields". I find that only odsData appearing but not the tables - dtHeader and dtDetails. (Screenshot attached).
So, how do I see the fields (columns) of the DataTables dtHeader and dtDetails in the report (since it looks like that metadata is not available)?
P.S. I have tested the DLL successfully. i.e. it returns two DataTables (in a DataSet) with rows.
I have imported a crystal report, which had 4 XML data sources which the Import Wizard of Standalone Report Designer has correctly converted to 4 SQL Data Sources.
Now, I must assign 4 SQL Server Stored Procedures (returning a dataset), 1 each for the 4 SQL Data Sources. Each stored procedure has some parameters. I can do this in the Configure Data Source Command window by selecting Stored Procedure.
My problem is that the SQL Database is determined at runtime. i.e. there are two databases having the same 4 stored procedures. So, it becomes a Dynamic command. So, I have to use "Select Statement" and not the "Stored Procedure" in the Command window.
It becomes something like EXEC {DBName}.[dbo].[StoredProc1] @prm1, @prm2 for 1st Data Source, EXEC {DBName}.[dbo].[StoredProc2] @prm for the second and so on for others.
DBName is determined at runtime. If there was only 1 SQL Data Source, I would have created a report parameter and created a binding like DataSource.SelectCommand= Format("{0}.[dbo].[StoredProc1]", Parameters.DBName.Value)
However, since there are 4 SQL Data Sources with each having a different stored procedure as its command, I cannot do this.
Any idea as to how to proceed in this situation?
Hi,
In Visual Studio, I'm getting vulnerability alerts for package 'SQLitePCLRaw.lib.e_sqlite3' which is used by multiple Telerik Products:
https://github.com/advisories/GHSA-2m69-gcr7-jv3q
I understand i'm running old version of packages, but i updated to 20.1.26.615 and made no difference.

Hello, I have a report that shows Barcodes for persons. In my development environment (Win11, .NET10), where I have installed the Report Designer for .NET10, it works perfectly (Barcode_Working_Dev.png).
When I deploy it in the production server where Telerik Report server is installed and run the report I get the underlying barcode number and not the barcode (Barcode_NotWorking_Server.png).
I am using Code39AzaleaNarrow3 Regular font (which is shown in the Font Property of the TextBox in the report).
I downloaded the Code39Azalea font from their website and installed on the server; however the issue still persists. Can you please let me know what should be done?
Thank you,
Nitin.
Hello,
I want to ask regarding telerik web report designer, i have a TRDP that i design using Stand Alone Designer, when i upload it to Web Report Designer, the report not rendered, it throw error (only this TRDP that throwing this error):
webReportDesigner:9 Uncaught TypeError: Cannot read properties of unefined (reading 'BrowsablePropertyWrappers')
at C.updateEditor (webReportDesigner:9:422587)
at C.layoutChanged (webReportDesigner:9:421285)
at HTMLInputElement.<anonymous> (webReportDesigner:9:825924)
at HTMLDivElement.dispatch (jquery.min.js:2:40035)
at HTMLDivElement.<anonymous> (jquery.min.js:2:38006)The report not 'Design' mode is not rendered, but it can be 'Preview'-ed
Attached is the trdp that throwing that error.
I use telerik reporting 19.1.25.521.
Hello,
Inherited an older application that used version "16.2.22.914"
When I follow the upgrading wizard to go to "19.1.25.521" it removes the button to export reports:
Old view:
New view:
Not sure if the new versions needed some additional packages added to bring this functionality in.
But any help or advice would be extremely appreciated!
