Condividi tramite


Classe StyleBase

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

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

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

Nel tipo StyleBase sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo protetto StyleBase Initializes a new instance of the StyleBase class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Count Gets the number of style properties in the collection.
Proprietà protetta IsCustomControl Infrastruttura. Gets or sets a value that indicates whether control is a custom control.
Proprietà pubblica Item[Int32] Returns a style at the specified index.
Proprietà pubblica Item[String] Returns a style matching the specified name.
Proprietà pubblica Keys Gets a NameObjectCollectionBase.KeysCollection instance that contains all the keys in the NameObjectCollectionBase instance.
Proprietà pubblica NonSharedProperties Gets or sets the style properties that are different for each for each report item (due to expressions).
Proprietà pubblica SharedProperties Gets or sets the properties shared by all report items derived from the same report item in the definition.

In alto

Metodi

  Nome Descrizione
Metodo pubblico ContainStyleProperty Indicates whether this collection contains a named style property.
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetEnumerator Gets an IEnumerator interface that allows you to iterate through the collection.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico SetStyle Sets a specified style property within a style collection to the given value.
Metodo pubblico ToString Ereditato da Object.

In alto

Campi

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

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.ReportingServices.ReportRendering