EmptyColorStyle Members
Include Protected Members
Include Inherited Members
Contains the style properties used for a null color.
The EmptyColorStyle type exposes the following members.
Constructors
Name | Description | |
---|---|---|
EmptyColorStyle() | Initializes a new instance of the EmptyColorStyle class. | |
EmptyColorStyle(IPropertyStore) | Initializes a new instance of the EmptyColorStyle class. |
Top
Methods
Name | Description | |
---|---|---|
DeepClone() | Returns a deep clone of this ReportObject instance. (Inherited from ReportObject.) | |
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetAncestor<T>() | The ancestor of this report object. (Inherited from ReportObject.) | |
GetContainingDataScopes() | The containing data scopes. (Inherited from ReportObject.) | |
GetDataScopesForDefaultImpl(IContainedObject) | Infrastructure. (Inherited from ReportObject.) | |
GetHashCode() | (Inherited from Object.) | |
GetType() | (Inherited from Object.) | |
Initialize() | Initializes the current EmptyColorStyle instance. (Overrides Style.Initialize().) | |
InitializeForDesigner() | Infrastructure. (Inherited from Style.) | |
MemberwiseClone() | (Inherited from Object.) | |
OnChildPropertyChanged(Int32, Object, Object) | Infrastructure. (Inherited from ReportObject.) | |
OnPropertyChanged(Int32, Object, Object) | Infrastructure. (Inherited from ReportObject.) | |
SavePropertyValue<T>(String, T, ReportObject.SwapValue<T>) | Infrastructure. (Inherited from ReportObject.) | |
ToString() | (Inherited from Object.) | |
WrapPropertyStore(IPropertyStore) | Infrastructure. (Inherited from ReportObject.) |
Top
Properties
Name | Description | |
---|---|---|
BackgroundColor | Color of the background. (Inherited from Style.) | |
BackgroundGradientEndColor | End color for the background gradient. (Inherited from Style.) | |
BackgroundGradientType | The type of background gradient. (Inherited from Style.) | |
BackgroundHatchType | Hatch type. (Inherited from Style.) | |
BackgroundImage | A background image for the object. (Inherited from Style.) | |
Border | The empty border styles. | |
BottomBorder | Properties of the bottom border. (Inherited from Style.) | |
Calendar | Indicates the calendar to use for formatting dates. (Inherited from Style.) | |
Color | The color to use for the empty color. | |
Direction | Indicates whether text is written left-to-right or right-to-left. (Inherited from Style.) | |
FontFamily | Name of the font family. (Inherited from Style.) | |
FontSize | Point size of the font. (Inherited from Style.) | |
FontStyle | Font style. (Inherited from Style.) | |
FontWeight | Thickness of the font. (Inherited from Style.) | |
Format | .NET Framework formatting string. See https://msdn2.microsoft.com/en-us/library/fbxft59x.aspx. (Inherited from Style.) | |
FormatSymbolCulture | The culture of the format symbols. (Inherited from Style.) | |
Language | The primary language of the text. Default is Report language. (Inherited from Style.) | |
LeftBorder | Properties of the left border. (Inherited from Style.) | |
LineHeight | Height of a line of text. (Inherited from Style.) | |
NumeralLanguage | The digit format to use as described by its primary language. Any language is valid. Default is the Language property. (Inherited from Style.) | |
NumeralVariant | The variant of the digit format to use. (Inherited from Style.) | |
PaddingBottom | Padding between the bottom edge of the report item and its contents. (Inherited from Style.) | |
PaddingLeft | Padding between the left edge of the report item and its contents. (Inherited from Style.) | |
PaddingRight | Padding between the right edge of the report item and its contents. (Inherited from Style.) | |
PaddingTop | Padding between the top edge of the report item and its contents. (Inherited from Style.) | |
Parent | The parent of this report object. (Inherited from ReportObjectBase.) | |
PropertyStore | The property store. (Inherited from ReportObjectBase.) | |
RightBorder | Properties of the right border. (Inherited from Style.) | |
ShadowColor | Color of the shadow for the item. (Inherited from Style.) | |
ShadowOffset | Size of the shadow for the item. (Inherited from Style.) | |
Site | Infrastructure. (Inherited from ReportObject.) | |
TextAlign | Horizontal alignment of the text. (Inherited from Style.) | |
TextDecoration | Special text formatting. (Inherited from Style.) | |
TextEffect | Effect to apply to the text. (Inherited from Style.) | |
TopBorder | Properties of the top border. (Inherited from Style.) | |
UnicodeBiDi | Indicates the level of embedding with respect to the bi-directional algorithm. (Inherited from Style.) | |
VerticalAlign | Vertical alignment of the text. (Inherited from Style.) | |
WritingMode | Indicates whether text is written horizontally or vertically. (Inherited from Style.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IDisposable.Dispose() | (Inherited from ReportObject.) | |
IComponent.Disposed | (Inherited from ReportObject.) |
Top