Telerik Forums
Reporting Forum
1 answer
120 views
Hi Telerik Team!

In our concern we follow several methods to bind the fields such as "binding thro dataset","binding directly using functions","binding the data using object data source".
Out of all these methods, data get binded & the field values get populated in the "expression" of the report viewer only when "objectdatasource method" is used.when we use the rest of the methods, we developers face the problem of writing the code manually. i.e(Fields.EmployeeName)
We doesnot face these sort of problems in other reporting services.
Why it is so??Why this functionality doesn't support for all the methods?


Regards
Aabidha

Steve
Telerik team
 answered on 30 Dec 2010
1 answer
89 views
Hello,
we've to introduce in a report a 4 pages document that contains justified and formatted text... we've tried exporting it to HTML using MS Word and inserting it in the designer of a HTMLTextBox ... on the display inside the editor it's formatted ok, in the report it does not apply the spacing (150%) and the justify.... any suggestion?
Thanks
Steve
Telerik team
 answered on 30 Dec 2010
1 answer
88 views
hi,

i'm applying the best practice approach for the telerik reporting in which they being put in separate c# project. i could access them from the web application be getting assembly info...like this:

var reportAssembly = AppDomain.CurrentDomain
                     .GetAssemblies()
                     .Where(x => x.GetName().Name == REPORT_NAMESPACE).FirstOrDefault();
                    Type reportType = reportAssembly.GetType(rptInfo.ReportClassName);
                    var report = (Report)Activator.CreateInstance(reportType);
                    report.DataSource = results;

but after publishing the report not showing so can you provide full demo for best way for applying that!
Steve
Telerik team
 answered on 30 Dec 2010
2 answers
83 views

After upgrading to Q3, I cannot apply built-in stylesheets like civic or solstice to reports. Can you try and tell me if it is working?

Thank you.

bora
Top achievements
Rank 1
 answered on 30 Dec 2010
2 answers
89 views
I have just downloaded Q3 sp1 for telerik reporting, tried to install but setup file is still installing version 4_2_10_1110. Is there any conflicts on your setup files?
bora
Top achievements
Rank 1
 answered on 30 Dec 2010
1 answer
63 views
Hi,
I think there is a little bug in the ReportViewer (for WebForms). It doesn't work if the 'ClientIdMode' is set to 'Static'.

Can you confirm it??

Michael
Steve
Telerik team
 answered on 30 Dec 2010
1 answer
275 views

Hi

I currently have a report with 1 sub reports. At runtime I set the report's data source to a Dataset. I also set the data source for the sub reports to the same Dataset and different table. I need grouping the sub report based on master report.

 

I have two tables one master table another one detail table,

 

Firs page display master report and then second page corresponding details displaying.

How to grouping the sub report?

Regards,

VinothKumar.K

Steve
Telerik team
 answered on 30 Dec 2010
7 answers
227 views
Hello,

In a asp.net application, I have a simple report, with 2 textbox in the detail section, the first one contain the name of the item and the second one will display the HTML resulting from and XSLT transformation (i am assigning by code the value on ItemDataBound).

On preview the first textbox render fine, but the second has a height of 450px and the real content has a height of 200px.

Is this a bug or i am missing something here?

Thank You
Steve
Telerik team
 answered on 29 Dec 2010
4 answers
202 views
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? - -"

John
Top achievements
Rank 1
 answered on 29 Dec 2010
1 answer
112 views
Hi All,
I've created master report with DataSource as ObjectDataSource (with two fields, FirstItem and SecondItem)
Inside master report in details I put two sub reports with same ReportSource

In the first SubReport bindings I bind ReportSource.DataSource to the Fields.FirstItem
In the second SubReport bindings I bind ReportSource.DataSource to the Fields.SecondItem

However, when I run report, it seems that two sub reports display the same data of first item
Trying to solve it programically didn't help also

What do I wrong? I use 4.2 trial version, Q3

Thanks for help,
Roman
Peter
Telerik team
 answered on 29 Dec 2010
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?