This topic has not yet been rated - Rate this topic

StyleBase Class

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)
[StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey = "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")]
public abstract class StyleBase

The StyleBase type exposes the following members.

  NameDescription
Protected methodStyleBaseInitializes a new instance of the StyleBase class.
Top
  NameDescription
Public propertyCountGets the number of style properties in the collection.
Protected propertyIsCustomControlInfrastructure. Gets or sets a value that indicates whether control is a custom control.
Public propertyItem[Int32]Returns a style at the specified index.
Public propertyItem[String]Returns a style matching the specified name.
Public propertyKeysGets a NameObjectCollectionBase.KeysCollection instance that contains all the keys in the NameObjectCollectionBase instance.
Public propertyNonSharedPropertiesGets or sets the style properties that are different for each for each report item (due to expressions).
Public propertySharedPropertiesGets or sets the properties shared by all report items derived from the same report item in the definition.
Top
  NameDescription
Public methodContainStylePropertyIndicates whether this collection contains a named style property.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumeratorGets an IEnumerator interface that allows you to iterate through the collection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSetStyleSets a specified style property within a style collection to the given value.
Public methodToString (Inherited from Object.)
Top
  NameDescription
Protected fieldStatic memberBackgroundColorSpecifies the color of the background. If omitted, the background is transparent.
Protected fieldStatic memberBackgroundGradientEndColorSpecifies the end color for the background gradient.
Protected fieldStatic memberBackgroundGradientTypeSpecifies the type of background gradient.
Protected fieldStatic memberBackgroundImageSpecifies the background image. If omitted, there is no background image.
Protected fieldStatic memberBackgroundImageMIMETypeSpecifies the MIME type of the background image.
Protected fieldStatic memberBackgroundImageSourceSpecifies the source of the background image.
Protected fieldStatic memberBackgroundImageValueSpecifies the value of the background image.
Protected fieldStatic memberBackgroundRepeatSpecifies how the background image should repeat to fill the available space
Protected fieldStatic memberBorderColorSpecifies the color of the border if not set for any particular border.
Protected fieldStatic memberBorderColorBottomSpecifies the color of the bottom border.
Protected fieldStatic memberBorderColorLeftSpecifies the color of the left border.
Protected fieldStatic memberBorderColorRightSpecifies the color of the right border.
Protected fieldStatic memberBorderColorTopSpecifies the color of the top border.
Protected fieldStatic memberBorderStyleSpecifies the style of the border if not set for any particular border.
Protected fieldStatic memberBorderStyleBottomSpecifies the style of the bottom border.
Protected fieldStatic memberBorderStyleLeftSpecifies the style of the left border.
Protected fieldStatic memberBorderStyleRightSpecifies the style of the right border.
Protected fieldStatic memberBorderStyleTopSpecifies the style of the top border.
Protected fieldStatic memberBorderWidthSpecifies the width of the border, if not set for any particular border.
Protected fieldStatic memberBorderWidthBottomSpecifies the width of the bottom border.
Protected fieldStatic memberBorderWidthLeftSpecifies the width of the left border.
Protected fieldStatic memberBorderWidthRightSpecifies the width of the right border.
Protected fieldStatic memberBorderWidthTopSpecifies the width of the top border.
Protected fieldStatic memberCalendarSpecifies the calendar to use for formatting dates.
Protected fieldStatic memberColorSpecifies the foreground color.
Protected fieldStatic memberCurrencyLanguage
Protected fieldStatic memberDirectionSpecifies 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).
Protected fieldStatic memberFontFamilySpecifies the name of the font family.
Protected fieldStatic memberFontSizeSpecifies the font size.
Protected fieldStatic memberFontStyleSpecifies the font style.
Protected fieldStatic memberFontWeightSpecifies the font weight.
Protected fieldStatic memberFormatSpecifies the .NET Framework formatting string.
Protected fieldStatic memberLanguageSpecifies the primary language of the text.
Protected fieldStatic memberLineHeightSpecifies the height of a line of text.
Protected fieldm_isCustomControlGeneratedInfrastructure. Specifies whether control is a custom control.
Protected fieldm_nonSharedPropertiesInfrastructure. Specifies the style properties that are different for each for each report item (due to expressions).
Protected fieldm_sharedPropertiesInfrastructure. Specifies the properties shared by all report items derived from the same report item in the definition.
Protected fieldStatic memberNumeralLanguageSpecifies the digit format to use as described by its primary language.
Protected fieldStatic memberNumeralVariantSpecifies the variant of the digit format to use.
Protected fieldStatic memberPaddingBottomSpecifies the padding below an object.
Protected fieldStatic memberPaddingLeftSpecifies the padding to the left of an object.
Protected fieldStatic memberPaddingRightSpecifies the padding to the right of an object.
Protected fieldStatic memberPaddingTopSpecifies the padding above an object.
Protected fieldStatic memberStyleAttributeCountSpecifies the number of style attributes.
Protected fieldStatic memberTextAlignSpecifies the horizontal alignment of text.
Protected fieldStatic memberTextDecorationSpecifies the text formatting.
Protected fieldStatic memberUnicodeBiDiSpecifies the level of embedding with respect to the bidirectional algorithm.
Protected fieldStatic memberVerticalAlignSpecifies the vertical alignment of the text.
Protected fieldStatic memberWritingModeSpecifies the writing mode for the text.
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.