Telerik Forums
Reporting Forum
4 answers
318 views
Hi 

   Here i am facing problem with access data through object data source in silverlight telerik reporting.

i am able excute the data uisng sql data source but not through object data source
and also i want access report class in silverlight object , so that i can send server data into report method.
Uanble to access report class vis telerik report service.

please suggest anybody have solution 
Regards
Ravi.


   
Rahel
Top achievements
Rank 1
 answered on 09 Jan 2011
0 answers
63 views
[Yes, I know; that question invites some very sarcastic answers, but...]
I had this Visual Studio 2008 Professional project using the ASP.NET AJAX tools, and it worked fine.
I upgraded (that's debatable) to VWD 2010, and the project still worked fine, but the Telerick menu and Telerik Toolbox disappeared.
Now I want to add Reporting.
I don't really care about the Telerick menu and Telerik Toolbox, but I need to be able to use Telerik objects in my markup and my code.
Is there an article somewhere that explains what I can and cannot do, and what work-arounds are available?

Any hints greatly appreciated.

If I end up having to buy Visual Studio just for this, I'm gonna shoot myself.  (Not saying with what, though.)
WombatEd
Top achievements
Rank 1
 asked on 09 Jan 2011
4 answers
85 views
Can you send me 2 examples for using the Open Access model as a datasource:
1. Using the model as a datasource for Report1
2. Using the model as a datasource for crosstab1 in Report1
Richard M
Top achievements
Rank 1
 answered on 07 Jan 2011
1 answer
200 views
Hi,

i need some help designing my table.

I have a DB table have 2 columns with same data and 3rd column with a different data.
I have two such rows.

Now when i print my table in the report I need the report to be displayed as one record itself have the first two columns and the third one with the two different rows merged.

Any help with this would be very much appreciated.

DB Table

col1 col2 col3
AA   BB   CC
AA   BB    XX


I need it to be displayed in the report as

col1 col2 col3
AA  BB    CC,XX

Regards,

Ron
Peter
Telerik team
 answered on 07 Jan 2011
1 answer
155 views
Hello All,
I have one ASP page in that I made one button name TelerikReport. Once I click on this button I need to fetch the data in Telerik Report veiwer using Datasource.
Can any one please help me on this .

Thanks in advance.
Steve
Telerik team
 answered on 07 Jan 2011
6 answers
221 views
I am using Visual Studio 2008(framework 3.5). I tried instaling Telerik Reporting Q2 2010. It is installing and I am able to get option in toolbox, but not showing any options in the toolbox like the charttypes or button or textbox etc. I got only ReportBook control, ReportViewer and Pointer. I tried uninstalling and reinstalling again. I closed the Visual Studio while installing. But it didn't work. I even tried adding the dll by right click on the telerik reporting option in tool box, chhose items, browse to get TelerikReporting.dll. It didn't work. 
Any help would be appreciated.
Thanks in Advance.
Its urgent.
Rahel
Top achievements
Rank 1
 answered on 07 Jan 2011
1 answer
129 views
Hello All. I have build and deployed a Telerik web project to a Windows 2003 Standard server. I have used the Telerik's Report Viewer and loading a Report in it. All parameter generate some data. No possible query ever comes empty. Other reports without charts are working properly. Only Reports with charts are failing in a similar manner. Here is the whole exception output:

-----------------------------------------------------------------------------
Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details:
System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.  

Stack Trace:


[AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.]
   System.Drawing.Gdip.GdipSaveImageToStream(HandleRef image, IStream stream, Guid& classId, HandleRef encoderParams) +0
   System.Drawing.Image.Save(Stream stream, ImageCodecInfo encoder, EncoderParameters encoderParams) +276
   System.Drawing.Image.Save(Stream stream, ImageFormat format) +36
   Telerik.Reporting.HtmlRendering.ChartRenderer.SaveImageInStream(HtmlRenderingContext context, Image image, String mimeType) +86
   Telerik.Reporting.HtmlRendering.ChartRenderer.RenderInternal(ProcessingElement processingElement, HtmlRenderingContext context) +64
   Telerik.Reporting.HtmlRendering.HtmlItemRender.Telerik.Reporting.HtmlRendering.IReportItemRender.Render(ProcessingElement processingElement, RenderingContext context) +233
   Telerik.Reporting.HtmlRendering.RenderingContext.Render(ReportItemBase item) +50
   Telerik.Reporting.HtmlRendering.Matrix.RenderInternal(HtmlRenderingContext context) +3486
   Telerik.Reporting.HtmlRendering.Matrix.Render(HtmlRenderingContext context) +42
   Telerik.Reporting.HtmlRendering.ReportSectionBaseRenderer.RenderInternal(ProcessingElement processingElement, HtmlRenderingContext context) +69
   Telerik.Reporting.HtmlRendering.HtmlItemRender.Telerik.Reporting.HtmlRendering.IReportItemRender.Render(ProcessingElement processingElement, RenderingContext context) +233
   Telerik.Reporting.HtmlRendering.RenderingContext.Render(ReportItemBase item) +50
   Telerik.Reporting.HtmlRendering.HtmlPage.RenderReportSections(HtmlWriter bodyWriter) +563
   Telerik.Reporting.HtmlRendering.HtmlPage.RenderBody(HtmlWriter bodyWriter) +323
   Telerik.Reporting.HtmlRendering.HtmlPage.Render(HtmlTextWriter primaryWriter, HtmlRenderingContext renderingContext) +118
   Telerik.Reporting.HtmlRendering.HtmlReport.Render(HtmlTextWriter writer) +331
   Telerik.Reporting.HtmlRendering.HtmlRenderingExtension.Telerik.Reporting.Processing.IRenderingExtension.Render(Report report, Hashtable renderingContext, Hashtable deviceInfo, CreateStream createStreamCallback, EvaluateHeaderFooterExpressions evalHeaderFooterCallback) +134
   Telerik.Reporting.Processing.ReportProcessor.Render(IList`1 reports, ExtensionInfo extensionInfo, Hashtable renderingContext, Hashtable deviceInfo, CreateStream createStreamCallback) +730
   Telerik.Reporting.Processing.ReportProcessor.RenderReport(String format, IReportDocument reportDocument, Hashtable deviceInfo, Hashtable renderingContext, CreateStream createStreamCallback) +377
   Telerik.ReportViewer.WebForms.ServerReport.Render(HttpResponse response, String format, Int32 pageIndex) +462
   Telerik.ReportViewer.WebForms.ReportPageOperation.PerformOperation(NameValueCollection urlQuery, HttpContext context) +119
   Telerik.ReportViewer.WebForms.HttpHandler.ProcessRequest(HttpContext context) +164
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +181
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75

 


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.4206; ASP.NET Version:2.0.50727.4209
-----------------------------------------------------------------------------

I dont know why this is happening at all and I have tried whatever solution I could find from the internet. Only one other similar post exists and that is a WinApp on a virtual server so it is not me scenario.

Kindly respond on urgent basis.
Steve
Telerik team
 answered on 07 Jan 2011
1 answer
271 views
Hi,

My application show weird characters in a TextBox with expression when the value contains special Brazilian characters like "ç, ã, etc...".

Ex.: Empresa: Homologa??o

I'm using mixed pages from ASP 3.0 and ASP.Net 4.0.

In attached file I send two samples, first sample (correct.png) is a 100% ASP.Net 4.0 page and the characters shows correct;
In second sample (wrong.png) the pages are 50% in ASP 3.0 and 50% in ASP.Net 4.0 and the characters don't show correct.
        This pages are a frameset. The Top page "Monitor de Operações" developed in ASP 3.0, the Middle page is developed in ASP.Net 4.0 with Telerik Reports and the Bottom page Controls (Listar, Enviar, etc...) is developed with ASP 3.0.

Sorry, but my English is no good!

Thx,

Leandro 
Steve
Telerik team
 answered on 07 Jan 2011
3 answers
93 views
hey ...
i need to set the max size of bars in RadChart with BarSeriesDefinition because when the number of elements in mapped list is small the bars looks so wide and not suitable
thanks..

										
Evgeni "Zammy" Petrov
Telerik team
 answered on 07 Jan 2011
1 answer
550 views
Hello, 
I'm having the issue where the report rendering is working fine in dev, but when I publish to the live site, I get the above RendererNotAvailableException. I'm sure I'm simply missing a dll or an entry in my web.config, but I've copied all the dlls provided in the Telerik Reporting bin directory up to the site and it's still not going. 
I'd be grateful for any help. I've copied the stack trace below.

Thanks,


Server Error in '/' Application.

PDF rendering format is not available.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: Telerik.Reporting.Processing.RendererNotAvailableException: PDF rendering format is not available.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[RendererNotAvailableException: PDF rendering format is not available.]
   Telerik.Reporting.Processing.ReportProcessor.RenderReport(String format, IReportDocument reportDocument, Hashtable deviceInfo, Hashtable renderingContext, CreateStream createStreamCallback) +621
   Telerik.Reporting.Processing.ReportProcessor.RenderReportStateless(String format, IReportDocument reportDocument, Hashtable deviceInfo, Hashtable renderingContext, CreateStream createStreamCallback) +47
   Telerik.Reporting.Processing.ReportProcessor.RenderReport(String format, IReportDocument reportDocument, Hashtable deviceInfo) +133
   J.J.Controllers.JController.ExportPdfReport(String reportName, Report report, IEnumerable`1 models) +92
   J.J.Controllers.Project.ProjectAnalyzerController.ExportPdf(Int32 projectId, DateTime fromDate, DateTime toDate) +104
   lambda_method(ExecutionScope , ControllerBase , Object[] ) +198
   System.Web.Mvc.ActionMethodDispatcher.Execute(ControllerBase controller, Object[] parameters) +17
   System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters) +178
   System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters) +24
   System.Web.Mvc.<>c__DisplayClassd.<InvokeActionMethodWithFilters>b__a() +52
   System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func`1 continuation) +254
   System.Web.Mvc.<>c__DisplayClassf.<InvokeActionMethodWithFilters>b__c() +19
   System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodWithFilters(ControllerContext controllerContext, IList`1 filters, ActionDescriptor actionDescriptor, IDictionary`2 parameters) +192
   System.Web.Mvc.ControllerActionInvoker.InvokeAction(ControllerContext controllerContext, String actionName) +314
   System.Web.Mvc.Controller.ExecuteCore() +105
   System.Web.Mvc.ControllerBase.Execute(RequestContext requestContext) +39
   System.Web.Mvc.ControllerBase.System.Web.Mvc.IController.Execute(RequestContext requestContext) +7
   System.Web.Mvc.<>c__DisplayClass8.<BeginProcessRequest>b__4() +34
   System.Web.Mvc.Async.<>c__DisplayClass1.<MakeVoidDelegate>b__0() +21
   System.Web.Mvc.Async.<>c__DisplayClass8`1.<BeginSynchronous>b__7(IAsyncResult _) +12
   System.Web.Mvc.Async.WrappedAsyncResult`1.End() +59
   System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult) +44
   System.Web.Mvc.MvcHandler.System.Web.IHttpAsyncHandler.EndProcessRequest(IAsyncResult result) +7
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +8679470
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +155
Steve
Telerik team
 answered on 07 Jan 2011
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?