Telerik Forums
Reporting Forum
1 answer
127 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
112 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
487 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
274 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
104 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
212 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
99 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
157 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
146 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
1 answer
126 views
I am having a hard time tracking this down. Perhaps someone can help direct me to where I need to go. I have existing reports on an existing server that I currently access thru an Url (http://server.Reports/Report.aspx?ItemPath=/Directory/ReportName). Is it possible to access these reports thru the Silverlight Report Control and. if so, how do I go about doing it programmatically?

Thanks
IvanY
Telerik team
 answered on 06 Jun 2012
Top users last month
Top achievements
Rank 1
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ivory
Top achievements
Rank 1
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
YF
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?