Telerik Forums
Reporting Forum
2 answers
97 views
Hi there

I am trying to implement the Silverlight Reportviewer in a way far from what your demos and docs (rather poor for the SL version by the way) are showing.

My data is entered in a Grid by the user (not coming from the database) in a set of custom-entities.
From hereI  want to open a report and sent the data directly as entity-collection or converted to XML to the report.

To proceed that way, I would like to know how to assign the report to the viewer in a simple way... kind of :
-> MyReportViewer.Report = Web.Testreport
Then, if I understood that right I can overgive the data to the report as ReportArgument and load it on the NeedsData event... I believe (?)

Any input will be welcome!

P.S.: don't tell me to refer to the demo... I know how to design the report, I'm  just interested in the SL part of the implementation .
Steve
Telerik team
 answered on 30 Nov 2010
0 answers
60 views
Hi,
i cant find WPF Report Viewer's any Print or Export events but i can see print n export funtionality in winForms. Actually i need to log on every print or exporting the report. also how to enable or disable print n export functionality on report viewer

for reference
http://www.telerik.com/help/reporting/winforms-report-viewer-serverapi.html

Wasif Jahangir
Top achievements
Rank 1
 asked on 30 Nov 2010
0 answers
79 views
anyway to do this? thanks
my system is a web app
Lau
Top achievements
Rank 1
 asked on 30 Nov 2010
0 answers
57 views
Hi,
   I have two reports and adding these two reports to a Report book multiple times. I am getting data from database multiple times and assigning data to a report. When I export this report book to PDF, I can see only the last record's data.

Could you please help me.

Thanks
Chiran

Raj
Top achievements
Rank 1
 asked on 29 Nov 2010
1 answer
138 views
I just installed the Trial version of Telerik Report [Q3 2010 (4.2.10.1110)]

I am trying to follow along the Self-Paced Tutorial, but I don't seem to have the Report Wizard available.  Under the Telerik menu I only have About and Reporting -> Upgrade Wizard.

I'm using:
Microsoft Visual Studio 2008 Version 9.0.30729.1 SP
Microsoft .NET Framework Version 3.5 SP1
Microsoft Visual C# 2008

Help would be greatly appreciated.  Thanks.
Peter
Telerik team
 answered on 29 Nov 2010
2 answers
163 views
Hi,

Could you please hint me how can I have the report displayed in browser taking 100% width? It has to be in Content Page. The idea of changing DOCTYPE to   <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
does not work as it breaks the layout.

Many thanks.
MG
FISCAL
Top achievements
Rank 1
 answered on 29 Nov 2010
11 answers
350 views
Hi, iv just tried uploading my silverlight app to our web host and all works great apart from the report viewer...im getting the below error message

An exception occurred during the operation, making the result invalid.  Check InnerException for exception details.

   at System.ComponentModel.AsyncCompletedEventArgs.RaiseExceptionIfNecessary()
   at Telerik.Reporting.Service.SilverlightClient.ListRenderingExtensionsEventArgs.get_Extensions()
   at Telerik.ReportViewer.Silverlight.ReportViewerModel.OnListRenderingExtensionsCompleted(Object sender, ListRenderingExtensionsEventArgs e)
   at Telerik.Reporting.Service.SilverlightClient.ReportServiceClient.OnListRenderingExtensionsCompleted(Object state)

I have updated all the connection strings and uploaded the reportviewer dlls just in case.

any ideas?

Thanks
Massimiliano Bassili
Top achievements
Rank 1
 answered on 29 Nov 2010
2 answers
167 views
Hi there

I have seen the example on how to output reports straight to PDF but have a question....

Is it possible to send parameters using this method?

I would like to allow the user to 'run' the report but output straight to PDF - which I can do - but I do not know how to add a parameter in this context.

Can it be done?

Geoff
Top achievements
Rank 1
 answered on 26 Nov 2010
1 answer
73 views
Hey,

I am new to Telerik Reporting but I have managed to create the report I required. However I have run into an issue when I want to change the funtionality fo the Report Viewer Control (Sliverlight).

