I want information about RDLC.
Can anybody help me?
Thanks.
I want information about RDLC. Can anybody help me? Thanks.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
RDLC is a reporting platform for .net based apps – it can be used for both ASP.net as well as winform apps. Reports that are data driven (for eg financial statements) are well suited to be drawn in RDLC.
RDLC supports paging, custom headers/footers, tabular data (with options to repeat column headers on different pages) etc. – basically all the routine stuff you would like a reporting platform to handle. Export to pdf works fine, but for me, export to Excel kind-of sucked.