Telerik Forums
Reporting Forum
1 answer
100 views
   Dim reportBook As New Telerik.Reporting.ReportBook()
     
        Dim i As Integer
        i = 0
        For Each dr As DataRow In dt.Rows
            reportBook.Reports.Insert(i, New ByFundReport(dr("Symbol").ToString(), dr("Fund").ToString(), HttpContext.Current.Session.SessionID.ToString(), Session("SessionGroupID")))
            reportBook.Reports(i).DocumentMapText = dr("FundDisplay").ToString()

            i = i + 1
        Next
ReportViewer1.Report = reportBook



i am using this code to create nodes at runtime from the data retrieved from db.
the report creates pages but does not create navigation nodes in the report book
can you please help me with this?
Elian
Telerik team
 answered on 04 Jun 2012
0 answers
52 views

Hi;

my reportviewer 5 page I want to send the page you want by e-mail

I would like to send page by e-mail not only watched all of the

Help 

Thnks

salih
Top achievements
Rank 1
 asked on 04 Jun 2012
5 answers
227 views
We updated telerik reporting from 2009 Q1 to 2012 Q1 in VS2010. I now get an Error when I call a function that been work fine in 2009 version. I get the red box saying "The expression contains undefined function call functionname(). the function is still there and setting a break point on it, it does not break. What do I have to do to fix this?
Steve
Telerik team
 answered on 04 Jun 2012
3 answers
213 views
hi , 
i am using telerik reporting in a .net application within a telerikReportViewer , i like to visualise my reporting result in french langage . 
have you any idea ?
thank you ! 


  <telerik:ReportViewer  ID="MyReportViewer" runat="server"    
Report="ReportLib.ReportCompteUS, ReportLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" 
Width="100%" Height="100%" ProgressText="Génération du rapport ..." >
  </telerik:ReportViewer>
Steve
Telerik team
 answered on 04 Jun 2012
1 answer
58 views
hi,

i have downloaded and installed Telerik Reporting (Q1 2012) trial version. i am using it to prepare the POC for client hence on approval we will purchase the product.

i am facing the problem in export functionality. it is not working in IE, but working fine in fireFox and Safari.

i have tried to add the header with Cache-Control public, private
. still it is not working.

Also tried solutions given on microsoft site. still no luck.

Someone please help me to solve the problem.

thanks.
Steve
Telerik team
 answered on 02 Jun 2012
1 answer
109 views
Hi,
I have created a report in Telerik, which consists of a page header, a page footer and one details section.
In the details section of my report there is a number of HtmlTextboxes, tables and PictureBoxes.

However, I have a problem when trying to insert a new Picture (by dragging it to the grid of the report form) like in the middle of the report. I would like to be able to insert, for example, a picture box, and then the items below moves down automatically, but instead, I have to manually select and move down every item in the details section, to make space for the new item (Picturebox, HtmltextBox etc).

Is there a way to have the report automatically move items down when I insert a new in the middle, or can I select the items below and type in a number stating how much Id like to move it?

-Thanks Mikkel.  
Steve
Telerik team
 answered on 02 Jun 2012
1 answer
213 views
I have a report that binds to a data source of invoices using the following query:
SELECT * FROM Invoices

Within the detail section of the report I wish to add several tables. The first displays a list of all the invoice items:
SELECT * FROM InvoiceItems WHERE InvoiceId=@InvoiceId

The second displays a list of the invoice transactions:
SELECT * FROM Transactions WHERE InvoiceId=@InvoiceId

I then set the report parameter @InvoiceId to "=fields.InvoiceId" hoping that when the detail section is generated, the tables datasource would take the current invoice id and refresh its datasource. This isn't happening.
I know I could use sub reports to achieve the desired effect but wanted to keep everything within the one report if I can. Can I do this?

Thanks in advance

Mike


Steve
Telerik team
 answered on 02 Jun 2012
1 answer
98 views
I have a report where the dataSource is:

public OrderMaster orderMaster;
public List<OrderDetail> orderDetails;

I have created the report using the information from the orderMaster object, and inserted a List into the center of the page to display the orderDetails.  This works fine, but I would like to carry to formatting of the list to fill up the whole area in the center of the report (every other line has the background color set, column boarders, etc).  Right now if there are 3 items in the orderDetails list, the list displays the 3 items, then there is a blank area until the PageFooter starts.

Anything I can do to get the list to behave the way I want it?
Steve
Telerik team
 answered on 02 Jun 2012
1 answer
66 views
Hi, 

I have a little problem and cannot solve this issue. I have a report and when export this using "RDF" render extension it looks pretty ugly when I open it in word 2003. There is a screen shot of this report in attachment. In later versions of MS Office everyting is ok. Also, in MS word 2003, when I go to print preview everything is fine. If export report using "DOCX" extension, I have the same thing for MS Word 2003. 
Can you help me?

Thanks
Steve
Telerik team
 answered on 01 Jun 2012
7 answers
186 views
Dear Telerik,
I found a problem when browsing your reporting samples for silverlight online,
When i click print button nothing happens, although before this laste version I remember that i tried to print before this version and i successed.
Steve
Telerik team
 answered on 01 Jun 2012
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?