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 | |
---|---|---|
EmptyColorStyle | Initializes a new instance of the EmptyColorStyle class. |
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. | |
ComponentMetadata | The component metadata. (Inherited from ReportObject.) | |
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.) | |
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
Methods
Name | Description | |
---|---|---|
DeepClone | Returns a deep clone of this ReportObject instance. (Inherited from ReportObject.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetContainingDataScopes | Infrastructure. (Inherited from ReportObject.) | |
GetDataScopesForDefaultImpl | Infrastructure. (Inherited from ReportObject.) | |
GetDependenciesCore | 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 | Infrastructure. (Inherited from ReportObject.) | |
OnPropertyChanged | Infrastructure. (Inherited from ReportObject.) | |
RdlSemanticEqualsCore | Infrastructure. (Inherited from ReportObject.) | |
SavePropertyValue<T> | Infrastructure. (Inherited from ReportObject.) | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IDisposable.Dispose | (Inherited from ReportObject.) | |
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.