When you ask a question, remember to click "mark as answered" when you get a reply which answers your question; this ensures the right forum member gets credit for being helpful (and makes search more relevant too).
Marked as answer by shehbazbashir on Jul 01, 2008 09:43 AM
akjoshi
Contributor
3636 Points
615 Posts
Re: How to create excel like tab lay out?
Jun 26, 2008 05:22 AM|LINK
Hi,
Check this article[http://www.codeproject.com/KB/reporting-services/AnUglyTabControlForSSRS.aspx] which shows a way to implement a tab control like structure in reports, it uses text boxes, tables and tables Visibility can be toggled by another report item property.
Also check my blog post for other details - http://weblogs.asp.net/akjoshi/archive/2008/06/26/A-tab-control-like-structure-in-reporting-services-report.aspx
I hope that will be helpful