June 4, 2011 at 3:59 am
how to create multi column RDLC report in VS 2010
June 4, 2011 at 9:30 am
Here are the 2010 samples but I am not sure what you mean by multi column because the Reportviewer control can be used to create reports against most RDBMS using ADO.NET datasource. Now if you mean multi table then write either a stored procedure or a sql command.
http://archive.msdn.microsoft.com/reportviewer
Kind regards,
Gift Peddie
June 6, 2011 at 1:27 am
i want to display record like this
column1 coloumn2 column3
1staddr 2nd addr thirdaddr
June 6, 2011 at 11:57 am
usharani.t (6/6/2011)
i want to display record like thiscolumn1 coloumn2 column3
1staddr 2nd addr thirdaddr
RDLC means running the report in the ReportViewer control which comes in Windows Form and Web Form versions and you can run it in both local and remote mode. What you may not know is in remote mode which requires SSRS license you need to develop the report in BIDs then load the RDL file to the ReportViewer control.
So create a report in BIDs using Tablix control with sql command then load the RDL file to the ReportVeiwer control.
Kind regards,
Gift Peddie
June 6, 2011 at 12:42 pm
Take a look at this to see how to configure your report.
http://p2p.wrox.com/content/articles/creating-mailing-labels-sql-server-reporting-services
June 6, 2011 at 11:30 pm
Thanks for your help... it works........
June 6, 2011 at 11:39 pm
In this mailing labels instead of Zipcode i want to display Postal Barcode how to generate it ....... any suggestions.............
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply