2011-05-26 44 views
0

嗨,我處於僵局。我的問題是我想將一些樣式應用於RDL中填充的內容。在RDL中抑制HTML樣式

Ex: this is + <span style = 'color:RED'>" + Sample + "</span>" + text. 

它啓動html屬性放置持有人時正常工作。

但這裏我的問題是我的內容有一些用戶定義的標籤,如<hi> this is sample text.在這種情況下,我越來越this is sample text. coz被視爲html標籤並被壓制。

那麼我該如何處理這兩個座位呢?有沒有其他方法?

在此先感謝

回答

-1

在向其中添加樣式之前,您需要對html字符串進行編碼。

&lt;hi&gt; this is + <span style = 'color:RED'>" + Sample + "</span>" + text. 
+0

其實它恰恰相反,你必須html解碼它,因爲報告只支持未編碼的html標籤。 '測試按預期工作。 – Bidou 2014-01-18 14:59:58