Skip to content

Instantly share code, notes, and snippets.

@hilapon
Created January 14, 2015 10:04
Show Gist options
  • Save hilapon/e5ba913a8decda3eb5c2 to your computer and use it in GitHub Desktop.
Save hilapon/e5ba913a8decda3eb5c2 to your computer and use it in GitHub Desktop.
[WPF] : カスタマイズされた ActiveReports Viewer のリソースディクショナリを使用するサンプル
<Window x:Class="ReportWindow"
・・・・・中略・・・・・
<Window.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source=".\DefaultWPFViewerTemplates.xaml" />
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
</Window.Resources>
・・・・・中略・・・・・
</Window>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment