ActiveReports 12
OverridesDefaultStyle Property

GrapeCity.ActiveReports.Viewer.Wpf.v12 Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class : OverridesDefaultStyle Property
Gets or sets a value that indicates whether this element incorporates style properties from theme styles.
Syntax
'Declaration
 
Public Property OverridesDefaultStyle As Boolean
public bool OverridesDefaultStyle {get; set;}

Property Value

true if this element does not use theme style properties; all style-originating properties come from local application styles, and theme style properties do not apply. false if application styles apply first, and then theme styles apply for properties that were not specifically set in application styles. The default is false.
See Also

Reference

Viewer Class
Viewer Members