StyleBase Class

 

Updated: February 25, 2016

An abstract base class collection of named styles for the report, which can be accessed by name or index.

Namespace:   Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)


[DefaultMemberAttribute("Item")]
[StrongNameIdentityPermissionAttribute(SecurityAction::InheritanceDemand, 
	PublicKey = "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")]
public ref class StyleBase abstract 

NameDescription
System_CAPS_protmethodStyleBase()

Initializes a new instance of the StyleBase class.

NameDescription
System_CAPS_pubpropertyCount

Gets the number of style properties in the collection.

System_CAPS_protpropertyIsCustomControl

This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether control is a custom control.

System_CAPS_pubpropertyItem[Int32]

Returns a style at the specified index.

System_CAPS_pubpropertyItem[String^]

Returns a style matching the specified name.

System_CAPS_pubpropertyKeys

Gets a NameObjectCollectionBase.KeysCollection instance that contains all the keys in the NameObjectCollectionBase instance.

System_CAPS_pubpropertyNonSharedProperties

Gets or sets the style properties that are different for each for each report item (due to expressions).

System_CAPS_pubpropertySharedProperties

Gets or sets the properties shared by all report items derived from the same report item in the definition.

NameDescription
System_CAPS_pubmethodContainStyleProperty(String^)

Indicates whether this collection contains a named style property.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetEnumerator()

Gets an IEnumerator interface that allows you to iterate through the collection.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodSetStyle(Style::StyleName, Object^, Boolean)

Sets a specified style property within a style collection to the given value.

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_protfieldSystem_CAPS_staticBackgroundColor

Specifies the color of the background. If omitted, the background is transparent.

System_CAPS_protfieldSystem_CAPS_staticBackgroundGradientEndColor

Specifies the end color for the background gradient.

System_CAPS_protfieldSystem_CAPS_staticBackgroundGradientType

Specifies the type of background gradient.

System_CAPS_protfieldSystem_CAPS_staticBackgroundImage

Specifies the background image. If omitted, there is no background image.

System_CAPS_protfieldSystem_CAPS_staticBackgroundImageMIMEType

Specifies the MIME type of the background image.

System_CAPS_protfieldSystem_CAPS_staticBackgroundImageSource

Specifies the source of the background image.

System_CAPS_protfieldSystem_CAPS_staticBackgroundImageValue

Specifies the value of the background image.

System_CAPS_protfieldSystem_CAPS_staticBackgroundRepeat

Specifies how the background image should repeat to fill the available space

System_CAPS_protfieldSystem_CAPS_staticBorderColor

Specifies the color of the border if not set for any particular border.

System_CAPS_protfieldSystem_CAPS_staticBorderColorBottom

Specifies the color of the bottom border.

System_CAPS_protfieldSystem_CAPS_staticBorderColorLeft

Specifies the color of the left border.

System_CAPS_protfieldSystem_CAPS_staticBorderColorRight

Specifies the color of the right border.

System_CAPS_protfieldSystem_CAPS_staticBorderColorTop

Specifies the color of the top border.

System_CAPS_protfieldSystem_CAPS_staticBorderStyle

Specifies the style of the border if not set for any particular border.

System_CAPS_protfieldSystem_CAPS_staticBorderStyleBottom

Specifies the style of the bottom border.

System_CAPS_protfieldSystem_CAPS_staticBorderStyleLeft

Specifies the style of the left border.

System_CAPS_protfieldSystem_CAPS_staticBorderStyleRight

Specifies the style of the right border.

System_CAPS_protfieldSystem_CAPS_staticBorderStyleTop

Specifies the style of the top border.

System_CAPS_protfieldSystem_CAPS_staticBorderWidth

Specifies the width of the border, if not set for any particular border.

System_CAPS_protfieldSystem_CAPS_staticBorderWidthBottom

Specifies the width of the bottom border.

System_CAPS_protfieldSystem_CAPS_staticBorderWidthLeft

Specifies the width of the left border.

System_CAPS_protfieldSystem_CAPS_staticBorderWidthRight

Specifies the width of the right border.

System_CAPS_protfieldSystem_CAPS_staticBorderWidthTop

Specifies the width of the top border.

System_CAPS_protfieldSystem_CAPS_staticCalendar

Specifies the calendar to use for formatting dates.

System_CAPS_protfieldSystem_CAPS_staticColor

Specifies the foreground color.

System_CAPS_protfieldSystem_CAPS_staticCurrencyLanguage

Specifies the currency language.

System_CAPS_protfieldSystem_CAPS_staticDirection

Specifies whether text is written left-to-right or right-to-left and whether matrixes grow to the right (headers on the left) or left (headers on the right).

System_CAPS_protfieldSystem_CAPS_staticFontFamily

Specifies the name of the font family.

System_CAPS_protfieldSystem_CAPS_staticFontSize

Specifies the font size.

System_CAPS_protfieldSystem_CAPS_staticFontStyle

Specifies the font style.

System_CAPS_protfieldSystem_CAPS_staticFontWeight

Specifies the font weight.

System_CAPS_protfieldSystem_CAPS_staticFormat

Specifies the .NET Framework formatting string.

System_CAPS_protfieldSystem_CAPS_staticLanguage

Specifies the primary language of the text.

System_CAPS_protfieldSystem_CAPS_staticLineHeight

Specifies the height of a line of text.

System_CAPS_protfieldm_isCustomControlGenerated

This API supports the product infrastructure and is not intended to be used directly from your code. Specifies whether control is a custom control.

System_CAPS_protfieldm_nonSharedProperties

This API supports the product infrastructure and is not intended to be used directly from your code. Specifies the style properties that are different for each for each report item (due to expressions).

System_CAPS_protfieldm_sharedProperties

This API supports the product infrastructure and is not intended to be used directly from your code. Specifies the properties shared by all report items derived from the same report item in the definition.

System_CAPS_protfieldSystem_CAPS_staticNumeralLanguage

Specifies the digit format to use as described by its primary language.

System_CAPS_protfieldSystem_CAPS_staticNumeralVariant

Specifies the variant of the digit format to use.

System_CAPS_protfieldSystem_CAPS_staticPaddingBottom

Specifies the padding below an object.

System_CAPS_protfieldSystem_CAPS_staticPaddingLeft

Specifies the padding to the left of an object.

System_CAPS_protfieldSystem_CAPS_staticPaddingRight

Specifies the padding to the right of an object.

System_CAPS_protfieldSystem_CAPS_staticPaddingTop

Specifies the padding above an object.

System_CAPS_protfieldSystem_CAPS_staticStyleAttributeCount

Specifies the number of style attributes.

System_CAPS_protfieldSystem_CAPS_staticTextAlign

Specifies the horizontal alignment of text.

System_CAPS_protfieldSystem_CAPS_staticTextDecoration

Specifies the text formatting.

System_CAPS_protfieldSystem_CAPS_staticUnicodeBiDi

Specifies the level of embedding with respect to the bidirectional algorithm.

System_CAPS_protfieldSystem_CAPS_staticVerticalAlign

Specifies the vertical alignment of the text.

System_CAPS_protfieldSystem_CAPS_staticWritingMode

Specifies the writing mode for the text.

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: