Home/ASP.NET Forums/Advanced ASP.NET/SQL Server Reporting Services/Difference between .rdl and .rdlc files

Difference between .rdl and .rdlc files RSS

14 replies

Last post Dec 31, 2010 10:32 AM by imty4u

  • Tamer Fathy

    Tamer Fathy

    Participant

    1174 Points

    225 Posts

    Re: Difference between .rdl and .rdlc files

    Oct 26, 2007 01:44 PM|LINK

    You welcome any time :),

    concerning your question it was easy, this is the difference  between the  RDL and RDLC in case you need to pass parameters to your reports if you use RDLC which in client side processing as get the data from the database and assign it to the report you need to handle the passing of the parameters by developing the form which get the parameters from the user and then use it in your query then when you get the results you pass it to the report to display.

    but if you use server side processing you can use  the report viewer control (custom control used to view reports in your application (web or windows))  to handle the parameti hope i explain it in good way and i help you

     


     

    Tamer Fathy
    MCAD .NET
    http://tamer-fathy.blogspot.com/
  • sag_2725

    sag_2725

    Member

    19 Points

    39 Posts

    Re: Difference between .rdl and .rdlc files

    Oct 30, 2007 02:35 PM|LINK

    Thanks  Tamer Fathy. But I have one more doubt. Making use of .rdlc file type and the reportviewer provided by VS2005 instead of SSRS 2005 would mean that the reports will be on the application server rather than being hosted on the reportserver since I won't be having a seprate report server. Will this affect the performance of my application server?

     

    Thanks in advance.    

  • Tamer Fathy

    Tamer Fathy

    Participant

    1174 Points

    225 Posts

    Re: Difference between .rdl and .rdlc files

    Oct 30, 2007 03:27 PM|LINK

    no this will not affect your application performance as it wil be as you query the data base for specific data

     

    Tamer Fathy
    MCAD .NET
    http://tamer-fathy.blogspot.com/
  • harrykochhar

    harrykochhar

    Member

    6 Points

    3 Posts

    Re: Difference between .rdl and .rdlc files

    May 06, 2009 03:56 PM|LINK

    Hi Tamer Fathy,

    This is an amazing thread to clear the doubts about rdl and rdlc.

    Temer, one of your statements confused me a bit. In your response on 09-28-2007, 3:28 PM, last paragraph, you say "However this means that when an RDL file is used by the ReportViewer control,... ". Dont you think it should say RDLC and not RDL. Because, in RDL the SQL related information is used from the file itself.

    I may be getting it wrong.

    Thanks!!

    Harry.

    rdlc (Report) chart format code visual studio reporting

  • Prev Next
    1 2Last

    ‹ Previous Thread|Next Thread ›