I'm using Asp.Net AJAX UI controls to display a RadGrid on a page with a ReportViewer underneath. When the user selects a row in the RadGrid I want to capture the ID field from the selcted row and update the ReportViewer by passing that same ID to the newly instantiated report.
Has anyone done anything like this?
I can capture the needed ID from the client-side of the RadGrid, but I can only update the ReportViewer on the server-side. I guess if I knew how to capture the RadGrid selected row on the server-side I could manage just fine.
i set up a new development machine and now i am getting the following error when i try to open the design view of a report:
Value cannot be null. Parameter name: instance
the sources, assemblies and web.config is all the same as on the other machine where it works.
i tried to rebuild the project, restart VS2008 but nothing helps.
I'm getting an exception when I close the form containing a report viewer,
while it's generating the report.
On slow machines, the generating of the report can take some time,
and users might close the form before the generation is completed.
Hello,
I had used report viewer in Telerik:Popup control,
I have bound data to report viewer through data source with wizard.
But, it takes too muck time to load the data in the report viewer.
Please reply me as soon as possible.
Is there any problem with the use of report viewer in Pop Up
or it can be problem with the use of data source, as i bring data from many tables with the use of inner join.
Hi team:
I have set the report to page break,and show well in aspx web page,but after export to excel all the data show in one sheet,I think the data should come on a different sheet. Example Sheet1, Sheet 2,etc Any ideas.
The first expression works without a problem. The second expression always comes back with an answer of 0.
What I have found for the problem expression is:
1. If I take out the 1 and replace it with a field (but not a report parameter) it then calculates
2. If I take out the / and put in a + then it calculates properly
3. What I put in the divisor is irrelevant based on about a dozen different tested changes (other functions, fields, static number, etc.)
Has anyone experienced this issue or know what I could be doing wrong?
Thanks for any help you can provide
P.S. Working with Telerik Reporting Q1 2009 Solution under Visual Studio 2008
Working with Telerik Reporting Q1 2009 Solution under Visual Studio 2008
Hi,
I would like to set background color in one control (panel) depends on value in another control (textBox). How I can to do it programatycly. I dont want to change color in whole row.
I'm adding datasource programatycly. It is something like "foreach" where I will able to check each row and to change color?
Could you help me?
Leszek