Telerik Forums
Reporting Forum
1 answer
94 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
2 answers
91 views
I am creating a forecast line chart via code that show the projected amount for the whole year with actual amount for the given month in another series. 

What I want to do is hide the "future" value of the actual amount.  For example in my screenshot, I am running the graph as of July. I don't have any data from Aug - Dec so it's zero or null.  How can I have the line stop at July or make the line invisible after July?  I don't want my graph to show a big drop from July to Aug.

https://docs.google.com/open?id=0ByWuNoN2Uz2DZG5NZ25yZGlOWXM

Thanks!
hin
Top achievements
Rank 1
 answered on 18 Sep 2012
1 answer
44 views
We just upgraded from Q3 2009 to Q1 2012 and I am having trouble adapting to the new procedures. One of things that I noticed is that the Report Wizard no longer generates an .xsd file and the reports no longer seem to recognize them. Am I missing something? Secondly, I am finding it very difficult to find any information regarding this topic. Any help would be appreciated.
Steve
Telerik team
 answered on 18 Sep 2012
1 answer
114 views
I am fairly new to Telerik reporting and I am trying to design a horizontal bar chart group by several items.  Here is the structure of my data source

public class SurveySummaryFindingGlobal
{
        public int SurveyId { get; set; }
        public int TotalNumberSurveyed { get; set; }
        public int TotalNumberResponsed { get; set;}
        public System.DateTime DistributionStartDate { get; set; }
        public System.DateTime DistributionEndDate { get; set; }
        public List<SurveyDept> Departments { get; set; }
        public List<SurveySummaryFindingDetail> ReportSummaryLineItem { get; set; }
}
 
public class SurveySummaryFindingDetail
{
        public decimal Percentage { get; set; }
        public int TotalResponses { get; set; }
        public int SurveyGroupID { get; set; }
        public int SurveyQuestionID { get; set; }
        public string SurveyGroupName { get; set; }
        public string QuestionResponse { get; set; }
        public string QuestionText { get; set; }
}

The datasource of my chart object is the ReportSummaryLineItem  property of the SurveySummaryFindingGlobal object.  I was able to create a ChartSeries item using the the Percentage
property of the SurveySummaryFindingDetail object through the Telerik reporting designer.  After I bind
the data source to the chart object, I want to group the chart by SurveyGroupName because there are
multiple data rows with the same SurveyGroupName value.  Also, I want to create CustomPalette using the
QuestionResponse property of the SurveySummaryFindingDetail because I want to display the percentage
per QuestionResponse (1,2,3,4,5,8,9).

I have attached a current screenshot of where I stand with the chart object. (The chart bat items are
clustered close together, still trying to learn the telerik reporting framework)
Elian
Telerik team
 answered on 18 Sep 2012
3 answers
145 views
Can the file name of the export be specified when exporting to PDF from the silverlight viewer?
Peter
Telerik team
 answered on 17 Sep 2012
1 answer
150 views
Hey guys,


My report needs the feature "drill through", which I implement by the feature "action-->navigate to report". However, In one case, I intent to block the drill though feature when my parameter "p1" is greater than 5.
How can I archive this function--"conditional drill through" or "conditional action"?

Thanks for your help in advance.
Steve
Telerik team
 answered on 17 Sep 2012
3 answers
146 views
Anyway to navigate to a bookmark without human intervention.  Basically i have a report full of book marks.  When the user decides to run the report, i want to automatically jump to a book mark in which that string is  stored in my database.  Is there a way to jump to a bookmark basically via code.
IvanY
Telerik team
 answered on 17 Sep 2012
1 answer
109 views
I'm using multiple table objects in a report that I am rendering to Word.  I have borders turned on in the tables.  When two tables are right next to each other I need their borders to merge so it looks like one border.  In most cases the borders overlap rather than merge so I have turned off the border on one side or the other so I don't have extra thick "double" borders.  Now my problem is that I have little gaps between the border of one table and the other where they are supposed to meet and form corners.  I have attached a screenshot.

I have tried using the designer to push the tables as close together as possible without overlapping them.  I have used the align bottom, align left buttons where applicable. I have snap to grid turned on.  Nothing I do gets rid of the gaps. What am I doing wrong?
Elian
Telerik team
 answered on 17 Sep 2012
1 answer
100 views
We use Reporting (6.1.12.820) together with a Silverlight 5 project so we built a WCF Reporting Service. The documentation of Telerik Reporting shows how to add a Project DataSource by adding a Component and configure its parameters. However in a WCF Service Project I can't find no Component in the "Add new item" dialog of VS 2010.
What I did was I added a normal class, deriving it from EntityDataSource and compiled the project. Then clicked "Configure Data Source"; a new method "InitializeComponent" gets added to the class however the method is never called. Then I added a second class "classname.designer.cs" and moved the "InitializeComponent" method to this designer class. At least the Data Explorer now shows all fields when the (grey) Designer Page is selected, but when adding the datasource to a Report no fields are displayed at all.

This ends with the big question: how to add a project data source to a WCF Reporting Service?

Regards
Neils
Steve
Telerik team
 answered on 17 Sep 2012
1 answer
164 views
Hi,

Telerik Charts are working well with simple .NET application. but Telerik Charts are not getting displayed with windows azure with visual studio 2010.

Error Display on page: 500: Internal Server Error. This is the problem with resource you are looking for. and it can not be displayed.

Would you please let us know what would be the issues with telerik control in windows azure?

Please reply us ASAP. Its very urgent.!
Steve
Telerik team
 answered on 17 Sep 2012
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
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?