Telerik Forums
Reporting Forum
1 answer
232 views
Hi,

I'm using a drill down report. This report navigates to another report which is the detail one. I'm using objectdatasource for getting the data. I'm having problem in passing the parameters to the navigated report. I have added parameters in the Main report.

For Ex:
1) In the Main Report, it gives the list of "Names", which has an Action set to navigate to report on click
2) In the detail one we need to get data based on the "Name" field. I have added the Name parameter in the report. I'm unable to get the "Name" on click.

Please let me know if you need anything from me.

Thanks
Sai Prasad
Elian
Telerik team
 answered on 21 Nov 2011
1 answer
692 views
The packaging is ridiculous. I was never able to install and run the reporting examples locally, for various reasons:
a) The projects get installed in Program Files\Telerik, where, of course, they cannot be built unless Visual Studio is launched with elevated privileges. Hint: guys, don't install them there, damnit. Use Public folder instead!
b) AdventureWorks database failed to install with error code like -250239847234 or something. "Unknown error". And it rolled back the ENTIRE installation! Huh?!? Thrice?
c) Eventually I got it installed, after I had to give it sa password and everything, and guess what: in preview it works, in runtime it doesn't. I am attaching a screenshot.

Now, seriously, guys, it's 4 am in the morning and I've spent way too much time trying to make this work, How hard can it be? It's a connection string, a report and a database.

(Note: the screenshot was taken after previewing the invoice and just clicking run, then select the same report in the demo's main window)
Steve
Telerik team
 answered on 21 Nov 2011
1 answer
212 views
Hello Telerik,

We are in december 2011 and do you have good news about Razor and MVC 3 (or MVC 4)?

I have my full licence and I hope to use it in MVC 3 or, more, MVC 4!

Happy to read good news from you.

Steve
Telerik team
 answered on 21 Nov 2011
4 answers
488 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
223 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
145 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
120 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
270 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
96 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
212 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
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?