Hi
我先用中文講一次我的問題好了,雖然我不知道是否有人能夠回答就是了
我的情形是:我將Telerik 所建立的報表建為一個dll供外部程式使用
他能正常接收資料,不論給他的是Text、DataTable,
但是,有一個小問題存在
如果我的datatable中只有一個Column CmtText,裡面有兩筆資料如下
| CmtText
1 | 123456 |
2 | 123456 |
第一筆不包含空白,但第二筆的開頭包含了幾個空白字串(" 123456")
但是我將這個data table傳入Telerik Report 的某張報表中顯示時
過程中程式卻將我的空白字串給篩掉了,如果我有辦法保留他嗎?
my problem is
i construct a telerik report with one report1.vb to a dll,it is make for extend program to open report
it can work, no meter i give it datatable or pure text.
But! there has a little problem
if my table with one column
and this column like this:
| CmtText
1 | 123456 |
2 | 123456 |
when the report opened,my second record's space are missing!!
Can u Tell me Why?
Or don't understand what i talk about? - -"