Hi,
I have a problem, I am using Telerik Report Q2 2011 with visual studio 2010 silverlight 4 MVVM (C#). I have managed to pass parameters to the report from my silverlight application and its working okay. Thing is one of my reports contains a subreport, the subreport gets its data from a table thats is more of a reference table - main report gets patient data and the sub report gets a patients chronic conditions if (s)he has any. What I want to achieve is;
1) User passes a parameter to the main report using the silverlight report view from the silverlight app. This is working okay.
2) Pass the patient number to the subreport but check to ensure first that the patient has chronic conditions, and populate chronic conditions sub report only if the patient has records in the patient chronic conditions table otherwise dont pass any parameter to the subreport since I keep getting error if the patient has no chronic condition. This is where I need help. Please help. Any help will be highly appreciated.
Thanks
Francis.
I have a problem, I am using Telerik Report Q2 2011 with visual studio 2010 silverlight 4 MVVM (C#). I have managed to pass parameters to the report from my silverlight application and its working okay. Thing is one of my reports contains a subreport, the subreport gets its data from a table thats is more of a reference table - main report gets patient data and the sub report gets a patients chronic conditions if (s)he has any. What I want to achieve is;
1) User passes a parameter to the main report using the silverlight report view from the silverlight app. This is working okay.
2) Pass the patient number to the subreport but check to ensure first that the patient has chronic conditions, and populate chronic conditions sub report only if the patient has records in the patient chronic conditions table otherwise dont pass any parameter to the subreport since I keep getting error if the patient has no chronic condition. This is where I need help. Please help. Any help will be highly appreciated.
Thanks
Francis.