Telerik Forums
Reporting Forum
2 answers
262 views

Hi good afternoon
I have a problem and how I can not solve, I'm trying to make account statement to a client, the particularity of this is that the report should take a customer's previous balance was taken into account in calculating the total of what the customer .

But as I can not do that because to calculate the customer's previous balance, I do a query that brings me the movement of transactions that the customer has not paid yet and add them in doing so I can not bring transactions customer during the time period established in the statement. Why I need 2 Data Sources for fetching a previous balance and one that brings all customer transactions.
As I can do since I'm using a SQL Server database CE 4.0 and Telerik WinForms. For my reports Others fill i use ObjectDataSource for my report in code behind like this
-------------------------------------------------------------------------------------

' Creating and configuring the ObjectDataSource component:

        Dim objectDataSource As New Telerik.Reporting.ObjectDataSource()
' GetData returns a DataSet with three tables

        objectDataSource.DataSource = vDatos.GetPagos_x_Cliente(gRep3_Cliente_id, gRep3_Fec_Ini, gRep3_Fec_FIn) 

Indicating the exact table to bind to. If the DataMember is not specified the first data table will be used.
        objectDataSource.DataMember = "GF_PAYS_FOR_CUSTOMER" '

 

        ' Assigning the ObjectDataSource component to the DataSource property of the report.

        Me.DataSource = objectDataSource

-----------------------------------------------------------------------------------

so how i use other datasource ??
I attach a picture to describe what I need.

Need help thanks

CEFRA
Top achievements
Rank 1
 answered on 05 Jun 2012
0 answers
193 views

Hello i have a problem, i want to get the value from one textbox and save the value in a VAR type INT, i try this

**************************************************
Private Sub txt_customer_id_ItemDataBound(sender As System.Object, e As System.EventArgs) Handles txt_customer_id.ItemDataBound<br><br>     Dim vCustomerID As Integer = Nothing<br>     vCustomerID = txt_customer_id.Value<br><br>     vRec = vData.GetBalance_Customer(vCustomerID.Value)<br>     vRec.Read()<br><br>      txt_balance_.Value = vRec.Item("balance_customer")<br>      vRec.Close()<br>End Sub<br>
************************************************************
but my problen is that  " vCustomerID = txt_customer_id.Value "  is retrive the name of my field like "=fields.customer_id" i want to get the value

How i solve this ???

CEFRA
Top achievements
Rank 1
 asked on 05 Jun 2012
2 answers
352 views
Hi,

I'm setting the value of a text box on the group section Item Data Bound. The text box is formatted to currancy but this is being ignored if I set the value programmatically, is there anyway to format the value to currancy and then set the value of the textbox?

Thanks
CEFRA
Top achievements
Rank 1
 answered on 05 Jun 2012
2 answers
182 views

Could you please send me a sample code to bind chart programmatically in web application. It is very urgent.




Cesar
Top achievements
Rank 1
 answered on 05 Jun 2012
2 answers
183 views
Hi,

Currently, we are using Telerik Reporting for the creation of our dynamic reports. We are generating the reports based on the example you have provided from other threads (AutoGenerateColumns.zip). We have also integrated interactive sorting on our reports. Now, we wish to display the aggregates to the last row of the table depending on the field's data type (we can do it programmatically). Can you provide us an example on how to display aggregates using Table object?





Hadib Ahmabi
Top achievements
Rank 1
 answered on 05 Jun 2012
17 answers
995 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
127 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
435 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
108 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
68 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
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?