Is there a possibility with the final Reporting Services 2008 to have
textboxes with RTF or HTML facilities? I didn't found something in the
November CTP.
If yes, will it be possible to display such a report with the Report Viewer
in a WindowsForm as a local report?
Thanks
Peterhttp://www.microsoft.com/sql/techinfo/whitepapers/sql_2008_ssrs.mspx
This report mentions rich text but that is all it does.
Bruce Loehle-Conger
MVP SQL Server Reporting Services
"pan" <pan@.discussions.microsoft.com> wrote in message
news:CE2773B3-731A-403A-BD7F-94C5D9C30BB0@.microsoft.com...
> Is there a possibility with the final Reporting Services 2008 to have
> textboxes with RTF or HTML facilities? I didn't found something in the
> November CTP.
> If yes, will it be possible to display such a report with the Report
> Viewer
> in a WindowsForm as a local report?
> Thanks
> Peter|||I am pretty sure it is the second but I cannot find a link to confirm that.
Bruce Loehle-Conger
MVP SQL Server Reporting Services
"pan" <pan@.discussions.microsoft.com> wrote in message
news:B41A760B-8916-4289-A0DB-226B97D9521E@.microsoft.com...
> Thanks a lot. Sometimes it's difficult to find documents. Information on
> SQL
> 2008 is quite hidden...
> For me, it's not so clear if the doc means "Rendering of a complete report
> as an RTF doc" or that what I (and many others) need: "Display data from
> the
> database that is in RTF format in a text box"
> The first option, we had already with version 2005. The second is MISSING
> since a very long time!
>
> "Bruce L-C [MVP]" wrote:
>> http://www.microsoft.com/sql/techinfo/whitepapers/sql_2008_ssrs.mspx
>> This report mentions rich text but that is all it does.
>>
>> --
>> Bruce Loehle-Conger
>> MVP SQL Server Reporting Services
>> "pan" <pan@.discussions.microsoft.com> wrote in message
>> news:CE2773B3-731A-403A-BD7F-94C5D9C30BB0@.microsoft.com...
>> > Is there a possibility with the final Reporting Services 2008 to have
>> > textboxes with RTF or HTML facilities? I didn't found something in the
>> > November CTP.
>> > If yes, will it be possible to display such a report with the Report
>> > Viewer
>> > in a WindowsForm as a local report?
>> >
>> > Thanks
>> > Peter
>>
Showing posts with label textbox. Show all posts
Showing posts with label textbox. Show all posts
Tuesday, February 21, 2012
RTF Interpretation
I have text box that is set to RTF Interpretation. The problem arises when the field that this textbox is linked to has no data. Instead of being suppressed like I want it to, it display's an RTF string. Can I suppress this field when that field that is linked to has no data. All my attempts have failed. Any help would be greatly appreiciated.Right click on that text goto format section and in the suppress option, write this formula
if isnull([field])=true then true
if isnull([field])=true then true
Subscribe to:
Posts (Atom)