EmptyColorStyle Class

 

Updated: February 25, 2016

Contains the style properties used for a null color.

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


public ref class EmptyColorStyle : Style

NameDescription
System_CAPS_pubmethodEmptyColorStyle()

Initializes a new instance of the EmptyColorStyle class.

NameDescription
System_CAPS_pubpropertyBackgroundColor

Gets or sets the color of the background.(Inherited from Style.)

System_CAPS_pubpropertyBackgroundGradientEndColor

Gets or sets the end color for the background gradient.(Inherited from Style.)

System_CAPS_pubpropertyBackgroundGradientType

Gets or sets the type of background gradient.(Inherited from Style.)

System_CAPS_pubpropertyBackgroundHatchType

Gets or sets the hatch type. (Inherited from Style.)

System_CAPS_pubpropertyBackgroundImage

Gets or sets the a background image for the object.(Inherited from Style.)

System_CAPS_pubpropertyBorder

The empty border styles.

System_CAPS_pubpropertyBottomBorder

Gets or sets the properties of the bottom border.(Inherited from Style.)

System_CAPS_pubpropertyCalendar

Gets or sets a value that indicates whether the calendar to use for formatting dates. (Inherited from Style.)

System_CAPS_pubpropertyColor

The color to use for the empty color.

System_CAPS_pubpropertyComponentMetadata

Gets or sets the component metadata.(Inherited from ReportObject.)

System_CAPS_pubpropertyDirection

Gets or sets a value that indicates whether text is written left-to-right or right-to-left.(Inherited from Style.)

System_CAPS_pubpropertyFontFamily

Gets or sets the name of the font family.(Inherited from Style.)

System_CAPS_pubpropertyFontSize

Gets or sets the point size of the font.(Inherited from Style.)

System_CAPS_pubpropertyFontStyle

Gets or sets the font style.(Inherited from Style.)

System_CAPS_pubpropertyFontWeight

Gets or sets the thickness of the font.(Inherited from Style.)

System_CAPS_pubpropertyFormat

Gets or sets the .NET Framework formatting string. See http://msdn2.microsoft.com/library/fbxft59x.aspx. (Inherited from Style.)

System_CAPS_pubpropertyFormatSymbolCulture

Gets or sets the culture of the format symbols.(Inherited from Style.)

System_CAPS_pubpropertyLanguage

Gets or sets the primary language of the text. Default is Report language.(Inherited from Style.)

System_CAPS_pubpropertyLeftBorder

Gets or sets the properties of the left border.(Inherited from Style.)

System_CAPS_pubpropertyLineHeight

Gets or sets the height of a line of text.(Inherited from Style.)

System_CAPS_pubpropertyNumeralLanguage

Gets or sets the digit format to use as described by its primary language. Any language is valid. Default is the Language property.(Inherited from Style.)

System_CAPS_pubpropertyNumeralVariant

Gets or sets the variant of the digit format to use. (Inherited from Style.)

System_CAPS_pubpropertyPaddingBottom

Gets or sets the padding between the bottom edge of the report item and its contents.(Inherited from Style.)

System_CAPS_pubpropertyPaddingLeft

Gets or sets the padding between the left edge of the report item and its contents.(Inherited from Style.)

System_CAPS_pubpropertyPaddingRight

Gets or sets the padding between the right edge of the report item and its contents.(Inherited from Style.)

System_CAPS_pubpropertyPaddingTop

Gets or sets the padding between the top edge of the report item and its contents.(Inherited from Style.)

System_CAPS_pubpropertyParent

The parent of this report object.(Inherited from ReportObjectBase.)

System_CAPS_pubpropertyRightBorder

Gets or sets the properties of the right border.(Inherited from Style.)

System_CAPS_pubpropertyShadowColor

Gets or sets the color of the shadow for the item.(Inherited from Style.)

System_CAPS_pubpropertyShadowOffset

Gets or sets the size of the shadow for the item.(Inherited from Style.)

System_CAPS_pubpropertySite

This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the site associated with the ReportObject object.(Inherited from ReportObject.)

System_CAPS_pubpropertyTextAlign

Gets or sets the horizontal alignment of the text.(Inherited from Style.)

System_CAPS_pubpropertyTextDecoration

Gets or sets the special text formatting.(Inherited from Style.)

System_CAPS_pubpropertyTextEffect

Gets or sets the effect to apply to the text.(Inherited from Style.)

System_CAPS_pubpropertyTopBorder

Gets or sets the properties of the top border.(Inherited from Style.)

System_CAPS_pubpropertyUnicodeBiDi

Gets or sets a value that indicates the level of embedding with respect to the bi-directional algorithm.(Inherited from Style.)

System_CAPS_pubpropertyVerticalAlign

Gets or sets the vertical alignment of the text.(Inherited from Style.)

System_CAPS_pubpropertyWritingMode

Gets or sets a value that indicates whether text is written horizontally or vertically.(Inherited from Style.)

NameDescription
System_CAPS_pubmethodDeepClone()

Returns a deep clone of this ReportObject instance.(Inherited from ReportObject.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetContainingDataScopes()

This API supports the product infrastructure and is not intended to be used directly from your code. Returns the list of report object that contains data scopes.(Inherited from ReportObject.)

System_CAPS_protmethodGetDataScopesForDefaultImpl(IContainedObject^)

This API supports the product infrastructure and is not intended to be used directly from your code. Returns the data scopes for default implementation.(Inherited from ReportObject.)

System_CAPS_protmethodGetDependenciesCore(IList<ReportObject^>^)

This API supports the product infrastructure and is not intended to be used directly from your code. Returns the dependencies core for the ReportObject object.(Inherited from ReportObject.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodInitialize()

Initializes the current EmptyColorStyle instance.(Overrides Style::Initialize().)

System_CAPS_protmethodInitializeForDesigner()

This API supports the product infrastructure and is not intended to be used directly from your code. Initializes an instance of the Style class for the designer.(Inherited from Style.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodOnChildPropertyChanged(Int32, Object^, Object^)

This API supports the product infrastructure and is not intended to be used directly from your code. Raises an event when the property of the child was changed.(Inherited from ReportObject.)

System_CAPS_protmethodOnPropertyChanged(Int32, Object^, Object^)

This API supports the product infrastructure and is not intended to be used directly from your code. Raises an event when the property was changed.(Inherited from ReportObject.)

System_CAPS_protmethodRdlSemanticEqualsCore(ReportObject^, ICollection<ReportObject^>^)

This API supports the product infrastructure and is not intended to be used directly from your code. Returns whether the report definition language semantic is the same with the core object.(Inherited from ReportObject.)

System_CAPS_protmethodSavePropertyValue<T>(String^, T, ReportObject::SwapValue<T>^)

This API supports the product infrastructure and is not intended to be used directly from your code. Saves the property value of the report object.(Inherited from ReportObject.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_priveventIComponent::Disposed

Occurs when the ReportObject object is disposed.(Inherited from ReportObject.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIDisposable::Dispose()

This API supports the product infrastructure and is not intended to be used directly from your code. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.(Inherited from ReportObject.)

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

Return to top
Show: