<?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>Daniel Corvello &#187; Reporting</title>
	<atom:link href="http://daniel.blog.br/tag/reporting/feed/" rel="self" type="application/rss+xml" />
	<link>http://daniel.blog.br</link>
	<description></description>
	<lastBuildDate>Thu, 21 Aug 2008 02:34:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Filtrando opções de exportação no Telerik Reporting</title>
		<link>http://daniel.blog.br/2008/07/19/filtrando-opcoes-de-exportacao-no-telerik-reporting/</link>
		<comments>http://daniel.blog.br/2008/07/19/filtrando-opcoes-de-exportacao-no-telerik-reporting/#comments</comments>
		<pubDate>Sat, 19 Jul 2008 04:36:19 +0000</pubDate>
		<dc:creator>Daniel Corvello</dc:creator>
				<category><![CDATA[Sem categoria]]></category>
		<category><![CDATA[ASP.net]]></category>
		<category><![CDATA[Reporting]]></category>
		<category><![CDATA[Telerik]]></category>

		<guid isPermaLink="false">http://daniel.blog.br/?p=71</guid>
		<description><![CDATA[O Telerik Reporting fornece várias opções para a exportação dos relatórios gerados, entre elas PDF, RTF, HTML, TIFF, CSV,&#8230; mas,&#8230;..  e se você não quer que um determinado relatório seja exportado em CSV ou PDF, ou,  quer que um relatório só possa ser exportado em PDF. Uma maneira de configurar as opções disponíveis é através [...]]]></description>
			<content:encoded><![CDATA[<p>O <a title="Telrik Reporting" href="http://www.telerik.com/products/reporting/overview.aspx">Telerik Reporting</a> fornece várias opções para a exportação dos relatórios gerados, entre elas PDF, RTF, HTML, TIFF, CSV,&#8230; mas,&#8230;..  e se você não quer que um determinado relatório seja exportado em CSV ou PDF, ou,  quer que um relatório só possa ser exportado em PDF.</p>
<p>Uma maneira de configurar as opções disponíveis é através dos arquivos de configuração (web.config ou app.config)</p>
<p>Um exemplo de configuração:</p>
<pre>&lt;configuration&gt;
&lt;configSections&gt;
  &lt;section name="Telerik.Reporting"
    type="Telerik.Reporting.Processing.Config.ReportingConfigurationSection,
    Telerik.Reporting.Processing, Version=X.X.X.XXX, Culture=neutral,
    PublicKeyToken=a9d7983dfcc261be"
    allowLocation="true"
    allowDefinition="Everywhere"/&gt;
&lt;/configSections&gt;

&lt;Telerik.Reporting&gt;
  &lt;Extensions&gt;
    &lt;Render&gt;
      &lt;Extension name="IMAGE" visible="false" /&gt;
      &lt;Extension name="PDF" visible="true" /&gt;
      &lt;Extension name="HTML" visible="true" /&gt;
      &lt;Extension name="MHTML" visible="false" /&gt;
      &lt;Extension name="RTF" visible="true" /&gt;
      &lt;Extension name="XLS" visible="false" /&gt;
      &lt;Extension name="CSV" visible="false" /&gt;
    &lt;/Render&gt;
  &lt;/Extensions&gt;
&lt;/Telerik.Reporting&gt;

...

&lt;/configuration&gt;</pre>
<p>Obs.: Verifique a versão do Reporting que você está utilizando e substitua o X.X.X.XXX pelo número correspondente.<br />
Mais informações sobre configuração do ReportViewer:</p>
<p><a title="Configuring Telerik Report" href="http://www.telerik.com/help/reporting/configuringtelerikreporting.html">Configuring Telerik Report</a></p>
<p><a title="Device Information Settings" href="http://www.telerik.com/help/reporting/deviceinformationsettings.html">Device Information Settings</a></p>
]]></content:encoded>
			<wfw:commentRss>http://daniel.blog.br/2008/07/19/filtrando-opcoes-de-exportacao-no-telerik-reporting/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Telerik Reporting &#8211; Report Viewer localization (pt-BR)</title>
		<link>http://daniel.blog.br/2008/06/08/telerik-reporting-report-viewer-localization-pt-br/</link>
		<comments>http://daniel.blog.br/2008/06/08/telerik-reporting-report-viewer-localization-pt-br/#comments</comments>
		<pubDate>Sun, 08 Jun 2008 04:38:43 +0000</pubDate>
		<dc:creator>Daniel Corvello</dc:creator>
				<category><![CDATA[Sem categoria]]></category>
		<category><![CDATA[ASP.net]]></category>
		<category><![CDATA[Componentes]]></category>
		<category><![CDATA[Reporting]]></category>
		<category><![CDATA[Telerik]]></category>

		<guid isPermaLink="false">http://daniel.blog.br/?p=51</guid>
		<description><![CDATA[Telerik Reporting é um componente para criação de relatórios similar ao Microsoft Report Viewer. Avaliando o componente senti falta da interface em português para apresentá-lo para um cliente. Decidi então criar os resources em português do Brasil e compartilhar os mesmos. Para quem interessar: Download dos arquivos .resx traduzidos para português: Telerik Report Viewer &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Telerik Reporting tools" href="http://www.telerik.com/products/reporting/overview.aspx">Telerik Reporting</a> é um componente para criação de relatórios similar ao <a title="Microsft ReportViewer Controls" href="http://msdn.microsoft.com/en-us/library/ms251671.aspx">Microsoft Report Viewer</a>.</p>
<p>Avaliando o componente senti falta da interface em português para apresentá-lo para um cliente. Decidi então criar os resources em português do Brasil e compartilhar os mesmos.</p>
<p>Para quem interessar:</p>
<p>Download dos arquivos .resx traduzidos para português:</p>
<p><a href="http://daniel.blog.br/wp-content/uploads/2008/06/telerikreportviewerpt-brresources.zip">Telerik Report Viewer &#8211; Resources (pt-BR)</a> (Windows Forms e Asp.net Forms)</p>
<p>Mais informações sobre como utilizar os arquivos:</p>
<p><a title="Telerik Report Viewer Localization" href="http://www.telerik.com/help/reporting/report-viewer-localization.html">Telerik Report Viewer Localization</a></p>
<p>Jabá: <a title="15 reasons to choose TelerikReporting" href="http://www.telerik.com/products/reporting/why.aspx">15 reasons to choose Telerik Reporting</a></p>
<p> </p>
]]></content:encoded>
			<wfw:commentRss>http://daniel.blog.br/2008/06/08/telerik-reporting-report-viewer-localization-pt-br/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

