<?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>Access Text box value in (Report Builder and SSRS) using ReportItems Archives - Shan Abeywickrama | Dynamics NAV &amp; Business Central Insights</title>
	<atom:link href="http://navsupports.com/tag/access-text-box-value-in-report-builder-and-ssrs-using-reportitems/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>Microsoft Dynamics NAV &#124; Business Central</description>
	<lastBuildDate>Mon, 23 Jan 2017 15:38:24 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.5</generator>

<image>
	<url>http://navsupports.com/wp-content/uploads/2018/11/cropped-fav-1-32x32.png</url>
	<title>Access Text box value in (Report Builder and SSRS) using ReportItems Archives - Shan Abeywickrama | Dynamics NAV &amp; Business Central Insights</title>
	<link></link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Access Text box value in (Report Builder and SSRS) using ReportItems</title>
		<link>http://navsupports.com/access-text-box-value-report-builder-ssrs-using-reportitems/</link>
					<comments>http://navsupports.com/access-text-box-value-report-builder-ssrs-using-reportitems/#respond</comments>
		
		<dc:creator><![CDATA[Shan Abeywickrema]]></dc:creator>
		<pubDate>Mon, 23 Jan 2017 15:38:24 +0000</pubDate>
				<category><![CDATA[knowledge]]></category>
		<category><![CDATA[Access Text box value in (Report Builder and SSRS) using ReportItems]]></category>
		<category><![CDATA[Dynamics NAV]]></category>
		<category><![CDATA[Dynamics NAV 2013R2]]></category>
		<category><![CDATA[Dynamics NAV 2016]]></category>
		<category><![CDATA[IIF]]></category>
		<category><![CDATA[ReportItems]]></category>
		<category><![CDATA[SSRS]]></category>
		<guid isPermaLink="false">http://navsupports.com/?p=134</guid>

					<description><![CDATA[<p>Today I am going to share little bit important lesson. But I will hope you have already know this. Most</p>
<p>The post <a href="http://navsupports.com/access-text-box-value-report-builder-ssrs-using-reportitems/">Access Text box value in (Report Builder and SSRS) using ReportItems</a> appeared first on <a href="http://navsupports.com">Shan Abeywickrama | Dynamics NAV &amp; Business Central Insights</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Today I am going to share little bit important lesson. But I will hope you have already know this. Most of the times you might be required to access another text box value in Dynamics NAV report layout. For instance, Some times, developers want to show total on the top of the report, Like Total Invoice Value. Also in the body you have calculated the line wise value and you have the total with you. But you cannot show it at the beginning. Now you might be seeking a solution.</p>
<p>You may wondering there is a in built function called ReportItems. Simple and  straightforward. The <strong>ReportItems</strong>  includes text boxes that are in the current scope of a page header, footer, or body. This will identify at run time by the report processor/report render.</p>
<p>You may find good example in Microsoft (MSDN) website. So same example I will show here.</p>
<ul>
<li>
<p style="text-align: left;">This expression, placed in a text box, displays the value of a <strong>ReportItem</strong> text box named <code>Textbox1</code>:</p>
<p style="text-align: left;"><code>=ReportItems!Textbox1.Value</code></p>
</li>
<li style="text-align: left;">This expression, placed in a <strong>ReportItem</strong> text box Color property, displays the text in black when the value is &gt; 0; otherwise, the value is displayed in red:<code>=IIF(Me.Value &gt; 0,"Black","Red")</code></li>
<li>
<p style="text-align: left;">This expression, placed in a text box in the page header or page footer, displays the first value per page of the rendered report, for a text box named <code>LastName</code>:</p>
<p style="text-align: left;"><code>=First(ReportItems("LastName").Value)</code></p>
<p>Simply use ReportItems then use the textbox value.</li>
</ul>
<p>The post <a href="http://navsupports.com/access-text-box-value-report-builder-ssrs-using-reportitems/">Access Text box value in (Report Builder and SSRS) using ReportItems</a> appeared first on <a href="http://navsupports.com">Shan Abeywickrama | Dynamics NAV &amp; Business Central Insights</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>http://navsupports.com/access-text-box-value-report-builder-ssrs-using-reportitems/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
