<?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://www.lukehayler.com/2009/07/custom-visibility-toggling-in-ssrs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lukehayler.com/2009/07/custom-visibility-toggling-in-ssrs/</link>
	<description>A blog about Integration services, Reporting services, and the things that interest me</description>
	<lastBuildDate>Tue, 27 Jul 2010 15:45:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Luke Hayler</title>
		<link>http://www.lukehayler.com/2009/07/custom-visibility-toggling-in-ssrs/comment-page-1/#comment-867</link>
		<dc:creator>Luke Hayler</dc:creator>
		<pubDate>Fri, 02 Jul 2010 14:35:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.lukehayler.com/?p=32#comment-867</guid>
		<description>Hi ness,

True and false are key words, so there&#039;s no need to enclose them in quotes. 

=IIF(parameters!myparam.value=1, True, False)

Should work. </description>
		<content:encoded><![CDATA[<p>Hi ness,</p>
<p>True and false are key words, so there&#8217;s no need to enclose them in quotes. </p>
<p>=IIF(parameters!myparam.value=1, True, False)</p>
<p>Should work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ness</title>
		<link>http://www.lukehayler.com/2009/07/custom-visibility-toggling-in-ssrs/comment-page-1/#comment-865</link>
		<dc:creator>Ness</dc:creator>
		<pubDate>Fri, 02 Jul 2010 12:18:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.lukehayler.com/?p=32#comment-865</guid>
		<description>Hi Luke,

I have 2 list control and each list I put a table control inside it . How can I hide and show the list and it&#039;s table base onthe value of a parameter? 

This is the expression I put in the  &quot;show or hide based on expressionion&quot; under visiblity property of both the first list and the table inside it: 

=IIf (Parameters!Segment.Value = 1, &quot;True&quot;,&quot;False&quot;)

Here the Segment is a parameter with 1 and 2 values.. 

When I execute the SSRS 2008, the error I got is:

&quot;An Error Occured during local report processing. The Hidden expressopn used in the tablix &#039;Tablix 6&#039; return a data type that is not valid&quot;

&quot;Tablix 6&quot; here is the name of my first list control.

This report works fine when I didn&#039;t apply the expression in the show/hide expression. Did I missed something?

Your help will be appreciated.

Thanks, Ness</description>
		<content:encoded><![CDATA[<p>Hi Luke,</p>
<p>I have 2 list control and each list I put a table control inside it . How can I hide and show the list and it&#8217;s table base onthe value of a parameter? </p>
<p>This is the expression I put in the  &#8220;show or hide based on expressionion&#8221; under visiblity property of both the first list and the table inside it: </p>
<p>=IIf (Parameters!Segment.Value = 1, &#8220;True&#8221;,&#8221;False&#8221;)</p>
<p>Here the Segment is a parameter with 1 and 2 values.. </p>
<p>When I execute the SSRS 2008, the error I got is:</p>
<p>&#8220;An Error Occured during local report processing. The Hidden expressopn used in the tablix &#8216;Tablix 6&#8242; return a data type that is not valid&#8221;</p>
<p>&#8220;Tablix 6&#8243; here is the name of my first list control.</p>
<p>This report works fine when I didn&#8217;t apply the expression in the show/hide expression. Did I missed something?</p>
<p>Your help will be appreciated.</p>
<p>Thanks, Ness</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke Hayler</title>
		<link>http://www.lukehayler.com/2009/07/custom-visibility-toggling-in-ssrs/comment-page-1/#comment-417</link>
		<dc:creator>Luke Hayler</dc:creator>
		<pubDate>Sun, 21 Feb 2010 22:09:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.lukehayler.com/?p=32#comment-417</guid>
		<description>Justin,

If you were still looking; 

&lt;a href=&quot;http://www.lukehayler.com/2010/02/custom-visibility-toggling-ssrs-2008/&quot; rel=&quot;nofollow&quot;&gt;http://www.lukehayler.com/2010/02/custom-visibility-toggling-ssrs-2008/&lt;/a href&gt;</description>
		<content:encoded><![CDATA[<p>Justin,</p>
<p>If you were still looking; </p>
<p><a href="http://www.lukehayler.com/2010/02/custom-visibility-toggling-ssrs-2008/" rel="nofollow"></a><a href="http://www.lukehayler.com/2010/02/custom-visibility-toggling-ssrs-2008/" rel="nofollow">http://www.lukehayler.com/2010/02/custom-visibility-toggling-ssrs-2008/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Visibility Toggling in SSRS 2008 &#124; Luke Hayler - SQL Server developer</title>
		<link>http://www.lukehayler.com/2009/07/custom-visibility-toggling-in-ssrs/comment-page-1/#comment-402</link>
		<dc:creator>Visibility Toggling in SSRS 2008 &#124; Luke Hayler - SQL Server developer</dc:creator>
		<pubDate>Mon, 15 Feb 2010 21:06:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.lukehayler.com/?p=32#comment-402</guid>
		<description>[...] while back I wrote a post about how to toggle the visibility of rows/columns in tables/matrices for SSRS 2005. In the comments of that article someone asked how this was done in SSRS 2008. The short answer was [...]</description>
		<content:encoded><![CDATA[<p>[...] while back I wrote a post about how to toggle the visibility of rows/columns in tables/matrices for SSRS 2005. In the comments of that article someone asked how this was done in SSRS 2008. The short answer was [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke Hayler</title>
		<link>http://www.lukehayler.com/2009/07/custom-visibility-toggling-in-ssrs/comment-page-1/#comment-395</link>
		<dc:creator>Luke Hayler</dc:creator>
		<pubDate>Fri, 12 Feb 2010 08:06:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.lukehayler.com/?p=32#comment-395</guid>
		<description>Hi Justin,

Set the Visibility&gt;Hidden property of the Cell/group to False. You&#039;ll need to change the ToggleItem&#039;s InitialAppearance property to Expanded though, otherwise the view won&#039;t match the toggle (&#039;+&#039; / &#039;-&#039;) state. Note - the group properties can be accessed using the tab at the bottom of the design screen (SSRS 2008). 

I&#039;m busy preparing another article on Visibility settings in SSRS 2008, so check back Monday or follow &lt;a href=&quot;http://twitter.com/lukehayler&quot; rel=&quot;nofollow&quot;&gt;@lukehayler&lt;/a href&gt; for blog updates.</description>
		<content:encoded><![CDATA[<p>Hi Justin,</p>
<p>Set the Visibility>Hidden property of the Cell/group to False. You&#8217;ll need to change the ToggleItem&#8217;s InitialAppearance property to Expanded though, otherwise the view won&#8217;t match the toggle (&#8216;+&#8217; / &#8216;-&#8217;) state. Note &#8211; the group properties can be accessed using the tab at the bottom of the design screen (SSRS 2008). </p>
<p>I&#8217;m busy preparing another article on Visibility settings in SSRS 2008, so check back Monday or follow <a href="http://twitter.com/lukehayler" rel="nofollow">@lukehayler</a> for blog updates.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke Hayler</title>
		<link>http://www.lukehayler.com/2009/07/custom-visibility-toggling-in-ssrs/comment-page-1/#comment-394</link>
		<dc:creator>Luke Hayler</dc:creator>
		<pubDate>Fri, 12 Feb 2010 07:57:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.lukehayler.com/?p=32#comment-394</guid>
		<description>Hi Akshar,

I don&#039;t think you can hide the &#039;+&#039; sign outright, but you can change its state (&#039;+&#039; or &#039;-&#039;).</description>
		<content:encoded><![CDATA[<p>Hi Akshar,</p>
<p>I don&#8217;t think you can hide the &#8216;+&#8217; sign outright, but you can change its state (&#8216;+&#8217; or &#8216;-&#8217;).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://www.lukehayler.com/2009/07/custom-visibility-toggling-in-ssrs/comment-page-1/#comment-393</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Thu, 11 Feb 2010 23:27:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.lukehayler.com/?p=32#comment-393</guid>
		<description>Thanks for the write up. Question, I&#039;m using SSRS 2008 and want to defaul my matrix to open or (Expanded) upon initial startup. Any thoughts on how to do this in 2008</description>
		<content:encoded><![CDATA[<p>Thanks for the write up. Question, I&#8217;m using SSRS 2008 and want to defaul my matrix to open or (Expanded) upon initial startup. Any thoughts on how to do this in 2008</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Akshar</title>
		<link>http://www.lukehayler.com/2009/07/custom-visibility-toggling-in-ssrs/comment-page-1/#comment-319</link>
		<dc:creator>Akshar</dc:creator>
		<pubDate>Mon, 04 Jan 2010 06:49:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.lukehayler.com/?p=32#comment-319</guid>
		<description>Hi i got a requirement on this, can any one try this out
 i am using a tablix(ssrs 2008) in which i am setting the toggling property (row visibility) for the second row based on a field in the first cell in the first row.
its all working good, but now i need to hide the &quot;+&quot; sign when there are no records to be shown. is this possible</description>
		<content:encoded><![CDATA[<p>Hi i got a requirement on this, can any one try this out<br />
 i am using a tablix(ssrs 2008) in which i am setting the toggling property (row visibility) for the second row based on a field in the first cell in the first row.<br />
its all working good, but now i need to hide the &#8220;+&#8221; sign when there are no records to be shown. is this possible</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mona</title>
		<link>http://www.lukehayler.com/2009/07/custom-visibility-toggling-in-ssrs/comment-page-1/#comment-257</link>
		<dc:creator>Mona</dc:creator>
		<pubDate>Fri, 13 Nov 2009 00:09:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.lukehayler.com/?p=32#comment-257</guid>
		<description>Thank you Luke.</description>
		<content:encoded><![CDATA[<p>Thank you Luke.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas</title>
		<link>http://www.lukehayler.com/2009/07/custom-visibility-toggling-in-ssrs/comment-page-1/#comment-251</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Thu, 12 Nov 2009 13:12:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.lukehayler.com/?p=32#comment-251</guid>
		<description>Hello,

thank you very much for your explanation. I was a little bit confused, because I&#039;ve not that field at the visibility tab for the specified textbox. But I found the solution.

Click the textbox where the toggle-item is shown and open the &quot;Properties&quot;-Box for the textbox.
There you find an entry called &quot;InitialToggleState&quot; which you can set to &quot;true&quot;,&quot;false&quot; or an expression. Thats it. *THUMBS UP*

Have fun.

Greetings from germany.

Thomas</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>thank you very much for your explanation. I was a little bit confused, because I&#8217;ve not that field at the visibility tab for the specified textbox. But I found the solution.</p>
<p>Click the textbox where the toggle-item is shown and open the &#8220;Properties&#8221;-Box for the textbox.<br />
There you find an entry called &#8220;InitialToggleState&#8221; which you can set to &#8220;true&#8221;,&#8221;false&#8221; or an expression. Thats it. *THUMBS UP*</p>
<p>Have fun.</p>
<p>Greetings from germany.</p>
<p>Thomas</p>
]]></content:encoded>
	</item>
</channel>
</rss>
