HI all
I am a beginner of silverlight and reportViewer, I use the RadGridView to show my data,
and i want to print the data by ReportViewer,
how to put the grid or the date to ReportViewer directly?
The report designer cannot be used as a host for external controls, only the report items that are designed for it and come with the product can be used within it. If you want to print some information from an external control, you should represent the information through our items (basically creating a report from scratch).