<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>rousso.eu &#187; SQL Server</title>
	<atom:link href="http://rousso.eu/?feed=rss2&#038;cat=11" rel="self" type="application/rss+xml" />
	<link>http://rousso.eu</link>
	<description>a Greek guy, writing from Sweden, his blog in the States.</description>
	<lastBuildDate>Tue, 22 Jun 2010 16:51:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Hiding a Report Parameter in SQL Server 2000 Reporting Services</title>
		<link>http://rousso.eu/?p=18</link>
		<comments>http://rousso.eu/?p=18#comments</comments>
		<pubDate>Fri, 05 May 2006 08:02:00 +0000</pubDate>
		<dc:creator>rousso</dc:creator>
				<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://rousso.gr/Lists/Posts/ViewPost.aspx?ID=7</guid>
		<description><![CDATA[Situation: You use SQL 2000 Reporting Services, to create a report (probably same applies for SQL 2005, but I have not tried it yet). You report expects various parameters but the user does not need to specify all of them through the user interface. For example the value of a parameter (say ParamB) can be [...]]]></description>
			<content:encoded><![CDATA[<div>
<p><strong><u>Situation:</u></strong></p>
<p>You use SQL 2000 Reporting Services, to create a report (probably same applies for SQL 2005, but I have not tried it yet).</p>
<p>You report expects various parameters but the user does not need to specify all of them through the user interface. For example the value of a parameter (say ParamB) can be calculated based on the value of another parameter (say ParamA) that the user selects.</p>
<p>So, you want to hide ParamB from the user.</p>
<p><u><strong>Solution:</strong></u></p>
<p>In the Report Parameters Collection Editor select the parameter that you want to hide and clear its “Prompt” field. Then add a Default Value to it (either by using an expression or by using a query).</p>
<p><u><strong>Quick Tip:</strong></u></p>
<p> Notice that when you use a query to get the default value of the hidden parameter ParamB you can always pass to it the Value that the user selected for ParamA (or another parameter).</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://rousso.eu/?feed=rss2&amp;p=18</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
