How to make rdlc report from xml string?
Im trying to make a report viewer (RDLC REPORT) with xml string as data source using asp.net c#
This is the xml
Im trying to make a report viewer (RDLC REPORT) with xml string as data source using asp.net c#
This is the xml
I have this action to generate reports :
I’ve a reporting services server which has already some running reports, and I need now to generate them through a custom website(running asp.net MVC3).
We need to choose the reporting engine for our ASP.NET application. The main functional requirement is an ability for end users (not programmers, just normal users) to create custom reports. We will be using SQL Server as a database so I am aware of some options: SQL Server Reporting services, Crystal Reports, Active Reports, even … Read more
I asked this question in the DataDynamics forum earlier today. I thought that maybe I’d get some sort of response here at SO.
I have a SQL Server 2008 R2 Report Server running on a Windows 7 machine as well as an ASP.NET application. The ASP.NET application makes requests to the Report Server to display a list of reports, render reports, etc. My ASP.NET application successfully gets the list of reports but when it tries to render a report I get the following error:
I have an RDLC file in which I want to make an expression.
Here is the image of properties of expression. I need to concatenate First Name, Last name and Middle Init.