Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1118
How to use a ResourceDictionary color
posted

I'm using 2014.1 Reporting component and have a question: I have standard colors in resource dictionary's for the WPF project. I'd like some of the colors to be reflected in the reports too. We're keeping standard settings in resource dictionaries, with the following as 1 excerpt

<SolidColorBrush x:Key="WindowBackgroundColor" Color="#FF1D1103" />


With the properties of an object on the report, is there a way I can reference a resource dictionary staticresource value? So far, I haven't seen a way that's built in.

Thanks