Hi,
I'm trying to use the evaluation version of telerik Reporting and I've this kind of problem.
I need to show into the report some data (busines objects) from a ViewModel of mine.
I mean:
I have a view with a reportViewer :
Now the problem is:
in myViewModel I have the property "Report" as Telerik.Reporting.Report
and also another property "MyProp" (string) that I need to show into the Report
Is it possible to do that and what is the way?
I mean: how have I to set the textBox in the report ?
thanks in advance
Michele Semprini
I'm trying to use the evaluation version of telerik Reporting and I've this kind of problem.
I need to show into the report some data (busines objects) from a ViewModel of mine.
I mean:
I have a view with a reportViewer :
<telerik:ReportViewer x:Name="ReportViewer1" Report="{Binding DataContext.Report, ElementName=this}" />
In its code behind I set the datacontext to the ViewModel:
this.DataContext = new myViewModel();
Now the problem is:
in myViewModel I have the property "Report" as Telerik.Reporting.Report
and also another property "MyProp" (string) that I need to show into the Report
Is it possible to do that and what is the way?
I mean: how have I to set the textBox in the report ?
thanks in advance
Michele Semprini