Telerik Forums
Reporting Forum
1 answer
121 views
Hi all,

The button groups (navigation buttons, print buttons and refresh buttons) appear twice in my ReportViewer. One of the buttons appear as disabled, the other one is enabled. ReportViewer is placed in a UserControl.
Any solution for this problem?

Thanks.
Chavdar
Telerik team
 answered on 27 May 2008
1 answer
61 views
   Dim telerik2 As ChartSeries()
  I want to assign the chart series type inside a if loop
     IF something>10 Then
here i want to give chart series type
     END  IF
Radchart1.Series,.Add(telerik2)
Steve
Telerik team
 answered on 26 May 2008
1 answer
477 views
I'm using Telerik reporting, and I have to create a report with many sections that are configurable. So I've made a main report with subreports for each section. In my main report, I'd like to use the header, to set the title of each section. How do I set a textbox's value dynamically in the header of the main report, based on the subreport displayed on the current page?

I've seen in the expression editor that there's a Global Object ReportItem, is there example on how to use that ? Could that be used to get what I want ?

Thanks a lot.

Milen | Product Manager @DX
Telerik team
 answered on 26 May 2008
1 answer
171 views
It appears that the Web Report Viewer doesn't work too well when AJAX-ified.  Are there any plans to make the Report Viewer more AJAX-friendly?
Chavdar
Telerik team
 answered on 26 May 2008
3 answers
349 views
there are two problems I am heading with at moment

1. I have the following code in the report

Public Shared Function PrepareConatctRPT As DataTable  
 Dim ContactTbl As New DataTable  
 Dim aRow As DataRow = ContactTbl.NewRow  
 ContactTbl.Columns.Add("Buyer")  
 aRow.Item("Buyer") = true  
 ContactTbl.Rows.Add(aRow)  
End Function 
 
Private Sub ContactNormal_NeedDataSource(ByVal sender As System.ObjectByVal e As System.EventArgs) Handles MyBase.NeedDataSource  
        Me.DataSource = PrepareConatctRPT  
End Sub 
 
Private Sub detail_ItemDataBound(ByVal sender As System.ObjectByVal e As System.EventArgs) Handles detail.ItemDataBound  
  Dim section As Processing.DetailSection = TryCast(sender, Processing.DetailSection)  
  Dim row As DataRowView = DirectCast(section.DataItem, DataRowView)  
  If CBool(row.Row("Buyer")) Then 
   'Do some code here  
  end if  
End Sub 

I have the following error message:

Column 'Buyer' does not belong to table MainTable.

if I have the same function setting datasource from other form, eg. aReport.datasouce=xxx
but not needdatasource (on demand)
it's functional

2. when I have printed using webarchive or word, the alignment is fine, however, when i print it to PDF, the alignment is slightly offset, do you have any idea what could cause it?

thanks and waiting for your reply :)

Steve
Telerik team
 answered on 23 May 2008
1 answer
79 views
Hi,

the new Report Designer is compatible with "old" Telerik Reporting 2.0 reports?

Thanks.
Svetoslav
Telerik team
 answered on 22 May 2008
2 answers
343 views
I am newbee to the Telerik reporting. I just downloaded and read through the best practices for architecting the solution. The best practice suggests me to organize the reports in to a class library and then use this library in the report viewing application. Instead i would like to organize the reports in a database. I was looking for a functionality where in I could save the report.cs file to an external file (for e.g XML based ) which, i could save in to the database and load from. I can even save the report.cs file in the database and create a lib at runtime. But wanted to know if a shortcut is available. Would appreciate help in this regard.
Ninaad
Top achievements
Rank 1
 answered on 22 May 2008
5 answers
167 views
I have installed a Trial version of Telerik Reporting Q1 2008 on my computer.
I created a page and placed a Telerik report viewer control.
All of the samples are working normaly except:
  • Product Catalog Report
  • Product Line Sales Report
which have a UI report parameter visible.
The program says:
A critical error has occurred.
Object reference not set to an instance of an object.

Then I created my own Report, added a parameter. It works fine until I set its UI property Visible = True.

Why is this happening?
Can you help me solve this problem?

Thank you very much and best regards.
Chavdar
Telerik team
 answered on 21 May 2008
1 answer
207 views
Hi

Is it possible to maintain a datasource connection string in a config file (like the web.config of web site) for all reports.

I'm creating a web application, but in a seperate project I'm creating the reports.
Once published, it will be known where the database reside, so changing the connection string only at one place so that all the reports then use that connection string.?
Ivan
Telerik team
 answered on 21 May 2008
2 answers
88 views
I just have a quick report.  I was looking at the TextBox page on my local copy of the Reporting documentation, and the link "expression" (ms-help://telerik.reporting.2.5/Reporting/DesigningReportsItemBindingExpressions.html) does not work.  I thought I'd let you guys know in case you haven't found this already!
Nikolay Dobrev
Telerik team
 answered on 19 May 2008
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?