Saturday, February 04, 2012  | 
Welcome to Module Masters support forums - the primary support mechanism for our products. Feel free to post your questions, and we will aim to respond in a timely manner.  We also encourage our users to post any feedback you may have.  You may also email us directly at service@modulemasters.com
Subject: Hiding Sub report - Auto deployment
Prev Next
You are not authorized to post a reply.

Author Messages
muniappanUser is Offline

Posts:53

01/10/2008 11:58  
I just asked you about how to hide the sub report from showing it in the drop down list. I have done it with the report manager [Report properties--> general --> Hide in Listview]. I am using RSBuild tool to automatically deploy the reports.I don't know what modification I have to make in the RSBuild code to incorporate this new functionality[Hiding sub report]. Can you please let me know how to do it? I am using the following code, The description property is working correctly. But the Hide in List view property is not working. Property[] properties = new Propertyΐ] Property Prop1 = new Property(); Property Prop2 = new Property(); Prop1.Name = "HideInListView"; Prop1.Value = "True"; properties.SetValue(Prop1, 0); Prop2.Name = "Description";Prop2.Value = "Muni deployed sub report"; properties.SetValue(Prop2, 1); But I don't know the proprty name and value for Hide in List view. Can you please give me the suggestion?
hostUser is Offline

Posts:497

01/10/2008 12:22  
Where are you viewing these reports that they are showing up? In dotnetnuke?
muniappanUser is Offline

Posts:53

01/10/2008 13:31  

Yes I am using dotnetnuke.

hostUser is Offline

Posts:497

01/10/2008 22:59  
And you are using our module and your reports you have hidden in the report manager are showing up in the drop down list?
muniappanUser is Offline

Posts:53

01/11/2008 09:29  

If I am going to reportmanager and cheching the check box hide in list view then, It is working correctly. But I have to check that check box programatically from code. I am using RSBuild tool to do that. I am modifying RSBuild tool. It is working correctly for the description property but not working for HidInListView property. I want to know the property name and value for HideInListView property. Please give me the suggestion.

You are not authorized to post a reply.
Forums > Module Masters Forum > SQL Reporting Services > Hiding Sub report - Auto deployment



ActiveForums 3.7
Copyright 2011 by Module Masters Privacy StatementTerms Of Use