Is there a way to make the following changes.

 

  • Add a close button
  • Add borders
  • Change the <select all> text to All for the mulitple select dropdowns
  • remove the back and forward buttons
  • Change the icons
  • Various other changes also.

 

I have attached a screenshot of what it looks like now and what I would like it to look like. I have searched the forum but have been unable to find the solution. So either it is really easy and I missed some thing or nobody has ever wanted to make this chenge before (not very likely)

Thanks for your help in advance.

Peter
Telerik team
 answered on 26 Nov 2010
3 answers
137 views
Hello, I am using the Q3 reportviewer for Silverlight.  Everything is working perfectly except when I run a search with over ~2000 results, then I get the generic error message (after the "Rendering Report" gif is shown for a few seconds): 

An exception occurred during the operation, making the result invalid.  Check InnerException for exception details.

The data being returned is all the same, I just created the same dummy row 10k times in SQL for testing, so the issue is not related to the actually data being returned since it's the same row over and over wether I do 10 rows or 10k rows.  I am running in debug and stepped thru the code but I don't see where the exception is being thrown.  I also don't see any errors in the output window.  Please give me some tips on how to troubleshoot this.  Thank You!

*** ReportProcessor.Render STARTED ***
  
*** ReportProcessor.GetRenderer STARTED ***
*** ReportProcessor.GetRenderer DONE in 00:00:00.0000538 ***
  
  
*** ProcessReport #0 STARTED ***
'WebDev.WebServer40.EXE' (Managed (v4.0.30319)): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\Microsoft.VisualStudio.Debugger.Runtime\10.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualStudio.Debugger.Runtime.dll'
The thread '<No Name>' (0x438) has exited with code 0 (0x0).
The thread '<No Name>' (0x8b8) has exited with code 0 (0x0).
The thread '<No Name>' (0xe98) has exited with code 0 (0x0).
Step into: Stepping over non-user code 'Telerik.Reporting.Report.OnNeedDataSource'
Step into: Stepping over non-user code 'Telerik.Reporting.Report.RaiseNeedDataSource'
Step into: Stepping over non-user code 'Telerik.Reporting.Processing.Report.ProcessItem'
  
*** Report Processing STARTED ***
The thread '<No Name>' (0xc30) has exited with code 0 (0x0).
*** Report Processing DONE in 00:00:26.7407743 ***
  
Step into: Stepping over non-user code 'Telerik.Reporting.Processing.ReportItemBase.Process'
  
*** Measure Report (Horizontal) STARTED ***
*** Measure Report (Horizontal) DONE in 00:00:00.7892036 ***
  
  
*** Measure Report (Vertical) STARTED ***
*** Measure Report (Vertical) DONE in 00:00:03.2704319 ***
  
Step into: Stepping over non-user code 'Telerik.Reporting.Processing.ReportProcessor.ProcessReport'
*** ProcessReport #0 DONE in 00:01:06.8485122 ***
  
Step into: Stepping over non-user code 'Telerik.Reporting.Processing.ReportProcessor.RenderReport'
  
*** RenderReport #0 STARTED ***
  
*** RENDER PAGES STARTED ***
The thread '<No Name>' (0x2c4) has exited with code 0 (0x0).
The thread '<No Name>' (0xc78) has exited with code 0 (0x0).
The thread '<No Name>' (0xb58) has exited with code 0 (0x0).
The thread '<No Name>' (0xc40) has exited with code 0 (0x0).
The thread '<No Name>' (0x380) has exited with code 0 (0x0).
The thread '<No Name>' (0xfbc) has exited with code 0 (0x0).
*** RENDER PAGES DONE in 00:01:17.7396142 ***
  
*** RenderReport #0 DONE in 00:01:17.8194642 ***
  
*** ReportProcessor.Render DONE in 00:02:24.8822662 ***
  
Step into: Stepping over non-user code 'Telerik.Reporting.Service.RenderingProxy.RenderInternal'
Step into: Stepping over non-user code 'Telerik.Reporting.Service.RenderingProxy.ThreadFunc'
The thread '<No Name>' (0x404) has exited with code 0 (0x0).
The thread '<No Name>' (0xd8) has exited with code 0 (0x0).
Steve
Telerik team
 answered on 26 Nov 2010
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?