Telerik Forums
Reporting Forum
1 answer
170 views
Hello,

i am using Telerik Report v2008 with .Net Framework 4; i am facing problem when i retrieve large result from DB (using SQL Server 2008) the report takes long time and most time the IIS and machine hangs up.

i trace my code and discover the the problem when the report take datasource from .Net

Any Help

Regards,

Haitham 
Steve
Telerik team
 answered on 22 May 2012
1 answer
143 views
Hello

I have here an basic report to show data from an stored procedure.

There are few Reports Parameter to fill the stored procedure parameters and do some calculations.

Now i have follow behavior in the Preview and Runtime Mode.

1.) Fillup all Reports Parameters
2.) Press Preview
3.) The Report will be renderd as expected
4.) Change some Reports Parameter 
5.) Press Preview
6) The Report will be render with old data but the calculations follow the changed Reports Parameter.
7.) I restart the Programm or the Preview the first try works as expectet.

My guess I missing here something and be happy if someone please can help me.

Thanks

Roman
Steve
Telerik team
 answered on 22 May 2012
6 answers
370 views
Hi.  I am running Windows 7 32 bit, using Telerik Report Q3 2011 in Visual Studios 2010.  I am new to Telerik.  I have succeeded in creating my connection to our Oracle database, but have not been able to figure out the correct syntax for a Date parameter.

My query works if I use
where a.open_time > to_date ('03/23/2012 00:00:01', 'mm/dd/yyyy HH24:MI:SS')

I am trying to set my paramater as a DATE.  I have tried 
where a.open_time > to_date ('?Parameter1 00:00:01', 'mm/dd/yyyy HH24:MI:SS')
 and
where a.open_time > to_date ('?Parameter1, 00:00:01', 'mm/dd/yyyy HH24:MI:SS')
and
where a.open_time > to_date ('"?Parameter1" 00:00:01', 'mm/dd/yyyy HH24:MI:SS')
All of these return "a non-numeric character was found where a numeric was expected.

Obviously I don't understand the correct syntax.  Can someone tell me how to properly create a Date parameter to be used against an Oracle database?  
 
Hadib Ahmabi
Top achievements
Rank 1
 answered on 22 May 2012
1 answer
89 views
Hi Telerik,

we have installed Telerik reporting tool, but we can’t find report support in Visual Studio 2010. We have tried this:

http://www.telerik.com/community/forums/reporting/telerik-reporting/yet-another-missing-templates.aspx

http://www.telerik.com/community/forums/reporting/telerik-reporting/telerik-report-template-missing-vs-2010-ultimate.aspx

however, it doesn’t work. There is only one item in Telerik menu - "Upgrade Wizard". Thank you very much for soon response.


Regrads,

SCT



Steve
Telerik team
 answered on 22 May 2012
1 answer
81 views
Can you embed an HTML page within a Telerik report? I know baout the HTML Text box, but I want a custom web page to be showing in a section of a report.
Steve
Telerik team
 answered on 22 May 2012
1 answer
123 views
I have a report viewer on my xaml.  In the viewmodel how can I bind to that report viewer.  

My issue comes in a few steps.
1. How do I create a new report if I cannot add a report item because Telerik.Reporting cannot be added to a Silverlight project?
2. If 1 is not possible can I create the report using the designer then adding that trdx file to the project and point Report to that file.
3. All of our service calls are REST and done in the view model so ReportServiceUri will not help.
4. Then what will I finally bind my data to.
IvanY
Telerik team
 answered on 22 May 2012
1 answer
206 views
Hello,

I am using Telerik Reporting Q1 2012.

I have run into an issue that when several of my Telerik reports are exported to a Word Document (docx), the page margins in the resulting work doc are different from the ones specified in the report. This can cause a margin print error for several users (including a very unhappy company VP).

I had the report footer set to .25 inches within the report (Layout - Page Settings - Margins). However, it gets reset to .14 inches after export to Word. When certain users try to print the report from Word, they receive an error message telling them that the margins are outside their printer margins. (Note that this was not a problem with the previous version of Telerik we were using.)

My work around has been to set the bottom margin of the report to .38 inches so it falls within their printer margins when the report is exported to Word. However, this means that when the report is pulled up in the viewer or exported to a different extension (PDF for example), the bottom margin remains at .38. Which not only looks sloppy, but also can cause the report to use extra pages when there is lots of data.

Is there a way to programatically set the bottom page margin to .38, but ONLY when exporting to Word?

Thanks,

Tina
Steve
Telerik team
 answered on 21 May 2012
1 answer
137 views

Hi,

I am trying to override some report data values using the ItemDataBinding or Bound events, specifically I am looking for DateTime type values so I can override them with a local time conversion. Our DB stores all times in UTC and these need to be shown in local time on our website using the Report Viewer.

It is my understanding Reports has no native capability to do this (please let me know if I'm wrong!). I have been able to detect the values I need to override in the ReportBaseItem.DataObject object / RawData object instance using the properties collection (descriptor) method GetValue however SetValue seems to have no impact on the RawData and fails to reflect my update.

I would appreciate if anyone could provide any hints that may point me in the right direction.

Regards,
Craig

Steve
Telerik team
 answered on 21 May 2012
3 answers
61 views
I have a report with 2 sub reports that each have a chart. I have a series of measurements that need to be charted in a two column format. Due to the data that is being displayed, some of the charts need to have a different 2nd YAxis range. This would not be an issue except some of the data to chart is below 1. The code to set the values for the 2nd YAxis is triggered on the NeedDataSource event within each subreport. As an example I am setting the 2nd YAxis with a min of 0 and max of .5 with a step of .05 with AutoScale off and IsLoarithmic off.  The values for the 2nd YAxis are passed in as parameters to each subreport and each of the charts are showing correctly in preview mode. When the report is printed or exported to PDF, the 2nd YAxis will have the range of the last chart in the report. 
 
Steve
Telerik team
 answered on 21 May 2012
2 answers
348 views
Hi there telerik,

I updated OpenAcess ORM dll for new Q1 2012, and after that my reports never work again.

When I try see a report, appears a message in report Viewer of this type:

A report instance of type 'ReportClass.ListaReunioes' cannot be created.
Unable to cast object of type 'ReportClass.ListaReunioes' to type 'Telerik.Reporting.IReportDocument'.


My report dll version is 5.3.11.1116

My Radsilverlight dll controls version is 2011.2.712.1040

My OpenAcessORM version is 2012.1.301.2 (Q1 2012 )

Please let me know if this is a conflit library problem, or if could be something else.

Thanks in advance,

Nelson Silva
Steve
Telerik team
 answered on 21 May 2012
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?