Freigeben über


StyleBase-Klasse

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

Vererbungshierarchie

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

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

Syntax

'Declaration
<StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey := "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")> _
Public MustInherit Class StyleBase
'Usage
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

Der StyleBase-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Geschützte Methode StyleBase Initializes a new instance of the StyleBase class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Count Gets the number of style properties in the collection.
Geschützte Eigenschaft IsCustomControl Infrastruktur Gets or sets a value that indicates whether control is a custom control.
Öffentliche Eigenschaft Item[Int32] Returns a style at the specified index.
Öffentliche Eigenschaft Item[String] Returns a style matching the specified name.
Öffentliche Eigenschaft Keys Gets a NameObjectCollectionBase.KeysCollection instance that contains all the keys in the NameObjectCollectionBase instance.
Öffentliche Eigenschaft NonSharedProperties Gets or sets the style properties that are different for each for each report item (due to expressions).
Öffentliche Eigenschaft SharedProperties Gets or sets the properties shared by all report items derived from the same report item in the definition.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode ContainStyleProperty Indicates whether this collection contains a named style property.
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetEnumerator Gets an IEnumerator interface that allows you to iterate through the collection.
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode SetStyle Sets a specified style property within a style collection to the given value.
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Felder

  Name Beschreibung
Geschütztes FeldStatisches Element BackgroundColor Specifies the color of the background. If omitted, the background is transparent.
Geschütztes FeldStatisches Element BackgroundGradientEndColor Specifies the end color for the background gradient.
Geschütztes FeldStatisches Element BackgroundGradientType Specifies the type of background gradient.
Geschütztes FeldStatisches Element BackgroundImage Specifies the background image. If omitted, there is no background image.
Geschütztes FeldStatisches Element BackgroundImageMIMEType Specifies the MIME type of the background image.
Geschütztes FeldStatisches Element BackgroundImageSource Specifies the source of the background image.
Geschütztes FeldStatisches Element BackgroundImageValue Specifies the value of the background image.
Geschütztes FeldStatisches Element BackgroundRepeat Specifies how the background image should repeat to fill the available space
Geschütztes FeldStatisches Element BorderColor Specifies the color of the border if not set for any particular border.
Geschütztes FeldStatisches Element BorderColorBottom Specifies the color of the bottom border.
Geschütztes FeldStatisches Element BorderColorLeft Specifies the color of the left border.
Geschütztes FeldStatisches Element BorderColorRight Specifies the color of the right border.
Geschütztes FeldStatisches Element BorderColorTop Specifies the color of the top border.
Geschütztes FeldStatisches Element BorderStyle Specifies the style of the border if not set for any particular border.
Geschütztes FeldStatisches Element BorderStyleBottom Specifies the style of the bottom border.
Geschütztes FeldStatisches Element BorderStyleLeft Specifies the style of the left border.
Geschütztes FeldStatisches Element BorderStyleRight Specifies the style of the right border.
Geschütztes FeldStatisches Element BorderStyleTop Specifies the style of the top border.
Geschütztes FeldStatisches Element BorderWidth Specifies the width of the border, if not set for any particular border.
Geschütztes FeldStatisches Element BorderWidthBottom Specifies the width of the bottom border.
Geschütztes FeldStatisches Element BorderWidthLeft Specifies the width of the left border.
Geschütztes FeldStatisches Element BorderWidthRight Specifies the width of the right border.
Geschütztes FeldStatisches Element BorderWidthTop Specifies the width of the top border.
Geschütztes FeldStatisches Element Calendar Specifies the calendar to use for formatting dates.
Geschütztes FeldStatisches Element Color Specifies the foreground color.
Geschütztes FeldStatisches Element CurrencyLanguage
Geschütztes FeldStatisches Element Direction 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).
Geschütztes FeldStatisches Element FontFamily Specifies the name of the font family.
Geschütztes FeldStatisches Element FontSize Specifies the font size.
Geschütztes FeldStatisches Element FontStyle Specifies the font style.
Geschütztes FeldStatisches Element FontWeight Specifies the font weight.
Geschütztes FeldStatisches Element Format Specifies the .NET Framework formatting string.
Geschütztes FeldStatisches Element Language Specifies the primary language of the text.
Geschütztes FeldStatisches Element LineHeight Specifies the height of a line of text.
Geschütztes Feld m_isCustomControlGenerated Infrastruktur Specifies whether control is a custom control.
Geschütztes Feld m_nonSharedProperties Infrastruktur Specifies the style properties that are different for each for each report item (due to expressions).
Geschütztes Feld m_sharedProperties Infrastruktur Specifies the properties shared by all report items derived from the same report item in the definition.
Geschütztes FeldStatisches Element NumeralLanguage Specifies the digit format to use as described by its primary language.
Geschütztes FeldStatisches Element NumeralVariant Specifies the variant of the digit format to use.
Geschütztes FeldStatisches Element PaddingBottom Specifies the padding below an object.
Geschütztes FeldStatisches Element PaddingLeft Specifies the padding to the left of an object.
Geschütztes FeldStatisches Element PaddingRight Specifies the padding to the right of an object.
Geschütztes FeldStatisches Element PaddingTop Specifies the padding above an object.
Geschütztes FeldStatisches Element StyleAttributeCount Specifies the number of style attributes.
Geschütztes FeldStatisches Element TextAlign Specifies the horizontal alignment of text.
Geschütztes FeldStatisches Element TextDecoration Specifies the text formatting.
Geschütztes FeldStatisches Element UnicodeBiDi Specifies the level of embedding with respect to the bidirectional algorithm.
Geschütztes FeldStatisches Element VerticalAlign Specifies the vertical alignment of the text.
Geschütztes FeldStatisches Element WritingMode Specifies the writing mode for the text.

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.ReportingServices.ReportRendering-Namespace