Telerik Forums
Reporting Forum
1 answer
302 views
Hi,

Is it possible to get a xtrareports dll which works with new dev version or without version merged in code? I have installed 7.3.7 version on my computer and I cant get it work (this is exception thrown by Activator inside telerik reportwizard module {"Could not load file or assembly 'DevExpress.XtraReports.v7.3, Version=7.3.3.0, Culture=neutral, PublicKeyToken=9b171c9fd64da1d1' or one of its dependencies. The system cannot find the file specified.":"DevExpress.XtraReports.v7.3, Version=7.3.3.0, Culture=neutral, PublicKeyToken=9b171c9fd64da1d1"}).

Is possible to rip XtraReport code, compile it to work with new devexpress but without key to sign assembly its useless so please make more dlls (for version 7.3.7 or 7.3.5).
Ivan
Telerik team
 answered on 05 May 2008
3 answers
239 views
I recently installed Q1 2008 of the Reporting (full version) it works, however the templates are not installed.

I've look through: 

C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\ItemTemplates\CSharp\1033\TelerikReport.zip
C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\ItemTemplates\VisualBasic\1033\TelerikReport.zip
C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\ItemTemplates\Web\CSharp\1033\TelerikReport.zip
C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\ItemTemplates\Web\VisualBasic\1033\TelerikReport.zip

But none of these TelerikReport.zip exists - nor can I find such in the installation folder of Telerik Reporting (it would've been nice, if Telerik had installed the .zip version there so us without templates manually could install it).

Any solutions - I'd rather not reinstall (and can't why that would fix the problem).

Brgds.
 - Henrik
Chavdar
Telerik team
 answered on 05 May 2008
1 answer
134 views
Is there a way to limit the Export Formats that the Report Viewer offers.

I only want the user to be able to Export to PDF.
I don't want them to be able to export to CSV.
My report just doesn't render well as a CSV and it confuses the users.
Chavdar
Telerik team
 answered on 05 May 2008
1 answer
122 views
I had downloaded Telerik Report Q1 2008 Trial, and proceed installation.
After installation completion, I tried to open Visual Basic project, and create a Telerik Report by adding a new item, and then select "Telerik Report Q1 2008" item from the template box.  Everything seems OK.
However, when I tried to open a ASP.NET project, and tried to do the same thing. But I can't find the item "Telerik Report Q1 2008" from the template box.
After that, I try to add the Telerik report created from the Visual Basic Project.
But the editor seems can't recognize the report, and just open the coding editor, and no GUI anymore.

As we're evaluating whether Telerik's Report module fulfill our web project need.
This make us can't evaluate it.

We looking forward to have technical support to give me a help.

Same problem appear in both Visual Studio 2005 and 2008. 
Vassil Petev
Telerik team
 answered on 05 May 2008
2 answers
224 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
129 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
110 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
413 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
92 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
179 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
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?