I want it when report loads in report viewer control
What ever reports that has been designed using the ssrs reports, they can be loaded into the report viewer directly. Coding from frontend using the reportviewer is not recommened for your requirement.
Regards
Srikanth Kasturi
Please "Mark As Answer" if my post serves purpose.
Marked as answer by Ming Xu - MSFT on Feb 28, 2012 12:26 PM
amit.pathak
Member
14 Points
11 Posts
Customized report layout
Feb 11, 2012 03:57 AM|LINK
Hi,
In one of my application i am using microsoft sql report service, It is multilanguage application.
Is is possible to change the report layout dynamically, for ex : changing layout of control runtime when report display in erport viewer control.
Thanks in advance,
Amit
Web Developer
avinash_bhud...
Contributor
2881 Points
517 Posts
Re: Customized report layout
Feb 11, 2012 04:18 AM|LINK
May be this link wil help you.
http://weblogs.asp.net/jgalloway/archive/2006/12/12/reporting-services-add-a-logo-to-the-report-manager.aspx
amit.pathak
Member
14 Points
11 Posts
Re: Customized report layout
Feb 11, 2012 04:57 AM|LINK
I want it when report loads in report viewer control
Srikanth Kas...
Contributor
4289 Points
883 Posts
Re: Customized report layout
Feb 11, 2012 05:58 AM|LINK
Dear Amit,
Am supposing you want to change the layout of your report design dynamically, that means your report content is dynamic.
SSRS -- > Matrix reports serves your purpose. The columns can be adjusted dynamically.
Refer this : http://msdn.microsoft.com/en-us/library/cc627441.aspx
What ever reports that has been designed using the ssrs reports, they can be loaded into the report viewer directly. Coding from frontend using the reportviewer is not recommened for your requirement.
Srikanth Kasturi
Please "Mark As Answer" if my post serves purpose.