Telerik Forums
Reporting Forum
1 answer
110 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
133 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
144 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
138 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
99 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
94 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
157 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
1 answer
64 views
Hi,

I was just checking telerik reporting in VS2010 & would like to report for your reference, as soon as i tried to add new data source in report wizard, i found one bug, it gives me 3 entries of every data source in the [create new data source] wizard. screenshot is also attached here.

I am using latest Q2 2012 build 6.1.12.823.

Thanks,
palak

IvanY
Telerik team
 answered on 17 Sep 2012
3 answers
1.3K+ views
I have a report that is 7.5 inches wide but the details section expands at runtime even if it (the details section) is not visible. There is a warning in the designer that the report is too wide to fit on the page. I'm using version Q2 2012 SP1. Is there a way to limit the width of the details section?
IvanY
Telerik team
 answered on 17 Sep 2012
1 answer
165 views
We have an ASP.NET AJAX application that uses Telerik Components including Telerik Reporting. We have three distinct environments viz., Development, Staging and Production. We currently have connection strings for each of these environments in Web.Config and have a setting that indicates which environment we are currently in. Depending on the environment setting, we use the appropriate connection strings.

When it comes to Telerik Reporting, we are setting the connection string of the report designer to use the application connection string of a specific environment. However, when moving the application to a different environment say for example 'Production' we have to go into each of the those reports and point all the datasources to use the connection string pertaining to 'Production'.

Is there any better way to handle this instead of changing it in every single report and for every deployment to a different environment?

Appreciate your input and help...
IvanY
Telerik team
 answered on 17 Sep 2012
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?