Sdílet prostřednictvím


EmptyColorStyle Class

Contains the style properties used for a null color.

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase
    Microsoft.ReportingServices.RdlObjectModel.ReportObject
      Microsoft.ReportingServices.RdlObjectModel.Style
        Microsoft.ReportingServices.RdlObjectModel.EmptyColorStyle

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Class EmptyColorStyle _
    Inherits Style
'Usage
Dim instance As EmptyColorStyle
public class EmptyColorStyle : Style
public ref class EmptyColorStyle : public Style
type EmptyColorStyle =  
    class
        inherit Style
    end
public class EmptyColorStyle extends Style

The EmptyColorStyle type exposes the following members.

Constructors

  Name Description
Public method EmptyColorStyle Initializes a new instance of the EmptyColorStyle class.

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 ComponentMetadata The component metadata. (Inherited from ReportObject.)
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 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

Methods

  Name Description
Public method DeepClone Returns a deep clone of this ReportObject instance. (Inherited from ReportObject.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetContainingDataScopes Infrastructure. (Inherited from ReportObject.)
Protected method GetDataScopesForDefaultImpl Infrastructure. (Inherited from ReportObject.)
Protected method GetDependenciesCore 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 Infrastructure. (Inherited from ReportObject.)
Protected method OnPropertyChanged Infrastructure. (Inherited from ReportObject.)
Protected method RdlSemanticEqualsCore Infrastructure. (Inherited from ReportObject.)
Protected method SavePropertyValue<T> Infrastructure. (Inherited from ReportObject.)
Public method ToString (Inherited from Object.)

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.