Telerik Forums
Reporting Forum
1 answer
227 views
We have a report that uses a crosstab (created by the wizard). There is one row group and three column groups, with totals at each level. The three column groups are region, location and gender. See the attached screenshot.

The user has asked if we can also add row total columns by location and gender, ie a total of the second and third grouping, to appear at the right before the grand total.  So there would be a set of columns for totals by location and gender for all regions, along with subtotals by location (again for all regions).

Is this possible, and if so can anyone point me in the right direction as to how to do it?

Hadib Ahmabi
Top achievements
Rank 1
 answered on 08 Jun 2012
1 answer
98 views
Hi ,
i am using a telerik reporting within a table to show several details from a database table . haw can i using "Conditional Formatting" to make different a row when a fields value is equal to MyValue  .

thank you . 
Hadib Ahmabi
Top achievements
Rank 1
 answered on 08 Jun 2012
4 answers
92 views
Hello,

For some reason, the expressions window is no longer showing to me.  It actually appears that it may be hidden or visible behind something because I can't focus or do anything in Visual Studio.  So it looks like Visual Studio is locked up, but it is not because it's pegging out the processor, but because it's waiting for the expressions window to be closed.  But I can't see this window??????  Any ideas?

Thanks.
Steve
Telerik team
 answered on 08 Jun 2012
1 answer
474 views
Can I install Reporting on VS 2012 RC?  I currently have it installed for VS 2010.  When I run Telerik_Reporting_Q1_2012_v6_0_12_215_Dev.msi I don't get a VS 2012 (or VS 11 Beta) option.

The VS Gallery page indicates that 2012 RC is supported.  http://visualstudiogallery.msdn.microsoft.com/479B9219-1B37-461D-B85B-2AA9BAD5BCEB?SRC=Featured

Thanks
Steve
Telerik team
 answered on 08 Jun 2012
3 answers
270 views
Hi Support,
Could you please clear my doubt whether it is possible to generate a report at run time using a dataset that was created manually using c#. I may not design the report, rather i will keep it as a blank one and then at the run time...I will creating a data set using certain business logic on various tables of my Sql server database. Using that dataset is there any possibility to load it on a report at run time itself?
I need various graphs to be generated based on the data i acquire, will it be part of telerik reporting tool or should i have to buy a new telerik tool for it seperately? How far the graphs are integrated in telerik? could you give me clear information of graphs that i can generate using telerik?
Thanks,
Ramakrishna
Steve
Telerik team
 answered on 08 Jun 2012
1 answer
98 views
I am completely new to Silverlight and was wondering if I can integrate this easily into my standard .NET WebForms Application? 

In my project I am currently running the Telerik AJAX RadChart which is great, but the Silverlight version allowed for Zooming/Scroll and Tooltips enabled simultaneously, which the AJAX version did not.

Essentially I would like to have this Chart component be in Silverlight, but simply integrated into my existing .NET page (Similar to how you would embed a Flash object for use in your existing functionality)

Is this possible without a huge headache?  I am hoping to quickly translate the functionality of my existing AJAX RadChart into the Silverlight counterpart.

Thanks in advance!
Petar Kirov
Telerik team
 answered on 07 Jun 2012
1 answer
202 views
Hi all

I need to use this telerik report designer standalone tool with fox pro database. But am not able to find any data source that is associated with fox pro db in the choose data source step while creating new report. Can somebody help me in this regard.

Regards
Rajesh
Steve
Telerik team
 answered on 07 Jun 2012
1 answer
98 views
I am creating a new report which gets it's data from a web service which looks like this:
private ReportDto GetEvaluationReports(Guid evaluationId)
{
  var dto = new ReportDto();
  var result = (from e in ... ).ToList();
 
  dto.Attributes = result;
  return dto;
}

The data provided from the report is fine and everything looks nice untill I have to use the result from the service

The DTO looks like this

public class ReportDto
{
   public List<Attribute> Attributes { get; set; }
}
 
public class Attribute
{
   public Guid Id { get; set; }
 
   public string AttributeText { get; set; }
 
   public IQueryable<EvaluationDefinition> DefinitionsQuery { get; set; }
 
   public List<EvaluationDefinition> Definitions
   {
      get { return DefinitionsQuery.ToList(); }
   }
}
 
public class EvaluationDefinition
{
   public Guid Id { get; set; }
 
   public string DefinitionText { get; set; }
 
   public IQueryable<EvaluationBookmark> BookmarksQuery { get; set; }
 
   public List<EvaluationBookmark> Bookmarks
   {
        get { return BookmarksQuery.ToList(); }
   }
}
 
public class EvaluationBookmark
{
}

I now want to have a report which groups by Attributes and has all it's definitions listed underneath them.

I have tried it with =Fields.AttributeText and =Fields.Attributes.AttributeText but had no luck.

Can you please help me
Edit: I am now taking another approach... Instead of generating one dto which hass all the information I generate one with the attribute-definition-bookmark hierarchy and another one which has the summary data also needed... Will post if this works
Elian
Telerik team
 answered on 07 Jun 2012
1 answer
152 views
i have parameters in my report.i cant change label's font on parameters.

any opinion?
Steve
Telerik team
 answered on 07 Jun 2012
1 answer
140 views
Hello,

I have a bar chart and want to display labels using 2 fields fromDate and toDate
Can u give an exmaple of how can i do this?


 Chart1.PlotArea.XAxis.DataLabelsColumn = ?

thanks!
-priti
Steve
Telerik team
 answered on 07 Jun 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?