Click here to Skip to main content
15,881,248 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi Everyone,

How to generate a rdl (SSRS) report in WebApi application using .Net model.

With out data source how can we generate a report. I will prepare a model from the UI which was entered by user.

If it is possible to pass the XML or Model in the report using C# code.  In other words, using a dynamic XML or Object file instead of using static XML file path.


Thank you all.

What I have tried:

I am able to generate a report using data source.
Posted
Updated 24-Jun-21 9:03am
v2
Comments
[no name] 21-Jun-21 12:42pm    
RDL is XML; .NET has XML classes; what more do you need?
suman palla 22-Jun-21 4:22am    
Hi Gerry,
How to generate a report with data-source as XML. I want to pass XML as a input parameter.

Thanks..
suman palla 22-Jun-21 4:35am    
If it is possible to pass the XML in the report using C# code. In other words, using a dynamic XML file instead of using static XML file path.
[no name] 23-Jun-21 13:23pm    
Nothing to do with creating the RDL; but yes, why can't you specify a path "at run time"?

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900