c# - How to use RDLC Report in WPF Spark? -


i using wpf spark making window application looks better. working till unless tried use rdlc api. rdlc working normal window when use sparkwindow rdlc doesn't seem have support in window because report there in invisible form because when right click on form gives me options print out report not visible on form.

<windowsformshost height="500" width="500">         <rv:reportviewer x:name="reportletter" processingmode="local"/> </windowsformshost> 


Comments

Popular posts from this blog

php - Permission denied. Laravel linux server -

google bigquery - Delta between query execution time and Java query call to finish -

python - Pandas two dataframes multiplication? -