I have a report that shows certain fields of some DB records. That records have also some related records in other DB tables.
I have to show, almost all of the related records in the same report too. So I'm trying to design sub-reports or table items to show the related records in the same report.
The problem is, I have to supply the ID of the current record to each sub-report or table; but I was not lucky in finding similar examples or any documentation about it.
To further illustrate my problem, I attached a screenshot. In the screen shot I triled to give hints; about what I'm doing.
So basically, I need to populate related datas in the same report, by giving the current record ID to other datasource's which pull the related data's.
PS : I found some examples about cascading report parameters, and I'm somewhat familiar with report lifecycle. But I'm still not able to populate the cascading report parameters properly. I always get null values for cascading parameters. So there must be something wrong about what I'm doing.
Hi,
printing a report from the wpf reportviewer in a .NET4 WPF application doesn't work under windows xp. The Reportviewer shows the report as expected, then hitting the print button in the reportviewer opens the printer selection dialog, but when the dialog is closed, nothing happens...
Under Windows 7 it works fine.
I use Q2 SP1 and .NET 4 is installed on windows xp.
To eliminate any possible side effects from my application, I build a simple wpf app with just a reportviewer in the xaml file, loading a simple report (with just one textbox) in the window constructor shows the same result.
Hello,
I have a problem about the Telerik Report. I found a report with parameters when I scanning the examples about Silverlight how to call the WCF report. You made it work for adding a combox in the component element of WCF report. If the combox is in the Silverlight, Would you tell me how to realize it which the report with the parameter .How can I pass this parameter to the control of WCF report and make it display dynamic?
I can't find examples to custom format YAxis Appearence...
I have YAxis to format from 0, 10, 20, 30.... to 0%, 10%, 20%, 30%... and the result of this
chart1.PlotArea.YAxis.Appearance.ValueFormat = style.ChartValueFormat.Percent;
is 0.000,00%, 10.000,00%, 20.000,00%, 30.000,00%...
In YAxis2 to format from 10, 20, 30... to 10.000, 20.000, 30.000... and I have 10000, 20000, 30000...