May i use the collapse and expand feature (like tree menu) at Report iam using the Report viewer Control for displaying the Report on my Asp.net Page .
I have number records and each record have detail as i clicked or expand the record then details will be shown is it possible with report viewer control
If any one have experince before please share the ideas.
Best Regards
life is name of learning!
Mark as an answer if it helps
You can produce the drill-down report using the Report Wizard, you can also set the property of the report to make a matrix report to be a drilldown report, below detailed steps are just for you to produce a drilldown report by setting the property. Your
original report is just like this picture with three groups “Category”,”SubCategory”,”Product”:
Right-click the whole matrix and then select properties.
Switch to Groups tab, select matrix1_SubCategory in Rows panel, and click
Edit…button.
Switch to Visibility tab, click Hidden radiobutton, then select checkbox of Visibility can be toggled by another report item. In the drop-down list, please select
Category_1. Note: here Category_1 is the name of the textbox of
Fields!Category.value.
Click OK.
Select matrix_Product in Rows panel, then do the same as step 2 and 3, but in the drop-down list , please select
SubCategory_1. Here SubCategory _1 is the name of the textbox of
Fields! SubCategory.value.
Click OK.
Then preview the report, click the “+”sign , you will see the report like this picture:
If you have any question about the steps, please feel free to ask.
I have a web page which contains a report.rdlc file
I run the website by visual studio and it works properly but when I publish the website and locate it in wwwroot , then browsing the web page over the internet or IIS, the report is not shown and instead of the report the Error 404 - File or directory not
found. is shown in the report Viewer .
Visual studio 2008 , running on windows server 2008 and IIS 7.0 .
Its working fine.But the page getting post back every time when i click to expand from the collpase mode.So,incase if i used txt box under ajax,then information is not retained if the rdlc report is postback.Please do the needful.
Rameezwaheed
Contributor
3730 Points
1595 Posts
May i use the collapse and expand feature (like tree menu) in Report ?
Jun 29, 2010 12:35 PM|LINK
HI all,
May i use the collapse and expand feature (like tree menu) at Report iam using the Report viewer Control for displaying the Report on my Asp.net Page .
I have number records and each record have detail as i clicked or expand the record then details will be shown is it possible with report viewer control
If any one have experince before please share the ideas.
Best Regards
Mark as an answer if it helps
You-Hu Fu
Star
8174 Points
795 Posts
Re: May i use the collapse and expand feature (like tree menu) in Report ?
Jul 06, 2010 11:48 AM|LINK
Hi,
You can produce the drill-down report using the Report Wizard, you can also set the property of the report to make a matrix report to be a drilldown report, below detailed steps are just for you to produce a drilldown report by setting the property. Your original report is just like this picture with three groups “Category”,”SubCategory”,”Product”:
Then preview the report, click the “+”sign , you will see the report like this picture:
If you have any question about the steps, please feel free to ask.
Regards,
Challen Fu
Feedback to us
Microsoft One Code Framework
HalehMardani...
Member
12 Points
5 Posts
Error 404 , report viewer does not show report.rdlc file
Aug 20, 2010 07:11 PM|LINK
Hi
I have a web page which contains a report.rdlc file
I run the website by visual studio and it works properly but when I publish the website and locate it in wwwroot , then browsing the web page over the internet or IIS, the report is not shown and instead of the report the Error 404 - File or directory not found. is shown in the report Viewer .
Visual studio 2008 , running on windows server 2008 and IIS 7.0 .
can anyone help me to solve this ?
Thanks
</div>jaiswarvipin
Participant
808 Points
159 Posts
Re: Error 404 , report viewer does not show report.rdlc file
Aug 20, 2010 08:01 PM|LINK
http://social.msdn.microsoft.com/Forums/en-US/vsreportcontrols/thread/f6d045a3-8bc1-4b77-bfa9-f9540f9d6d54
ssramvinay
Member
2 Points
1 Post
Re: May i use the collapse and expand feature (like tree menu) in Report ?
Jan 11, 2011 06:13 AM|LINK
Its working fine.But the page getting post back every time when i click to expand from the collpase mode.So,incase if i used txt box under ajax,then information is not retained if the rdlc report is postback.Please do the needful.