Partager via


Classe StyleBase

Represents the base class for the Style class.

Hiérarchie d'héritage

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.StyleBase
    Microsoft.ReportingServices.OnDemandReportRendering.Style

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

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

Le type StyleBase expose les membres suivants.

Propriétés

  Nom Description
Propriété publique BackgroundColor Gets an expression that evaluates to the color of the background.
Propriété publique BackgroundGradientEndColor Gets an expression that evaluates to the end color for the background gradient.
Propriété publique BackgroundGradientType Gets an expression that evaluates to the type of background gradient.
Propriété publique BackgroundHatchType Gets an expression that evaluates to the hatch type.
Propriété publique BackgroundImage Gets a background image for the object.
Propriété publique Border Gets the default border properties.
Propriété publique BottomBorder Gets the properties of the bottom border.
Propriété publique Calendar Gets an expression that evaluates to the calendar to use for formatting dates.
Propriété publique Color Gets an expression that evaluates to the foreground color.
Propriété publique CurrencyLanguage
Propriété publique Direction Gets an expression that evaluates to a value that indicates whether text is written left-to-right or right-to-left.
Propriété publique FontFamily Gets an expression that evaluates to the name of the font family.
Propriété publique FontSize Gets an expression that evaluates to the size of the font.
Propriété publique FontStyle Gets an expression that evaluates to the font style.
Propriété publique FontWeight Gets an expression that evaluates to the thickness of the font.
Propriété publique Format Gets an expression that evaluates to a Microsoft .NET Framework formatting string. For more information, see https://msdn2.microsoft.com/en-us/library/fbxft59x.aspx.
Propriété publique Item Gets a style attribute.
Propriété publique Language Gets an expression that evaluates to the primary language of the text.
Propriété publique LeftBorder Gets an expression that evaluates to the properties of the left border.
Propriété publique LineHeight Gets an expression that evaluates to the height of a line of text.
Propriété publique NonSharedStyleAttributes Gets a list of style attributes that are not shared between instance objects.
Propriété publique NumeralLanguage Gets an expression that evaluates to the digit format to use as described by its primary language.
Propriété publique NumeralVariant Gets an expression that evaluates to the variant of the digit format to use.
Propriété publique PaddingBottom Gets an expression that evaluates to the padding between the bottom edge of the report item and its contents.
Propriété publique PaddingLeft Gets an expression that evaluates to the padding between the left edge of the report item and its contents.
Propriété publique PaddingRight Gets an expression that evaluates to the padding between the right edge of the report item and its contents.
Propriété publique PaddingTop Gets an expression that evaluates to the padding between the top edge of the report item and its contents.
Propriété publique RightBorder Gets the properties of the right border.
Propriété publique ShadowColor Gets an expression that evaluates to the color of the shadow for the item.
Propriété publique ShadowOffset Gets an expression that evaluates to the size of the shadow for the item.
Propriété publique SharedStyleAttributes Gets a list of the styles that are shared between instance objects.
Propriété publique TextAlign Gets an expression that evaluates to the horizontal alignment of the text.
Propriété publique TextDecoration Gets an expression that evaluates to the special text formatting.
Propriété publique TextEffect Gets an expression that evaluates to the effect to apply to the text.
Propriété publique TopBorder Gets the properties of the top border.
Propriété publique UnicodeBiDi Gets an expression that evaluates to the level of embedding with respect to the bi-directional algorithm.
Propriété publique VerticalAlign Gets an expression that evaluates to the vertical alignment of the text.
Propriété publique WritingMode Gets an expression that evaluates to a value that indicates whether text is written horizontally or vertically.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Champs

  Nom Description
