Telerik Forums
Reporting Forum
3 answers
358 views
Is It possible to set a Field value as objectdatasource parameter value?
IvanDT
Telerik team
 answered on 10 Jun 2011
2 answers
92 views
I was shocked that telerik reporting can't go with drill through without compiled 'dll'' at web site project.
It was ok when telerik reporting is under web application project. Design view works fine and when I set navigation to another report, the dll information was set automatically to reportdocumenttype at desgin view.

But  in web site project desgin view doesn't work so if drill through was gonna be made, telerik reporting had to be compiled to dll seperately and add into project. But this is problem. Database connection can be changed and depends on specific environment which mean whenever program containing telerik reporting moves to other environment the telerik reporting must be compiled again for that. 

I think drill through of telerik reporting is horribly limited even excepting this.

So somebody can help me.
I need drill through function in web site project and all of chart in report should be bound dramatically.
Main problem is target report to be navigated when clicking an item can't be set dramatically. It should be set in advance before drill through. I wanna fill the objectdatasource in target report with data on the fly.

Is there any solution for this? . . 
Stephan
Telerik team
 answered on 10 Jun 2011
7 answers
156 views
I wanted to confirm that this is either a known issue, or there is a workaround I can do in code?

Mac users running OS: Mac OS X 10.5.7 with Firefox: 3.5.1  report they only get page 1 of a multi page report when they use the reporting print button. Safari:  3.2.3 users report receiving an error message "Unable to perform the Print operation"

It is not critical since export to pdf is a workaround, but it happens to be my boss so if there is a way to fix it, I would like to...

Thanks.


[edit:  Same behavior of first page only when using the print button under Ubuntu 9.04.  We don't have any linux users currently so it doesn't matter to me, but thought I would add it to the list]


Steve
Telerik team
 answered on 10 Jun 2011
9 answers
380 views
Is Telerik reporting a viable solution for an Azure hosted application?

I understand it won't render to PDF but I do need to view and print reports. Will it do that much? If so what are the steps as I've tried with the latest version and it won't render in the cloud.

Any other suggestions for reporting in Azure?
Steve
Telerik team
 answered on 10 Jun 2011
1 answer
143 views
I am using telerik reports in Web Cloud Service.
when i preview the report in the PREVIEW tab of the report, it works fine.
but when i see the report in the viewer the following error message is shown after the "Generating Report" Progress.

" Not running in a hosted service or the Development Fabric "

Exception Details: System.InvalidOperationException: Not running in a hosted service or the Development Fabric.
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:
[InvalidOperationException: Not running in a hosted service or the Development Fabric.]
   Microsoft.WindowsAzure.Diagnostics.DiagnosticMonitor.GetDefaultStartupInfoForCurrentRoleInstance() +169
   Microsoft.WindowsAzure.Diagnostics.DiagnosticMonitorTraceListener..ctor() +57
[ConfigurationErrorsException: Could not create Microsoft.WindowsAzure.Diagnostics.DiagnosticMonitorTraceListener, Microsoft.WindowsAzure.Diagnostics, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35.]
   System.Diagnostics.TraceUtils.GetRuntimeObject(String className, Type baseType, String initializeData) +6190124
   System.Diagnostics.TypedElement.BaseGetRuntimeObject() +45
   System.Diagnostics.ListenerElement.GetRuntimeObject() +91
   System.Diagnostics.ListenerElementsCollection.GetRuntimeObject() +150
   System.Diagnostics.TraceInternal.get_Listeners() +176
   System.Diagnostics.TraceInternal.WriteLine(String message) +113
   System.Diagnostics.Trace.WriteLine(String message) +4
   Telerik.Reporting.Processing.Timer..ctor(String name, Stopwatch stopwatch) +92
   Telerik.Reporting.Processing.Timer..ctor(String name) +61
   Telerik.Reporting.Processing.ReportProcessor.RenderReport(String format, IReportDocument reportDocument, Hashtable deviceInfo, Hashtable renderingContext, CreateStream createStreamCallback) +121
   Telerik.ReportViewer.WebForms.ServerReport.Render(HttpResponse response, String format, Int32 pageIndex) +900
   Telerik.ReportViewer.WebForms.ReportPageOperation.PerformOperationOverride() +262
   Telerik.ReportViewer.WebForms.HandlerOperation.PerformOperation(NameValueCollection urlQuery, HttpContext context) +77
   Telerik.ReportViewer.WebForms.HttpHandler.ProcessRequest(HttpContext context) +202
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +100
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75


Kindly help me..
Steve
Telerik team
 answered on 10 Jun 2011
1 answer
77 views
I want to be able to save my chart styles for re-use. How can I achieve this ?

I know i can save report styles by exporting. I'm also aware that skins can be defined for re-usable chart styles. 
Neither of these two features allow me to save the styles I've defined for a specific chart. Is this possible ? If its not possible is this feature on your product road map??

BTW... the product road map for telerik reporting is kinda useless... just fyi...
Steve
Telerik team
 answered on 09 Jun 2011
0 answers
107 views
Hi,

I have a table, where one of the columns has pictures that have a ReportAction.
In development environment (windows 7) and in a production environment with Windows 2003 Server we have no problems.
In a production environment with Windows 7 the pictures don't have the links to the reports.
Everything is similar in the various environments.
Anyone with the same problem? Any suggestion?

Thanks
Carlos
Carlos
Top achievements
Rank 1
 asked on 09 Jun 2011
1 answer
98 views
Hi,

I would like to test multivalue report parameters but I don't find any example or any tutorial about this.
Is there anyone who can explain how to use them please ?
I'm using Telerik reporting into a silverlight application.

Thanks

Steeve
IvanDT
Telerik team
 answered on 09 Jun 2011
0 answers
79 views
Hello,

I am some issue on using an objectdatasource with return an item which implements the ICustomTypeDescriptor interface.

The properties doesn't work and the reporting engine is not calling the ICustomTypeDescriptor methods (such as GetProperties). Can you help me?
Raffaele
Top achievements
Rank 1
 asked on 09 Jun 2011
3 answers
128 views
Dear all,

I am fine to create and run most of my direct reports, now I have moved to the complex ones.
By complex I mean that contain a complex logic to combine the who;e data needed for the report.

I first create a class to bind to my report object, that will hold all my data.
I then define an IEnumerable<myclass> GetData method to fetch the data:
1- The method first call another method marked with [invoke] to populate the primary data as IEnumerable<myclass>
2- The method then add new entities to my IEnumerable variable holding my initial values.
and so on ..

When I call the method that doesn't require any additional data to be added to my initial IEnumerable variable, I am fine & the report is displaying the data, BUT if the scenario require additional data to be added ... the report doesn't display anything.

What is wrong with this ...
Regards
Ubuntu
Top achievements
Rank 1
 answered on 08 Jun 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?