Telerik Forums
Reporting Forum
2 answers
170 views
Hi,

  I'm working on creating a chart in a report, but instead of the XAxis starting at Zero I want it to start at Ten.  I set the PlotArea.XAxis.MinValue to 10 and the PlotArea.XAxis.MaxValue = 100 and the PlotArea.XAxis.LabelStep = 10.  I was expecting the XAxis to go from 10 - 100 but instead it goes from 1 - 91.  Any ideas on how to correct this?

Thanks,
-Scott Cline
Scott
Top achievements
Rank 2
 answered on 08 Sep 2010
1 answer
92 views
Hello,

Is it possible to detect from code-behind when the user press the print button for a report?
Patrick
Top achievements
Rank 1
 answered on 08 Sep 2010
2 answers
87 views
I have been trying to find the proper event to place some supporting code for a report I am developing but with no luck.  The report is already bound to a SQL datasource, but I need to load an array with some data from another table in the database. This is necessary to "look up" some rates that I need in calculating the values for some unbound text boxes in a group footer section.  I wanted to load the array using a separate connection and a datareader, however I keep getting an error when I attempt to place the report in a reportviewer in ASP.NET web form.  It will not allow me to select the report because it indicates that the connection must be open for the ExecuteReader method and will not allow me to specify the report in my Report parameter.  I do open the connection in my code and the connection string is defined in the code as well.  I currently have it in my report constructor module after the InitializeComponent() call but that doesn't work.  Any suggestions? 
Chuck Harrington
Top achievements
Rank 1
 answered on 08 Sep 2010
3 answers
289 views
Hello,

I'm trying to have the serie names in my legend dynamically changed based on users's select.  There are three series in my graph and these series are based on the years that users select from filters.  For example, if users select 2008, 2009, and 2010, the three series will show data for these three years and the legend will show these three years.  So if users select three different years, the legend will show three different years.  Can I do that?

Thanks!

Peter
Telerik team
 answered on 07 Sep 2010
0 answers
69 views
How can I set the OpenAccess DS to filter by ID?

I have a SubmissionResponse object, and that has a reference to a parent which contains the FormID.

So object.Submission.FormID

How can I set the where clause to only get me the results for that formID if the FormID is a GUID?
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
 asked on 07 Sep 2010
8 answers
422 views
Hello,

I'm trying to refresh my reportviewer so it can reload parameters values.
How to do that using MVVM in a Silverlight project ? It seems that no refresh method exists on report viewer control...

Thanks.
Equipe Info
Top achievements
Rank 1
 answered on 07 Sep 2010
6 answers
1.4K+ views
What's the best way to add conditional formatting for a datetime field that may be null?

I wanted to highlight all records that had a date in the past, for records that actually *have* a date. How do I do this?
Peter
Telerik team
 answered on 07 Sep 2010
2 answers
186 views
I have reports that worked perfect in the Q2 2009 release and when I upgraded them, all my sub-report parameters that are bound to GUID fields in the parent report no longer work . They give an error saying they have an invalid value for the parameter.

Since the report parameters do not accept GUID types, I was receiving them as string type which worked perfectly before by converting the field value to a string before passing it. Now, it just errors out and I have to specifically have in my data set the GUID converted to a string before binding the parameter to the field in the dataset.

This is really disappointing that I now have to hack a fix into all these reports to make this work.
Rich
Top achievements
Rank 2
 answered on 06 Sep 2010
3 answers
871 views
I upgraded from Q3 2009 to Q3 2009 SP1 (1211) and now I get the following error anytime I try to open a report
System.Web.HttpCompileException = {"C:\PMB\Integration\Certificate\printCEcertificate.aspx(48): error BC30560: 'ReportViewer' is ambiguous in the namespace 'Telerik.ReportViewer.WebForms'."}
Any Ideas?

Nevermind, I still had the old versions in my Bin folder.
Steve
Telerik team
 answered on 06 Sep 2010
1 answer
154 views
I am generating a reporting dynamically which includes a gantt chart (dynamically creating the gantt chart along with the data - series). The report runs fine on my development server. However, when I promote the report to production, I receive the following error:

**************************************************************************************************************************************************************************
Unable to serialize the session state. In 'StateServer' and 'SQLServer' mode, ASP.NET will serialize the session state objects, and as a result non-serializable objects or MarshalByRef objects are not permitted. The same restriction applies if similar serialization is done by the custom session state store in 'Custom' mode.

**************************************************************************************************************************************************************************

The site is setup to use "SQLServer" Session mode. And, I noticed in some of the very old posts to this forum, that this was a problem with early versions of telerik reporting. I am using the latest version and still seeing this problem. Is there a work-around besides going back to "InProc" session mode?

Thanks!
Chavdar
Telerik team
 answered on 06 Sep 2010
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?