Telerik Forums
Reporting Forum
4 answers
98 views
Hello,
We are having issues with the Sales Dashboard demo for Telerik Reporting available here: http://demos.telerik.com/reporting/sales-dashboard/demo.aspx - namely, the report itself will not scroll on our iPad 2's. Any attempts to scroll just move the page instead of scrolling the report.
Is this a known issue? Are there any suggested workarounds?
Steve
Telerik team
 answered on 20 Sep 2012
0 answers
137 views
Hi

When I have already opened a file, and I'm trying to save a report with the same name, I get the following message:
The process cannot access the file 'C:\1.pdf' because it is being used by another process.

How do I change this message to others, or may I call my popup?

Silverlight, Q2 2012 build 6.1.12.621
Hans
Top achievements
Rank 1
 asked on 20 Sep 2012
15 answers
441 views
Hi,

Everytime after i open visual studio and open any design (even if it's an xaml file), the toolbox items for telerik are added... by now each icon appears already 4 times.

It's extremely enoying because it hangs visual studio during the time that the icons are added.

In att. you'll find proof.

I'm using Q1 2011, Visual Studio 2010, Win7 Pro 64 bit
Kevin Finck
Top achievements
Rank 1
 answered on 19 Sep 2012
2 answers
482 views
Hi,

i have subreport with datasource containt collection of objects. (So components replicate here). Among other i have panel with 2 tables whitch i want to hide if both tables are empty. Tables is fulfilling by binding datasource: ReportItem.DataObject.nameOfMySubClassCollectionInMainDataSource and its working fine. I try hiding the panel by parameters with conditional formating or manualy in code. But problem is that myTable.DataSource property is always null event in DataBound event. Of course after report starting table contains right data but in code i can't check it. Please help.

here is code, where debuger reports always null value:
private void manPrechodZTable_ItemDataBound(object sender, EventArgs e)
        {
            if ((manPrechodZTable.DataSource == null || (manPrechodZTable.DataSource as ExC_BodTrasy.ExC_Prechod[]).Length == 0))
            {
                this.ReportParameters[1].Value = true;
            }
            else
            {
                this.ReportParameters[1].Value = false;
            }
        }


Thanks,

Tomas Linhart, CZ
Peter
Telerik team
 answered on 19 Sep 2012
4 answers
122 views
Hi!

I have built a very simple report: in the constructor of the report a textbox is added to the detail section showing the actual date and time. I can call the report from Silverlight and it works as expected. Fine! But clicking the refresh-button in ReportViewer is NOT calling the report again, instead it is presenting the old one (I can determine this by looking at the time string which is not changing). What am I doing wrong?

This affects Reporting 6.1.12.820 with SL 5.

Regards
Neils
Hrisi
Telerik team
 answered on 19 Sep 2012
1 answer
124 views
Hi all,

I bind a list object as a data source in my report. I created a group and for every 'id' in detail section i want to show two properties in chart. Think that my class is

public class SurveyListGraphicalCompareModel
    {
        public string Question{ get; set; }
        public Guid? QuestionID { get; set; }
        public decimal? avgScore { get; set; }
        public decimal? avgScoreEx { get; set; }
    }

I produce List<SurveyListGraphicalCompareModel> data source from database and bind it to report in my
page's code behind like that :

Reporting.GraphicalComparison rapor = new Reporting.GraphicalComparison();
 myReport.DataSource = myDataSource;
 this.ReportViewer1.Report = myReport;


I grouped data source by QuestionID. And for every QuestionID i want to display Question and a chart(Avg-Sc
ore, AvgScoreEx) in a horizontal series orientation. But i failed and get "There is no or empty series"
error. I could understand how to identify a series regarding to data source field. Could not find any
tutorial explains how to dynamically data bind in telerik reporting chart.
 The examples i looked up were always on static data source. Could you please show me some examples about that or help me for this specific problem.

Thanks. 
Steve
Telerik team
 answered on 19 Sep 2012
1 answer
1.0K+ views
I am trying to use multiple objectDataSource in a single report but i got an error

 Only fields from the current data source 'objectDataSource1' are allowed 


I added objectDataSource1 first then another one named objectDataSource2.

i need to add some fields in Report from objectDataSource2. but i get this error.
Please tell me how can i overcome this problem.
thank you. 

I am using Telerik Reporting Q2 2012 

Elian
Telerik team
 answered on 19 Sep 2012
1 answer
403 views
We are using Telerik Report Viewer in our Web Application. During development and testing on my local machine I all of a sudden began receiving this bug while testing. Any thoughts?

An item with the same key has already been added.

at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
at System.Collections.Generic.Dictionary`2.Add(TKey key, TValue value)
at Telerik.Reporting.Processing.Expressions.ReportExpressionContext.ResolveNameSpaces()
at Telerik.Reporting.Processing.Expressions.ReportExpressionContext..ctor(Type methodInfoSourceType)
at Telerik.Reporting.Processing.ParametersManager`1..ctor(IReportDocument definition, ICollection`1 parameters)
at Telerik.ReportViewer.WebForms.ParametersPage.get_ParamsManager()
at Telerik.ReportViewer.WebForms.ParametersPage.CreateChildControls()
at System.Web.UI.Control.EnsureChildControls()
at Telerik.ReportViewer.WebForms.ParametersPage.OnPreLoad(EventArgs e)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Steve
Telerik team
 answered on 19 Sep 2012
1 answer
126 views
Hello

Is there a way to make the paging style for the reportviewer to look the same as a Telerik grid? (image examples attached)
The only way I can see would be to change the Grid using the PagerTemplate.

Am I missing something re the style for the reportviewer?

Thanks
Steve
Telerik team
 answered on 19 Sep 2012
1 answer
109 views
Hello,

Is it possible to set an interval on a line graph?  What i mean is lets say you have a series of dates and I only want to show every 5th one.  Is that possible and if so how does one do that?  

Thanks,
Steve
Telerik team
 answered on 19 Sep 2012
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?