<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Custom Visibility Toggling in SSRS</title>
	<atom:link href="http://lukehayler.com/2009/07/custom-visibility-toggling-in-ssrs/feed/" rel="self" type="application/rss+xml" />
	<link>http://lukehayler.com/2009/07/custom-visibility-toggling-in-ssrs/</link>
	<description>A blog about Business Intelligence and other personal interests</description>
	<lastBuildDate>Fri, 13 Jan 2012 08:11:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: andrei turcu</title>
		<link>http://lukehayler.com/2009/07/custom-visibility-toggling-in-ssrs/#comment-1356</link>
		<dc:creator>andrei turcu</dc:creator>
		<pubDate>Sun, 02 Oct 2011 09:32:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.lukehayler.com/?p=32#comment-1356</guid>
		<description>Hi AShkar,
There is a workaround for hiding the toggle sign for the empty groups: Don&#039;t use the group cell as toggle item, but create a small column to the left of the group column in your tablix and use that as a toggle item.
If you bring in your dataset the number of group members, than you can set the visibility of the new toggle cell based on the number of group members. This will hide the &quot;+&quot; sign if the group is empty. It only works for white backgrounds, otherwise you&#039;ll end up having some white spaces.

cheers,
andrei</description>
		<content:encoded><![CDATA[<p>Hi AShkar,<br />
There is a workaround for hiding the toggle sign for the empty groups: Don&#8217;t use the group cell as toggle item, but create a small column to the left of the group column in your tablix and use that as a toggle item.<br />
If you bring in your dataset the number of group members, than you can set the visibility of the new toggle cell based on the number of group members. This will hide the &#8220;+&#8221; sign if the group is empty. It only works for white backgrounds, otherwise you&#8217;ll end up having some white spaces.</p>
<p>cheers,<br />
andrei</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://lukehayler.com/2009/07/custom-visibility-toggling-in-ssrs/#comment-85</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Wed, 15 Dec 2010 22:28:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.lukehayler.com/?p=32#comment-85</guid>
		<description>Hmm, think I found a glitch in the new reports.  I used your example and created a boolean parameter in my report that looks for my checkbox checked value and then sets the InitialToggleState to true or false.  The toggle changes to a minus as I would expect, but the report doesn&#039;t expand as it should.  I can then click the minus and it turns into a plus and the data expands like is should.  Looks like I will be writing MSDN.  Darn.</description>
		<content:encoded><![CDATA[<p>Hmm, think I found a glitch in the new reports.  I used your example and created a boolean parameter in my report that looks for my checkbox checked value and then sets the InitialToggleState to true or false.  The toggle changes to a minus as I would expect, but the report doesn&#8217;t expand as it should.  I can then click the minus and it turns into a plus and the data expands like is should.  Looks like I will be writing MSDN.  Darn.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://lukehayler.com/2009/07/custom-visibility-toggling-in-ssrs/#comment-84</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Wed, 15 Dec 2010 22:01:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.lukehayler.com/?p=32#comment-84</guid>
		<description>Figured it out!  They removed it from the textbox properties menu options and now you can select &quot;Expression&quot; in the InitialToggleState options of the text box in the Properties window.  Should be a breeze now, I can use your example!  Thanks again!</description>
		<content:encoded><![CDATA[<p>Figured it out!  They removed it from the textbox properties menu options and now you can select &#8220;Expression&#8221; in the InitialToggleState options of the text box in the Properties window.  Should be a breeze now, I can use your example!  Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://lukehayler.com/2009/07/custom-visibility-toggling-in-ssrs/#comment-83</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Wed, 15 Dec 2010 19:02:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.lukehayler.com/?p=32#comment-83</guid>
		<description>Hey Luke,

Great article and info!  I am looking into the MS Reports for a reporting solution I am creating in VS2010.  Unfortunately for me, it looks like MS got rid of the toggle settings on the visibility tab of the text box properties.  I wanted to be able to use a checkbox to set a &quot;ViewAll&quot; parameter and expand all the various report toggles with one button press so my clients will have the option of collapsing or viewing all data on the report.

I am going to keep looking into a possible parameter solution so I don&#039;t have to create new reports to show expanded data for each of my current reports, and I will let you know if I figure something out.</description>
		<content:encoded><![CDATA[<p>Hey Luke,</p>
<p>Great article and info!  I am looking into the MS Reports for a reporting solution I am creating in VS2010.  Unfortunately for me, it looks like MS got rid of the toggle settings on the visibility tab of the text box properties.  I wanted to be able to use a checkbox to set a &#8220;ViewAll&#8221; parameter and expand all the various report toggles with one button press so my clients will have the option of collapsing or viewing all data on the report.</p>
<p>I am going to keep looking into a possible parameter solution so I don&#8217;t have to create new reports to show expanded data for each of my current reports, and I will let you know if I figure something out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke Hayler</title>
		<link>http://lukehayler.com/2009/07/custom-visibility-toggling-in-ssrs/#comment-82</link>
		<dc:creator>Luke Hayler</dc:creator>
		<pubDate>Thu, 18 Nov 2010 20:18:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.lukehayler.com/?p=32#comment-82</guid>
		<description>Hi Sudarshan,

Glad it&#039;s helping.

With regards to a tree view using the toggle, have a look at &lt;a href=&quot;http://www.sqlserverdatamining.com/ssdm/Default.aspx?tabid=61&amp;Id=20&quot; rel=&quot;nofollow&quot;&gt;this article by sqlserverdatamining.com&lt;/a&gt;.

Hope that&#039;s what you are looking for!</description>
		<content:encoded><![CDATA[<p>Hi Sudarshan,</p>
<p>Glad it&#8217;s helping.</p>
<p>With regards to a tree view using the toggle, have a look at <a href="http://www.sqlserverdatamining.com/ssdm/Default.aspx?tabid=61&amp;Id=20" rel="nofollow">this article by sqlserverdatamining.com</a>.</p>
<p>Hope that&#8217;s what you are looking for!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas</title>
		<link>http://lukehayler.com/2009/07/custom-visibility-toggling-in-ssrs/#comment-81</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Thu, 18 Nov 2010 08:48:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.lukehayler.com/?p=32#comment-81</guid>
		<description>Hi Sudarshan

Have you tried to use a table with some more columns like the following example?

Header1&#124;Header2&#124;Header3&#124;Header4&#124;Header5&#124;
+      &#124;       &#124;       &#124;       &#124;       &#124;
       &#124;+      &#124;       &#124;       &#124;       &#124;
       &#124;       &#124;+      &#124;       &#124;       &#124;
       &#124;       &#124;       &#124;+      &#124;       &#124;

I think with this little (dirty?) trick you should be able to create your tree view.

:)</description>
		<content:encoded><![CDATA[<p>Hi Sudarshan</p>
<p>Have you tried to use a table with some more columns like the following example?</p>
<p>Header1|Header2|Header3|Header4|Header5|<br />
+      |       |       |       |       |<br />
       |+      |       |       |       |<br />
       |       |+      |       |       |<br />
       |       |       |+      |       |</p>
<p>I think with this little (dirty?) trick you should be able to create your tree view.</p>
<p>:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sudarshan</title>
		<link>http://lukehayler.com/2009/07/custom-visibility-toggling-in-ssrs/#comment-80</link>
		<dc:creator>Sudarshan</dc:creator>
		<pubDate>Thu, 18 Nov 2010 04:48:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.lukehayler.com/?p=32#comment-80</guid>
		<description>Hi Luke,
I am using this &#039;trick&#039; of yours and it works well :)

Any idea about changing the position of plus sign if possible? I am creating a tree view style report but damn plus signs always are at start of the line. Can the be indented too? What am I missing?</description>
		<content:encoded><![CDATA[<p>Hi Luke,<br />
I am using this &#8216;trick&#8217; of yours and it works well :)</p>
<p>Any idea about changing the position of plus sign if possible? I am creating a tree view style report but damn plus signs always are at start of the line. Can the be indented too? What am I missing?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MikeK</title>
		<link>http://lukehayler.com/2009/07/custom-visibility-toggling-in-ssrs/#comment-79</link>
		<dc:creator>MikeK</dc:creator>
		<pubDate>Thu, 04 Nov 2010 17:27:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.lukehayler.com/?p=32#comment-79</guid>
		<description>Akshar,

If I&#039;m understanding you correctly, this can be done with a filter on your group.  I&#039;m doing this with the following filter:

=Fields!YourGroup.Value+CountRows().ToString()</description>
		<content:encoded><![CDATA[<p>Akshar,</p>
<p>If I&#8217;m understanding you correctly, this can be done with a filter on your group.  I&#8217;m doing this with the following filter:</p>
<p>=Fields!YourGroup.Value+CountRows().ToString()</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: saurabh</title>
		<link>http://lukehayler.com/2009/07/custom-visibility-toggling-in-ssrs/#comment-78</link>
		<dc:creator>saurabh</dc:creator>
		<pubDate>Tue, 14 Sep 2010 04:36:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.lukehayler.com/?p=32#comment-78</guid>
		<description>Hi Luke,
thanks for the reply.
I pretty much had an idea that this would not be possible, but the client wanted a hyperlinked toggle to make it more user friendly, as the report has 8 levels of drill down in the matrix and its inconvenient to click on the small + sign so many times. Thanks.
Saurabh</description>
		<content:encoded><![CDATA[<p>Hi Luke,<br />
thanks for the reply.<br />
I pretty much had an idea that this would not be possible, but the client wanted a hyperlinked toggle to make it more user friendly, as the report has 8 levels of drill down in the matrix and its inconvenient to click on the small + sign so many times. Thanks.<br />
Saurabh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke Hayler</title>
		<link>http://lukehayler.com/2009/07/custom-visibility-toggling-in-ssrs/#comment-77</link>
		<dc:creator>Luke Hayler</dc:creator>
		<pubDate>Mon, 13 Sep 2010 20:48:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.lukehayler.com/?p=32#comment-77</guid>
		<description>Hi Saurabh,

As far as I am aware you cannot substitute the (+) sign for hyperlinked text - hyperlinked text already has a function (navigation). Am also not aware of a work-around to do what you are attempting. May I ask what it is that you are trying to achieve (and why)?

Luke</description>
		<content:encoded><![CDATA[<p>Hi Saurabh,</p>
<p>As far as I am aware you cannot substitute the (+) sign for hyperlinked text &#8211; hyperlinked text already has a function (navigation). Am also not aware of a work-around to do what you are attempting. May I ask what it is that you are trying to achieve (and why)?</p>
<p>Luke</p>
]]></content:encoded>
	</item>
</channel>
</rss>

