Telerik Forums
Reporting Forum
2 answers
83 views
Hi,

I am using Q3 2010 release Trial. With my chart, I adjust the settings for my plot area. e.g. Margins and Series display as rounded corners, etc. When I Preview my data using report parameter in the parameterised query to generate the datasource, the chart is displayed but the settings are not maintained.

I have to assign the setting in "ItemDataBinding" event handler programmatically in order to maintain the layout.

Is this normal? Is there better way of doing this?

Thanks.
Deepak Shakya
Top achievements
Rank 1
 answered on 24 Jan 2011
2 answers
161 views
Hello,

I'm getting this error:

. Source: System.Configuration

. AffiliateID:

. Target Site: ThrowIfErrors

. Module: System.Configuration.dll

. Error Message: An error occurred loading a configuration file: Failed to map the path '/'.

. Base Exception Message: Failed to map the path '/'.

. Stack Trace: at System.Configuration.
ConfigurationSchemaErrors.ThrowIfErrors(Boolean ignoreLocal) at System.Configuration.BaseConfigurationRecord.ThrowIfParseErrors(ConfigurationSchemaErrors schemaErrors) at System.Configuration.Configuration..ctor(String locationSubPath, Type typeConfigHost, Object[] hostInitConfigurationParams) at System.Configuration.Internal.InternalConfigConfigurationFactory.System.Configuration.Internal.IInternalConfigConfigurationFactory.Create(Type typeConfigHost, Object[] hostInitConfigurationParams) at System.Web.Configuration.WebConfigurationHost.OpenConfiguration(WebLevel webLevel, ConfigurationFileMap fileMap, VirtualPath path, String site, String locationSubPath, String server, String userName, String password, IntPtr tokenHandle) at System.Web.Configuration.WebConfigurationManager.OpenWebConfigurationImpl(WebLevel webLevel, ConfigurationFileMap fileMap, String path, String site, String locationSubPath, String server, String userName, String password, IntPtr userToken) at System.Web.Configuration.WebConfigurationManager.OpenWebConfiguration(String path) at Telerik.ReportViewer.WebForms.ReportViewer.CheckHandlerConfiguration() at Telerik.ReportViewer.WebForms.ReportViewer.ConfigContainsHandler() at Telerik.ReportViewer.WebForms.ReportViewer.OnInit(EventArgs e) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) at System.Web.UI.Page.ProcessRequest(HttpContext context) at ASP.validated_administration_aspx.ProcessRequest(HttpContext context) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously).

I have the reports in a separate project referenced by the primary project...

Sorry - I'm really new to Telerik Reporting... Any ideas?

Thanks,

Mike
DevMohamed
Top achievements
Rank 1
 answered on 23 Jan 2011
1 answer
129 views
I have had an issue with the Report Viewer giving us the error:  Report is unavailable or session is expired.
I have noticed many have had this issue when deploying their app.  my issue is happening on local host.

Methods already tired to solve the issue without success:
  • Your  WcfRiaServiceApplication1  example works on our machine.  
  • And we have attempted to copy/try the exact same setup.  
  • Tried 3 different different data sources, LinqToSql, entityDataSource, and objectDatasource.  
    All work fine on report preview mode. All fail when running the project.
  • I have tripple checked all refrences on web and client sides.
  • Tripple checked the .svc file.
    <%@ ServiceHost Service="Telerik.Reporting.Service.ReportService, Telerik.Reporting.Service, Version=4.2.10.1110, Culture=neutral, PublicKeyToken=a9d7983dfcc261be" %>
  • Tried both local and Azure Databases... both work on preview both fail on run.
  • We tried Q3 and Q2 releases.
  • We looked through all form posts and most are related to ASP.net not Silverlight.
  • We have run debugging and have seen the debugger runs to the actual report.cs file successfully without errors.
  • Our test case is very small amount of data without paging..
  • We noticed many form resonses discussig  session state and app pools however, your demo does not change any of that and still works.  We have matched config file as easy as possible. 
  • We have tested IE firefox and Chrome.
  • We have attached our config file for reference ( minus passwords ).

Differences between our project and your project WcfRiaServiceApplication1
Our application is of template Silverlight Busienss Application
We are using ASP.net authorization
We are also using authentication=forms where your webconfig does not have that listed.
Our database is coming form SqlAzureDB.














john
Top achievements
Rank 1
 answered on 21 Jan 2011
2 answers
110 views
Hi,

I'm looking for informations regarding something I saw on your Reporting Demo. I don't know the name of it so please find attached the picture with red squares in it.

Can you link me some instructions so I can find a way to implement it on my crosstab ?

Thank You
Arnaud
Peter
Telerik team
 answered on 21 Jan 2011
1 answer
767 views
In my previous post I put two issues under one title. So I corrected it to keep one isse per thread.
So here it is:
Issue #2: group headers. When the entire group is not going to fit the remainder of the current page, is it possible to force it to the next page? In other words - avoiding to put a page break into a group if it's possible?
There are four choices for PageBreak property of a group header: None, Before, After, BeforeAndAfter. What I am talking about is a fifth option "Before if the entire group doesn't fit on current page". Is it doable?

Thank you again,
Cezar
Peter
Telerik team
 answered on 21 Jan 2011
2 answers
109 views
I have almost completed an application for a client that includes a limited set of reporting capabilities, for which I have chosen Telerik Reporting as the platform. The site is in standard ASP.NET 4.0, non-Silverlight enabled. Is there an example you can provide where I can add the Silverlight report viewer to an existing application without having to create a new site that is Silverlight enabled and copying all of my files from the old site to the new site? I realize it will probably be a rather manual process with (potentially) a significant number of steps which is perfectly fine.

In the interim I will be using the ASP.NET report viewer control, but the Silverlight one looks nicer and it can help me push my client towards needing Silverlight.
Massimiliano Bassili
Top achievements
Rank 1
 answered on 21 Jan 2011
1 answer
191 views
Hi,
 
I am trying to show a report using telerik report viewer. I have one problem with this. The Header Name for all columns are displaying only in first page . How can i make visible in all pages. 
Steve
Telerik team
 answered on 21 Jan 2011
2 answers
218 views
Hello,

when i use the telerik report wizard to create a datasource from the entity framework it works good when i use a stored procedure that has no parameters. But when i use i select a stored procedure that depends on a parameter the details stay empty.

is it possible to use a parameterized stored procedure in combination with the entity framework?

kind regards,

Jonam
Jonam
Top achievements
Rank 1
 answered on 20 Jan 2011
1 answer
85 views
I am avaluating the trial version and I noticed that border shading feature is not present, or at least I can't find it. The shading is not part of a text box border style, only two-dimensional standard borders. Is it hidden somewhere, or is it simply missing?
Thank you,
Cezar
Steve
Telerik team
 answered on 20 Jan 2011
1 answer
217 views
Hi Guys !!!
               Report Viewer is not showing in my toolbox items.I tried manually reference add and tried also reset toolbox items but still not showing. I am using Telerik Reporting for windows Forms...


Thanks.
Regards
Muhammad Umair
Steve
Telerik team
 answered on 20 Jan 2011
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
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?