Champ protégéMembre statique cBackgroundColor Infrastructure. A string constant that specifies the name of the style attribute for background color.
Champ protégéMembre statique cBackgroundGradientEndColor Infrastructure. A string constant that specifies the name of the style attribute for background gradient end color.
Champ protégéMembre statique cBackgroundGradientType Infrastructure. A string constant that specifies the name of the style attribute for background gradient type.
Champ protégéMembre statique cBackgroundHatchType Infrastructure. A string constant that specifies the name of the style attribute for background hatch type.
Champ protégéMembre statique cBackgroundImage Infrastructure. A string constant that specifies the name of the style attribute for background image.
Champ protégéMembre statique cBackgroundImageMIMEType Infrastructure. A string constant that specifies the name of the style attribute for background image MIME type.
Champ protégéMembre statique cBackgroundImageSource Infrastructure. A string constant that specifies the name of the style attribute for background image source.
Champ protégéMembre statique cBackgroundImageValue Infrastructure. A string constant that specifies the name of the style attribute for background image value.
Champ protégéMembre statique cBackgroundRepeat Infrastructure. A string constant that specifies the name of the style attribute for background repeat.
Champ protégéMembre statique cBorderColor Infrastructure. A string constant that specifies the name of the style attribute for border color.
Champ protégéMembre statique cBorderColorBottom Infrastructure. A string constant that specifies the name of the style attribute for bottom border color.
Champ protégéMembre statique cBorderColorLeft Infrastructure. A string constant that specifies the name of the style attribute for left border color.
Champ protégéMembre statique cBorderColorRight Infrastructure. A string constant that specifies the name of the style attribute for right border color.
Champ protégéMembre statique cBorderColorTop Infrastructure. A string constant that specifies the name of the style attribute for top border color.
Champ protégéMembre statique cBorderStyle Infrastructure. A string constant that specifies the name of the style attribute for border style.
Champ protégéMembre statique cBorderStyleBottom Infrastructure. A string constant that specifies the name of the style attribute for bottom border style.
Champ protégéMembre statique cBorderStyleLeft Infrastructure. A string constant that specifies the name of the style attribute for left border style.
Champ protégéMembre statique cBorderStyleRight Infrastructure. A string constant that specifies the name of the style attribute for right border style.
Champ protégéMembre statique cBorderStyleTop Infrastructure. A string constant that specifies the name of the style attribute for top border style.
Champ protégéMembre statique cBorderWidth Infrastructure. A string constant that specifies the name of the style attribute for border width.
Champ protégéMembre statique cBorderWidthBottom Infrastructure. A string constant that specifies the name of the style attribute for bottom border width.
Champ protégéMembre statique cBorderWidthLeft Infrastructure. A string constant that specifies the name of the style attribute for left border width.
Champ protégéMembre statique cBorderWidthRight Infrastructure. A string constant that specifies the name of the style attribute for right border width.
Champ protégéMembre statique cBorderWidthTop Infrastructure. A string constant that specifies the name of the style attribute for top border width.
Champ protégéMembre statique cCalendar Infrastructure. A string constant that specifies the name of the style attribute for calendar.
Champ protégéMembre statique cColor Infrastructure. A string constant that specifies the name of the style attribute for color.
Champ protégéMembre statique cCurrencyLanguage
Champ protégéMembre statique cDirection Infrastructure. A string constant that specifies the name of the style attribute for direction.
Champ protégéMembre statique cFontFamily Infrastructure. A string constant that specifies the name of the style attribute for font family.
Champ protégéMembre statique cFontSize Infrastructure. A string constant that specifies the name of the style attribute for font size.
Champ protégéMembre statique cFontStyle Infrastructure. A string constant that specifies the name of the style attribute for font style.
Champ protégéMembre statique cFontWeight Infrastructure. A string constant that specifies the name of the style attribute for font weight.
Champ protégéMembre statique cFormat Infrastructure. A string constant that specifies the name of the style attribute for format.
Champ protégéMembre statique cLanguage Infrastructure. A string constant that specifies the name of the style attribute for language.
Champ protégéMembre statique cLineHeight Infrastructure. A string constant that specifies the name of the style attribute for line height.
Champ protégéMembre statique cNumeralLanguage Infrastructure. A string constant that specifies the name of the style attribute for numeral language.
Champ protégéMembre statique cNumeralVariant Infrastructure. A string constant that specifies the name of the style attribute for numeral variant.
Champ protégéMembre statique cPaddingBottom Infrastructure. A string constant that specifies the name of the style attribute for bottom padding.
Champ protégéMembre statique cPaddingLeft Infrastructure. A string constant that specifies the name of the style attribute for left padding.
Champ protégéMembre statique cPaddingRight Infrastructure. A string constant that specifies the name of the style attribute for right padding.
Champ protégéMembre statique cPaddingTop Infrastructure. A string constant that specifies the name of the style attribute for top padding.
Champ protégéMembre statique cPosition Infrastructure. A string constant that specifies the name of the style attribute for position.
Champ protégéMembre statique cShadowColor Infrastructure. A string constant that specifies the name of the style attribute for shadow color.
Champ protégéMembre statique cShadowOffset Infrastructure. A string constant that specifies the name of the style attribute for shadow offset.
Champ protégéMembre statique cTextAlign Infrastructure. A string constant that specifies the name of the style attribute for text alignment.
Champ protégéMembre statique cTextDecoration Infrastructure. A string constant that specifies the name of the style attribute for text decoration.
Champ protégéMembre statique cTextEffect Infrastructure. A string constant that specifies the name of the style attribute for text effect.
Champ protégéMembre statique cTransparentColor Infrastructure. A string constant that specifies the name of the style attribute for transparent color.
Champ protégéMembre statique cUnicodeBiDi Infrastructure. A string constant that specifies the name of the style attribute for Unicode bi-directional algorithm.
Champ protégéMembre statique cVerticalAlign Infrastructure. A string constant that specifies the name of the style attribute for text vertical alignment.
Champ protégéMembre statique cWritingMode Infrastructure. A string constant that specifies the name of the style attribute for text writing mode.
Champ protégé m_nonSharedStyles Infrastructure. Specifies a list of style attributes that are not shared between instance objects.
Champ protégé m_sharedStyles Infrastructure. Specifies a list of the styles that are shared between instance objects.
Champ publicMembre statique StyleAttributeCount Specifies the number of style attributes in the StyleBase type.

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering