Telerik Forums
Reporting Forum
4 answers
444 views
Hello Telerik team,
I using telerik reports in a web page

I have a multiple items in the the reports like textbox, table and a chart

I have linked the report to a datasource

The issue Iam facing is that on itembound of the details section i want to change the visibility of the multiple items based on the data from
the datasource.

I guess i made my point if u want any more clarifications please let me know.

Thanks in advance Vineeth.
Vineeth Vijayan
Top achievements
Rank 1
 answered on 18 Nov 2011
3 answers
149 views

Hello Telerik Team,

I am converting the Crystal reports to telerik reports. In previous crystal reports we had "Supress(No drill down)" option
if we want  to hide some sections based on some conditions. Do we have that kind of option in telerik reports.If so can you quote me an example on how to achieve it.
My requirement is hiding and showing some sections in the telerik report.

Thank you for the support.

Thank you
Smith

Peter
Telerik team
 answered on 18 Nov 2011
1 answer
111 views
I have a report with some event handler like below.
private void groupFooterSection2_ItemDataBinding(object sender, EventArgs e)
{
    Telerik.Reporting.Processing.GroupSection procGroup = sender as Telerik.Reporting.Processing.GroupSection;
 
    DataRowView row = procGroup.DataObject.RawData as DataRowView;
     
    if (row["group1"].ToString() == "")
    { 
        procGroup.Visible = false;   
    }
}
I serialize it into XML file, and then deserialize XML file to report.
The event doesn't work anymore.
Any suggestion?
Peter
Telerik team
 answered on 18 Nov 2011
3 answers
100 views
I have a Silverlight application that uses Telerik reporting. I added the necessary references in my Web app, added a ReportService.svc file and the web.config service model xml. I added the Telerik references in my Silverlight app, and can add a ReportViewer in Visual studio's Designer. However, when I run the application I get an exception reading "The invocation of the constructor on the type 'MyProject.Report' that matches the specified binding constraints threw an exception." I have nothing entered for "ReportServiceURI" or "Report". Not sure what the issue is as it seems to load fine in the design view. Thanks in advance!
Steve
Telerik team
 answered on 18 Nov 2011
2 answers
239 views
Hello!
I have some object which binded to report item. This object contains property with IList type.
I need to bind to some of object from this list by index in template. For example, "=CustomFieldValues[5].Date".
Is there possible in Telerik Reporting templates? And which syntax I should use?
Thank you!
Sergey
Top achievements
Rank 1
 answered on 18 Nov 2011
3 answers
63 views
Hello,
I'm trying to format chart plot area using properties windows, it allows me to change the margins and also shows the changes in the designer, however whenever i do Preview/HTMLPreview or even run the report in ReportViewer, it changes everything back to default, as if there is some parameter which is overriding the settings i'm doing in designer. I've also tried to make the PlotArea-->Appearance-->Dimensions-->AutoSIze as False. Also I made the Appearance-->Dimensions-->AutoSIze as False, however nothing is working. Please let me know if I'm doing anything wrong and how the design changes will reflect in runtime.
Steve
Telerik team
 answered on 18 Nov 2011
1 answer
158 views
I have a report with a List. The List has a Sub Report nested inside of it. The Sub Report has one Table. I set the NeedDatasource handler in the constructor of the Report with the List. So for each record in the datasource of the List, I pass a parameter to the Sub Report and load the data for the Table in the Sub report. 
   My problem is that everything is working fine in my development environment and I have tested my NeedDatasource Event handlers. When the website is moved to production I am seeing an error in the Sub Report Processing "An error has occurred while processing Table 'table1':
Object reference not set to an instance of an object." 

Is there any way to make the errors show up with a stack trace so I can figure out what is going on? Do I need to run the full Telerik Reports install on the production web server?

Any help you can provide would be great.

Sincerely, Isaac Koss.
Squall
Top achievements
Rank 1
 answered on 18 Nov 2011
5 answers
119 views
We are creating many charts.  I would like them to have a consistent look to them. 
Using a built-in skin seems like it would work, however I ran into the problems with the skin overwriting properties I manually set.  (I saw another thread regarding that issue too).
Not all the charts will be the same type (bar, pie, etc), yet I would like them to have the same series colors, backgrounds, fonts, labels.

What is the easiest way to apply a consistent look to all the graphs? 
Steve
Telerik team
 answered on 17 Nov 2011
1 answer
90 views
Can the report design in Telerik be viewed entirely in HTML or XML?
Does the report have drilldown, conditional subpress session (panel and field), and subreport features?
What are the reasons of choosing Telerik reporting model in asp.net over crystal report?
What are the advantages Telerik reporting model over SQL server reporting services?

Thanks
Peter
Telerik team
 answered on 17 Nov 2011
1 answer
154 views
I want to generate a report which is use object datasource. I passed a list of MyReports Class to Telerik.

  Structure of MyReport is: 
MyReport 
   WeekNumber 
   NumberOfSells 
   NumberOfBuys 
   TransactionVolume


I want to print report in format of :
                         Week 1        Week 2             Week 3                    Week n
NumberOfSells                         55                 50                       48                           98
NumberOfBuys                          44                 78                        59                           25
TransactionVolume                    5890              6580                   6987                      15879



How can I do this. Please help.
Elian
Telerik team
 answered on 17 Nov 2011
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?