Telerik Forums
Reporting Forum
0 answers
80 views

hi all!
I'm trying to use a user-defined function in Telerik Reporting Q2 2009. but i get an error message "Undefined function call" when i use float or double as an argument in the function.
My function is
public static float Myfloat(float x)
        {
            return x;
        }

which i call using
=MyFloat(16.5)

BTW, if a change it like this

public static float Myfloat(int x)
        {
            return x;
        }

which i call using
=MyFloat(16)

it works fine.

What may be the problem? Thnx so much.

 

 

Abiri Masoni
Top achievements
Rank 1
 asked on 26 Apr 2010
4 answers
251 views
Hi All

I am trying to bind a report to an ObjectDataSource as in this: http://www.telerik.com/help/reporting/object-data-source-how-to-bind-to-business-object.html

the issue is that this form what I can see, will only work with winforms or asp.
  1. No Reference to ObjectDataSource
  2. Cannot reference a non silverlight class library in a silverlight app so therefore cannot get a reference directy to the report as in this section of the example code:
var report = new Report1(); 
 
            // Assigning the ObjectDataSource component to the DataSource property of the report. 
            report.DataSource = objectDataSource; 

Is there anyway to do this in sliverlight??

What I am trying to do is bind to the ItemSource of a GridView in silverlight so that the user can filter, group, etc at runtime on the GridView and the report will be bound to the changes.

Please help me?!

Nick
Peter
Telerik team
 answered on 26 Apr 2010
1 answer
362 views
Is it possible to change a reports PageSize at Runtime?
Peter
Telerik team
 answered on 23 Apr 2010
2 answers
283 views
Hello,
I have a UserFunction in my report which i'd like to debug but am told i need to create an executable project first. how can i do this?

Thnx so much
Abiri Masoni
Top achievements
Rank 1
 answered on 23 Apr 2010
2 answers
147 views
I have a report which is about 30 inches in width for the pagesize, due to the amount(columns) of data it shows. So because of this my parameter boxes and the preview button are skewed far to the right. I need a way to force these to the left (left justify more or less) so as to make this easier for the user. Is there a way to do this. Any help would be greatly appreciated.

Jason 
Diego
Top achievements
Rank 1
 answered on 22 Apr 2010
1 answer
203 views
Hi,

Is it possible to host & render a report in an offline scenario. In other words, I do not want to use the ReportService.svc, I just want to render the report directly in the reportviewer.

Thanks
Peter
Telerik team
 answered on 22 Apr 2010
2 answers
112 views
Hey

I found documentation on rendering the report as a pdf and emailing it for web and win report viewers, but not for Silverlight.  The RenderReport is not available on the Silverlight version.

How do you render a report to pdf through code and email in Silverlight.

Thanks
Kevin
Top achievements
Rank 1
 answered on 22 Apr 2010
1 answer
118 views

Hello

I want to print total no. of records per page in page footer of Telerik Report whether or not any no.of groups in Telerik reports.

I am getting total 8 records for my web method. but In telerik report because of different groups total 7 records are printed. It is correct.

but if we have used group footer count or COUNT(ROWNUMBER()) in page footer than if display 4 records in page 1 and 4 records in page 2 instead of 3 records in page2.

please give me a solution of above problem.

Thanks in advance.

Steve
Telerik team
 answered on 22 Apr 2010
1 answer
93 views
Hi,

I need help with the following scenario in reporting.

Scenario
1.   Call a stored procedure to get granular data
2.   Use a crosstab report to apply the row and column groups and display aggregate counts in the report
3.   Each count value should be a hyperlink with the row and column headers as querystring of the hyperlink. To do this, I need to know the values of the row and column groups to which the cell belongs to.

For example.
In the attached screen shot, the value 4.5 is encircled and it is associated with Helmets(row) of Q1 2002(column). How do I  fetch the values 'Helmets' and 'Q1 2002'. I Want to make 4.5 a hyperlink with the query string as 'Helmets' and 'Q1 2002' so that on click of the hyperlink, it will call another page which will use the query string parameters to query the database and get the rows that made the number 4.5.
I know about the workaround to make the cell a hyperlink, but i do not know how to fetch the row and column headers to use it for querystring parameters.

please assist me in this.

Steve
Telerik team
 answered on 22 Apr 2010
1 answer
179 views
Hi,

I need help with the following scenario in reporting.

Scenario
1.   Call a stored procedure to get granular data
2.   Use a crosstab report to apply the row and column groups and display aggregate counts in the report
3.   Each count value should be a hyperlink with the row and column headers as querystring of the hyperlink. To do this, I need to know the values of the row and column groups to which the cell belongs to.

For example.
In the attached screen shot, the value 4.5 is encircled and it is associated with Helmets(row) of Q1 2002(column). How do I  fetch the values 'Helmets' and 'Q1 2002'. I Want to make 4.5 a hyperlink with the query string as 'Helmets' and 'Q1 2002' so that on click of the hyperlink, it will call another page which will use the query string parameters to query the database and get the rows that made the number 4.5.
I know about the workaround to make the cell a hyperlink, but i do not know how to fetch the row and column headers to use it for querystring parameters.

please assist me in this.

Steve
Telerik team
 answered on 22 Apr 2010
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?