2
wpf 브라우저 응용 프로그램에서 Crystal Report를 사용하고 싶습니다.wpf의 Crystal 보고서 브라우저 응용 프로그램 (xbap)
**SapBusinessObjects.WPf.Viewer
SapBusinessObjects.WPf.ViewerShared**
그리고 XAML 파일은 이것이다 : 나는 refenrence에 다음 DLL을 추가 내가 누를 때
xmlns:my="clr-namespace:SAPBusinessObjects.WPF.Viewer;assembly=SAPBusinessObjects.WPF.Viewer"
그러나 :
<UserControl x:Class="Report_UC"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:my="clr-namespace:SAPBusinessObjects.WPF.Viewer;assembly=SAPBusinessObjects.WPF.Viewer"
mc:Ignorable="d"
d:DesignHeight="800" d:DesignWidth="800">
<Grid>
<my:CrystalReportsViewer Name="report"></my:CrystalReportsViewer>
</Grid>
</UserControl>
내가 크리스탈 리포트 뷰어를 사용하려면이 줄을 추가 F5를 실행하면 오류가 발생합니다.
The tag 'CrystalReportsViewer' does not exist in XML namespace 'clr-namespace:SAPBusinessObjects.WPF.Viewer;assembly=SAPBusinessObjects.WPF.Viewer'
어디에 문제가 있습니까 ??? 나는 하루까지 여기에 갇혀있다. 오 이런! 도와주세요 .... 크리스탈 리포트를 사용 하시겠습니까 ??????