Diffrence between RDL and RDLC
-
Hi all I am working on a asp.net application. There is a requirement to create reports. I am using SQL server 2008. What is the best solution, RDL or RDLC? Please advice Thanks in advance Prosanta
-
Hi all I am working on a asp.net application. There is a requirement to create reports. I am using SQL server 2008. What is the best solution, RDL or RDLC? Please advice Thanks in advance Prosanta
Prosanta Kundu online wrote:
I am working on a asp.net application
If it is asp.net application Use RDLC instead of RDl..! and present the reports in report viewer..! If you want to use only reports then use rdl files and display it thr reportserver
LatestArticle :Log4Net Why Do Some People Forget To Mark as Answer .If It Helps.
-
Prosanta Kundu online wrote:
I am working on a asp.net application
If it is asp.net application Use RDLC instead of RDl..! and present the reports in report viewer..! If you want to use only reports then use rdl files and display it thr reportserver
LatestArticle :Log4Net Why Do Some People Forget To Mark as Answer .If It Helps.
RDL files creation is through SQL 2005->Report Designer and RDLC files creation is through VS 2005->Report Designer also RDL and RDLC formats have the same XML schema but in RDLC files, some values (Query Text) are allowed to be empty, which means that they are not immediately ready to be published to a Report Server. The missing values can be entered by opening the RDLC file using the SQL Server 2005 version of Report Designer....... thats what i think!!!
-
RDL files creation is through SQL 2005->Report Designer and RDLC files creation is through VS 2005->Report Designer also RDL and RDLC formats have the same XML schema but in RDLC files, some values (Query Text) are allowed to be empty, which means that they are not immediately ready to be published to a Report Server. The missing values can be entered by opening the RDLC file using the SQL Server 2005 version of Report Designer....... thats what i think!!!
Archana,India wrote:
RDL files creation is through SQL 2005->Report Designer and RDLC files creation is through VS 2005->Report Designer
Yes You are correct..! After This I didnt Get it..! I created Both Types of applictions..! I got very Good help from this forum..! http://social.msdn.microsoft.com/Forums/en-US/sqlreportingservices/threads[^]
Archana,India wrote:
The missing values can be entered by opening the RDLC file using the SQL Server 2005 version of Report Designe
I think You are talking abt parameters they can be left blank in any type of the file ..! What exactly You are trying to develop..! In rdlc files u need to display the files using reportviewer control ..!
LatestArticle :Log4Net Why Do Some People Forget To Mark as Answer .If It Helps.