Telerik Forums
Reporting Forum
1 answer
211 views
Hi,

Im createing a subclass of StyleRule to apply on all reports of my project and i want to set borderStyle bottom to solid,
the problem is that borderStyle is read only,  is there another way to set the border style in a generic way?

thanks.
Chavdar
Telerik team
 answered on 26 Apr 2010
1 answer
228 views
I have the following code sample in while I want to access the reportparameter name "Data" 's value.  However, it shows up empty at runtime.  If I leave out this subroutine, my DatahtmlTextBox would show value from :

Me

 

.DatahtmlTextBox.Value = "{Parameters.Data.Value}" set inside the Private Sub InitializeComponent()

 


What am I missing here that I don't get any data within my DatahtmlTextBox_ItemDataBinding sub?
Private Sub DatahtmlTextBox_ItemDataBinding(ByVal sender As ObjectByVal e As System.EventArgs) Handles DatahtmlTextBox.ItemDataBinding  
Dim HtmlTextBox As Telerik.Reporting.Processing.HtmlTextBox = DirectCast(sender, Telerik.Reporting.Processing.HtmlTextBox)  
HtmlTextBox.Value = "<b>" & Me.ReportParameters("Data").Value & "I then</b> decided to open the word doc and save it as a .jpg." 
End Sub 
 
Peter
Telerik team
 answered on 26 Apr 2010
0 answers
62 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
215 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
338 views
Is it possible to change a reports PageSize at Runtime?
Peter
Telerik team
 answered on 23 Apr 2010
2 answers
262 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
96 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
174 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
98 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
93 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
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?