Click here to Skip to main content
15,919,613 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,
Is it possible to conver .rdl file to .xsd using C#?
If yes, how do we do that?
Please help.

Regards,
Lok
Posted

1 solution

An .rdl/.rdlc file is an Xml file which already has an xsd file that you can get from http://schemas.microsoft.com/sqlserver/reporting/2005/01/reportdefinition[^].

If you look at an .rdlc file you will see the definitions for the xsd on the second line.
 
Share this answer
 

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