Sdílet prostřednictvím


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
Public method EmptyColorStyle() Initializes a new instance of the EmptyColorStyle class.
Public method EmptyColorStyle(IPropertyStore) Initializes a new instance of the EmptyColorStyle class.

Top

Methods

  Name Description
Public method DeepClone() Returns a deep clone of this ReportObject instance. (Inherited from ReportObject.)
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetAncestor<T>() The ancestor of this report object. (Inherited from ReportObject.)
Public method GetContainingDataScopes() The containing data scopes. (Inherited from ReportObject.)
Protected method GetDataScopesForDefaultImpl(IContainedObject) Infrastructure. (Inherited from ReportObject.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Public method Initialize() Initializes the current EmptyColorStyle instance. (Overrides Style.Initialize().)
Protected method InitializeForDesigner() Infrastructure. (Inherited from Style.)
Protected method MemberwiseClone() (Inherited from Object.)
Protected method OnChildPropertyChanged(Int32, Object, Object) Infrastructure. (Inherited from ReportObject.)
Protected method OnPropertyChanged(Int32, Object, Object) Infrastructure. (Inherited from ReportObject.)
Protected method SavePropertyValue<T>(String, T, ReportObject.SwapValue<T>) Infrastructure. (Inherited from ReportObject.)
Public method ToString() (Inherited from Object.)
Protected method WrapPropertyStore(IPropertyStore) Infrastructure. (Inherited from ReportObject.)

Top

Properties

  Name Description
Public property BackgroundColor Color of the background. (Inherited from Style.)
Public property BackgroundGradientEndColor End color for the background gradient. (Inherited from Style.)
Public property BackgroundGradientType The type of background gradient. (Inherited from Style.)
Public property BackgroundHatchType Hatch type. (Inherited from Style.)
Public property BackgroundImage A background image for the object. (Inherited from Style.)
Public property Border The empty border styles.
Public property BottomBorder Properties of the bottom border. (Inherited from Style.)
Public property Calendar Indicates the calendar to use for formatting dates. (Inherited from Style.)
Public property Color The color to use for the empty color.
Public property Direction Indicates whether text is written left-to-right or right-to-left. (Inherited from Style.)
Public property FontFamily Name of the font family. (Inherited from Style.)
Public property FontSize Point size of the font. (Inherited from Style.)
Public property FontStyle Font style. (Inherited from Style.)
Public property FontWeight Thickness of the font. (Inherited from Style.)
Public property Format .NET Framework formatting string. See https://msdn2.microsoft.com/en-us/library/fbxft59x.aspx. (Inherited from Style.)
Public property FormatSymbolCulture The culture of the format symbols. (Inherited from Style.)
Public property Language The primary language of the text. Default is Report language. (Inherited from Style.)
Public property LeftBorder Properties of the left border. (Inherited from Style.)
Public property LineHeight Height of a line of text. (Inherited from Style.)
Public property NumeralLanguage The digit format to use as described by its primary language. Any language is valid. Default is the Language property. (Inherited from Style.)
Public property NumeralVariant The variant of the digit format to use. (Inherited from Style.)
Public property PaddingBottom Padding between the bottom edge of the report item and its contents. (Inherited from Style.)
Public property PaddingLeft Padding between the left edge of the report item and its contents. (Inherited from Style.)
Public property PaddingRight Padding between the right edge of the report item and its contents. (Inherited from Style.)
Public property PaddingTop Padding between the top edge of the report item and its contents. (Inherited from Style.)
Public property Parent The parent of this report object. (Inherited from ReportObjectBase.)
Public property PropertyStore The property store. (Inherited from ReportObjectBase.)
Public property RightBorder Properties of the right border. (Inherited from Style.)
Public property ShadowColor Color of the shadow for the item. (Inherited from Style.)
Public property ShadowOffset Size of the shadow for the item. (Inherited from Style.)
Public property Site Infrastructure. (Inherited from ReportObject.)
Public property TextAlign Horizontal alignment of the text. (Inherited from Style.)
Public property TextDecoration Special text formatting. (Inherited from Style.)
Public property TextEffect Effect to apply to the text. (Inherited from Style.)
Public property TopBorder Properties of the top border. (Inherited from Style.)
Public property UnicodeBiDi Indicates the level of embedding with respect to the bi-directional algorithm. (Inherited from Style.)
Public property VerticalAlign Vertical alignment of the text. (Inherited from Style.)
Public property WritingMode Indicates whether text is written horizontally or vertically. (Inherited from Style.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IDisposable.Dispose() (Inherited from ReportObject.)
Explicit interface implemetationPrivate event IComponent.Disposed (Inherited from ReportObject.)

Top