Класс StyleBase

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

Иерархия наследования

System. . :: . .Object
  Microsoft.ReportingServices.ReportRendering..::..StyleBase
    Microsoft.ReportingServices.ReportRendering. . :: . .ActionStyle
    Microsoft.ReportingServices.ReportRendering. . :: . .Style

Пространство имен:  Microsoft.ReportingServices.ReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
<StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey := "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")> _
Public MustInherit Class StyleBase
'Применение
Dim instance As StyleBase
[StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey = "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")]
public abstract class StyleBase
[StrongNameIdentityPermissionAttribute(SecurityAction::InheritanceDemand, PublicKey = L"0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")]
public ref class StyleBase abstract
[<AbstractClassAttribute>]
[<StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey = "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")>]
type StyleBase =  class end
public abstract class StyleBase

Тип StyleBase обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Защищенный метод StyleBase Initializes a new instance of the StyleBase class.

В начало

Свойства

  Имя Описание
Открытое свойство Count Gets the number of style properties in the collection.
Защищенное свойство IsCustomControl Инфраструктура.
Открытое свойство Item[ ( [ ( Int32] ) ] ) Returns a style at the specified index.
Открытое свойство Item[ ( [ ( String] ) ] ) Returns a style matching the specified name.
Открытое свойство Keys Gets a NameObjectCollectionBase.KeysCollection instance that contains all the keys in the NameObjectCollectionBase instance.
Открытое свойство NonSharedProperties Returns style properties that are different for each for each report item (due to expressions).
Открытое свойство SharedProperties Gets or sets properties shared by all report items derived from the same report item in the definition.

В начало

Методы

  Имя Описание
Открытый метод ContainStyleProperty Indicates whether this collection contains a named style property.
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetEnumerator Gets an IEnumerator interface that allows you to iterate through the collection.
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод SetStyle Sets a specified style property within a style collection to the given value.
Открытый метод ToString (Производный от Object.)

В начало

Поля

  Имя Описание
Защищенное полеСтатический элемент BackgroundColor Gets the color of the background. If omitted, the background is transparent.
Защищенное полеСтатический элемент BackgroundGradientEndColor Gets the end color for the background gradient.
Защищенное полеСтатический элемент BackgroundGradientType Returns the type of background gradient.
Защищенное полеСтатический элемент BackgroundImage Gets the background image. If omitted, there is no background image.
Защищенное полеСтатический элемент BackgroundImageMIMEType Returns the MIME type of the background image.
Защищенное полеСтатический элемент BackgroundImageSource Returns the source of the background image.
Защищенное полеСтатический элемент BackgroundImageValue Returns the value of the background image.
Защищенное полеСтатический элемент BackgroundRepeat Indicates how the background image should repeat to fill the available space
Защищенное полеСтатический элемент BorderColor Returns the color of the border if not set for any particular border.
Защищенное полеСтатический элемент BorderColorBottom Returns the color of the bottom border.
Защищенное полеСтатический элемент BorderColorLeft Returns the color of the left border.
Защищенное полеСтатический элемент BorderColorRight Returns the color of the right border.
Защищенное полеСтатический элемент BorderColorTop Returns the color of the top border.
Защищенное полеСтатический элемент BorderStyle Returns the style of the border if not set for any particular border.
Защищенное полеСтатический элемент BorderStyleBottom Returns the style of the bottom border.
Защищенное полеСтатический элемент BorderStyleLeft Returns the style of the left border.
Защищенное полеСтатический элемент BorderStyleRight Returns the style of the right border.
Защищенное полеСтатический элемент BorderStyleTop Returns the style of the top border.
Защищенное полеСтатический элемент BorderWidth Returns the width of the border, if not set for any particular border.
Защищенное полеСтатический элемент BorderWidthBottom Returns the width of the bottom border.
Защищенное полеСтатический элемент BorderWidthLeft Returns the width of the left border.
Защищенное полеСтатический элемент BorderWidthRight Returns the width of the right border.
Защищенное полеСтатический элемент BorderWidthTop Returns the width of the top border.
Защищенное полеСтатический элемент Calendar Indicates the calendar to use for formatting dates.
Защищенное полеСтатический элемент Color Returns the foreground color.
Защищенное полеСтатический элемент Direction Indicates 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).
Защищенное полеСтатический элемент FontFamily Returns the name of the font family.
Защищенное полеСтатический элемент FontSize Returns the font size.
Защищенное полеСтатический элемент FontStyle Returns the font style.
Защищенное полеСтатический элемент FontWeight Returns the font weight.
Защищенное полеСтатический элемент Format Returns the .NET Framework formatting string.
Защищенное полеСтатический элемент Language Returns the primary language of the text.
Защищенное полеСтатический элемент LineHeight Returns the height of a line of text.
Защищенное поле m_isCustomControlGenerated Инфраструктура.
Защищенное поле m_nonSharedProperties Инфраструктура.
Защищенное поле m_sharedProperties Инфраструктура.
Защищенное полеСтатический элемент NumeralLanguage Returns the digit format to use as described by its primary language.
Защищенное полеСтатический элемент NumeralVariant Returns the variant of the digit format to use.
Защищенное полеСтатический элемент PaddingBottom Returns the padding below an object.
Защищенное полеСтатический элемент PaddingLeft Returns the padding to the left of an object.
Защищенное полеСтатический элемент PaddingRight Returns the padding to the right of an object.
Защищенное полеСтатический элемент PaddingTop Returns the padding above an object.
Защищенное полеСтатический элемент StyleAttributeCount Returns the number of style attributes.
Защищенное полеСтатический элемент TextAlign Returns the horizontal alignment of text.
Защищенное полеСтатический элемент TextDecoration Returns the text formatting.
Защищенное полеСтатический элемент UnicodeBiDi Indicates the level of embedding with respect to the bidirectional algorithm.
Защищенное полеСтатический элемент VerticalAlign Returns the vertical alignment of the text.
Защищенное полеСтатический элемент WritingMode Returns the writing mode for the text.

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.