Telerik Forums
Reporting Forum
2 answers
205 views
I'm using the Telerik report viewer on a webpage Is there a way to set the report viewer height to 100%?
Walter
Top achievements
Rank 1
 answered on 02 May 2008
6 answers
88 views
Hi,

I decided to test new reports and I've installed it on my dev machine with windows 2008 + VS2008 (english version). Then I spend about 2h thinking about how to create new report. After this time I found that in 'add new item' box new report is named as 'class' (as normal .cs file) not 'telerik report'. Please fix it, becouse is very not logical.

Regards
Chavdar
Telerik team
 answered on 02 May 2008
1 answer
92 views
I'm trying to get a Picturebox working but nothing seems to work.

    Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load 
        Dim report As New Telerik.Reporting.Report() 
        Dim detail As New Telerik.Reporting.DetailSection() 
        Dim textBox2 As New Telerik.Reporting.TextBox() 
 
        Dim border As New Telerik.Reporting.PictureBox() 
        border.Value = "Border_Landscape.gif" 
        border.Width = New Telerik.Reporting.Drawing.Unit(2, Telerik.Reporting.Drawing.UnitType.Inch) 
        border.Height = New Telerik.Reporting.Drawing.Unit(2, Telerik.Reporting.Drawing.UnitType.Inch) 
        border.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(1, Telerik.Reporting.Drawing.UnitType.Inch), New Telerik.Reporting.Drawing.Unit(1, Telerik.Reporting.Drawing.UnitType.Inch)) 
 
        textBox2.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(0, Telerik.Reporting.Drawing.UnitType.Inch), New Telerik.Reporting.Drawing.Unit(0, Telerik.Reporting.Drawing.UnitType.Inch)) 
        textBox2.Value = "Hello World!" 
        textBox2.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(1.25, Telerik.Reporting.Drawing.UnitType.Inch), New Telerik.Reporting.Drawing.Unit(0, Telerik.Reporting.Drawing.UnitType.Inch)) 
        textBox2.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(4.75, Telerik.Reporting.Drawing.UnitType.Inch), New Telerik.Reporting.Drawing.Unit(0.25, Telerik.Reporting.Drawing.UnitType.Inch)) 
        detail.Items.AddRange(New Telerik.Reporting.ReportItemBase() {textBox2}) 
        detail.Height = New Telerik.Reporting.Drawing.Unit(0.3, Telerik.Reporting.Drawing.UnitType.Inch) 
 
        report.Items.Add(DirectCast(detail, Telerik.Reporting.ReportItemBase)) 
 
        ReportViewer1.Report = report 
        'ExportToPDF("Test", report) 
    End Sub 

What am I doing wrong?
Chavdar
Telerik team
 answered on 02 May 2008
10 answers
346 views
Will this product have support for Cross tab reports, similar to how Crystal reports creates them?
Richard
Top achievements
Rank 1
 answered on 01 May 2008
1 answer
72 views
I discovered that when my report width is long I cann't export to excel or RTF. The report I used is converted from 2007 Q3. In this previous version i can export the excel format without error. When I try to reduce the width of the report, it can export successfully. Is there any setting I need to do to increase the width for export?
Chavdar
Telerik team
 answered on 30 Apr 2008
3 answers
158 views
Hi

I would like to know if charting is available in Telrik reporting.
I can not find any reference to charting in the Reporting manual
although there is a chart control in the toolbar.
Can you tell me where I can find an example of using the reporting chart for
asp.net

Thanks
Vassil Petev
Telerik team
 answered on 30 Apr 2008
1 answer
156 views

If I create a web based report, do users have any ability to modify the layout of the report?

A.
Ivan
Telerik team
 answered on 30 Apr 2008
1 answer
182 views
I'm trying to translate the Web Reportviewer Toolbar, I made all the configuration of the Resx file, but I'm getting the problem that sometimes the translation works and sometimes it doesn't works.
When I configure the Resx and run the application in my machine, it works.
When I do the rebuild of my solution, with this configuration, and try again to run the application, it doesn't works.
It sounds that when I've recently done a configuration in the Resx this file is loaded and then translates ok, but when I've done a Rebuild, that  reload (or not) the Resx file, it doesn't works.
Ivan
Telerik team
 answered on 30 Apr 2008
1 answer
72 views
Hi,
Currently I m using sharepoint's file upload control for uploading files which allows to upload (select more than one file) multiple files at a time. I want to replace this control with RadUpload. Do we have any option to select multiple files in RadUpload? Make sure I don't want to browse mutiple times and select individual file. If anyone have solution for that, please reply ASAP.

Thanks,
Pratik.
Sophy
Telerik team
 answered on 29 Apr 2008
3 answers
173 views
I have converted a report from ActiveReports.net 3.0 and I'm disappointed by the results. Essentially all I got was a header and couple of text fields.

I'm using VS2005 and it seems the only way I could convert a report was from a DLL or EXE file that contained the AR.NET report. Does this sound right? I'd have thought a stand-alone converter working from the source would be much easier.

- Simon
Rossen Hristov
Telerik team
 answered on 29 Apr 2008
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?