<?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"

			>

	<channel>
		<title>Our ComponentOne  &#187;  Topic: Replacement for HtmlTableFilter in the .NET 4.0 product?</title>
		<atom:link href="http://our.componentone.com/groups/topic/replacement-for-htmltablefilter-in-the-net-4-0-product/feed/feed/" rel="self" type="application/rss+xml" />
		<link>http://our.componentone.com/groups/topic/replacement-for-htmltablefilter-in-the-net-4-0-product/feed/feed/</link>
		<description></description>
		<pubDate>Thu, 20 Jun 2013 01:50:46 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://our.componentone.com/groups/topic/replacement-for-htmltablefilter-in-the-net-4-0-product/#post-94458</guid>
					<title><![CDATA[Replacement for HtmlTableFilter in the .NET 4.0 product?]]></title>
					<link>http://our.componentone.com/groups/topic/replacement-for-htmltablefilter-in-the-net-4-0-product/#post-94458</link>
					<pubDate>Tue, 12 Jul 2011 17:13:21 +0000</pubDate>
					<dc:creator>fubeca150</dc:creator>

					<description>
						<![CDATA[
						<p>I’m converting my project from Report.2 to Report.4, and I make use of HtmlTableFilter for a couple of reports that need this functionality.  What is the replacement object for this in the Report.4 product?  It still exists in the Report.2 product, so I don’t know what to do to proceed with a conversion to the .NET 4 product.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://our.componentone.com/groups/topic/replacement-for-htmltablefilter-in-the-net-4-0-product/#post-207953</guid>
					<title><![CDATA[Re: Replacement for HtmlTableFilter in the .NET 4.0 product?]]></title>
					<link>http://our.componentone.com/groups/topic/replacement-for-htmltablefilter-in-the-net-4-0-product/#post-207953</link>
					<pubDate>Tue, 12 Jul 2011 17:44:04 +0000</pubDate>
					<dc:creator>fubeca150</dc:creator>

					<description>
						<![CDATA[
						<p>I managed to find it in the PDF, since the interactive on-line documentation was still referencing only the Report.2 product.</p>
<p>"Support for the .NET 4.0 client profile was added to .NET 4.0 builds of Reports for WinForms. HtmlTableFilter is not supported in the .NET 4.0 build. This is a temporary limitation that will be removed in a future build."</p>
<p>This note was in 2010 v2.  I know that "temporary" is a subjective term, but is there an actual timeline that I can expect this limitation to be removed, since that was over a year ago, and I’m paying for updates that don’t ever seem to actually get done?  This has been the stickler keeping me from being able to fully upgrade to the C1 .NET 4 product all along.</p>
<p>Rendering as HtmlFilter just isn’t an option when Outlook is a target e-mail client.  I know that’s not your fault, but given that it IS a common BUSINESS e-mail client, I need the HtmlTableFilter working, and even though it looks like crap, too, at least it’s legible.  It’d be nice if they’d just let me send PDF attachments, but no, they want it sent directly as text in their e-mail.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://our.componentone.com/groups/topic/replacement-for-htmltablefilter-in-the-net-4-0-product/#post-207954</guid>
					<title><![CDATA[Re: Replacement for HtmlTableFilter in the .NET 4.0 product?]]></title>
					<link>http://our.componentone.com/groups/topic/replacement-for-htmltablefilter-in-the-net-4-0-product/#post-207954</link>
					<pubDate>Thu, 14 Jul 2011 12:56:02 +0000</pubDate>
					<dc:creator>C1_Dima</dc:creator>

					<description>
						<![CDATA[
						<p>The problem with that filter was that its code used a class from System.Web.UI which is not available in .NET 4.0 Client Profile. Because we had to support it in our .NET 4.0 version, that specific filter was removed with the intention of rewriting the code without using the offending class. With other more pressing issues taking priority, this has not been done yet. We are currently looking  into implementing this, I will update this thread when new info is available. Hope this at least clarifies the situation. Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://our.componentone.com/groups/topic/replacement-for-htmltablefilter-in-the-net-4-0-product/#post-207955</guid>
					<title><![CDATA[Re: Replacement for HtmlTableFilter in the .NET 4.0 product?]]></title>
					<link>http://our.componentone.com/groups/topic/replacement-for-htmltablefilter-in-the-net-4-0-product/#post-207955</link>
					<pubDate>Thu, 14 Jul 2011 14:43:14 +0000</pubDate>
					<dc:creator>fubeca150</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks for the heads up.  I figured that it probably wasn’t implemented because of the client profile when I read the "client profile was added …", having hit exactly the same issue myself on another project (thankfully, all I needed was a couple of simple encoder / decoder methods that were easy to implement myself). <img src='http://our.componentone.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I was just hoping that there would be a replacement for this, and was wondering what the timeline was to fix it.</p>
<p>I’d be fine running a recompiled assembly that has it in that requires the full .NET 4.0 framework.  I’m using the assembly in a service, and so I don’t really mind having to use the full .NET 4.0 framework (I think the service already uses it due to some other things it’s doing).</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://our.componentone.com/groups/topic/replacement-for-htmltablefilter-in-the-net-4-0-product/#post-207956</guid>
					<title><![CDATA[Re: Replacement for HtmlTableFilter in the .NET 4.0 product?]]></title>
					<link>http://our.componentone.com/groups/topic/replacement-for-htmltablefilter-in-the-net-4-0-product/#post-207956</link>
					<pubDate>Thu, 14 Jul 2011 15:17:21 +0000</pubDate>
					<dc:creator>C1_Dima</dc:creator>

					<description>
						<![CDATA[
						<p>We are currently investigating this (i.e. how much work it would involve to rewrite the relevant code), I will post an update in a day or two. Hopefully we’ll be able to do and release this as a hotfix reasonably soon – but as I say, I will post a more definite update shortly.</p>
<p>As for using the full framework – for that to work, we would basically need to make a special set of assemblies of .NET 4.0 C1Reports for that in addition to the regular (client profile) set of assemblies – not feasible really, unfortunately.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://our.componentone.com/groups/topic/replacement-for-htmltablefilter-in-the-net-4-0-product/#post-207957</guid>
					<title><![CDATA[Re: Replacement for HtmlTableFilter in the .NET 4.0 product?]]></title>
					<link>http://our.componentone.com/groups/topic/replacement-for-htmltablefilter-in-the-net-4-0-product/#post-207957</link>
					<pubDate>Thu, 14 Jul 2011 18:59:28 +0000</pubDate>
					<dc:creator>C1_Dima</dc:creator>

					<description>
						<![CDATA[
						<p>Update: we will try to release a hotfix for this within 3 weeks or so. Thanks.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

