Telerik Forums
Reporting Forum
17 answers
911 views
I am using Reporting installed from Telerik_Reporting_2010_1_10_317_dev.msi into Visual Studio 2010 on 64-bit Windows 7 Ultimate.  The ASPX.NET AJAX controls installed and work fine.  The ORM appears to be installed correctly and working fine (although I have a lot left to learn).

But I am having a problem with Reporting.  I do not have any Telerik Reporting tab or controls in the Visual Studio toolbox.  I have attached a  screen capture graphic of the problem.

I have already "Reset" the toolbox and also de-installed/re-installed the Reporting module.

What do I need to do to get the Reporting tab and items in the toolbox?

Thanks in advance!

Lynn
Prassin
Top achievements
Rank 1
 answered on 05 Jun 2012
0 answers
103 views
Hello,

Can you guide on how can I add a new row to radgrid from javascript?
I have a radcombobox and a radgrid and when i click the add link button, it should remove the item from radcombobox and add it to the radgrid, i dont want any changes to the database, just client side.

i have got radcombox values in clinet side as -

 function AddFund()
         {
            // get selected item in RadComboBox_FUNDS
            var combo = $find('<%=RadComboBox_FUNDS.ClientID %>');
            var comboValue = combo.get_selectedItem().get_value();            
            var comboText = combo.get_selectedItem().get_text();
            
            // add new row to Radgrid_FUNDS

                 
         }


please help me with the code to add the row in radgrid and remove it from radcombobox
Priti
Top achievements
Rank 1
 asked on 04 Jun 2012
1 answer
374 views
I'm currently trying out Telerik Reporting and I'd like to have more precision in my controls of the report.  It's currently moving with a 0.10 inch precision.  I'd like to make it 0.02 inches, and I thought that the SnapGridSize property in the report would do the trick.  While I can change this property, the controls are still moving 0.10 inches at a time.

If anybody can tell me what I need to do to resolve this, I'd appreciate it.  Thanks!
Patrick
Top achievements
Rank 1
 answered on 04 Jun 2012
1 answer
99 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
51 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
216 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
205 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
57 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
105 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
200 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
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?