Share via


Style 클래스

Contains information about the style of an object in the report.

상속 계층

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

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)

구문

‘선언
<StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey := "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")> _
Public Class Style _
    Inherits StyleBase
‘사용 방법
Dim instance As Style
[StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey = "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")]
public class Style : StyleBase
[StrongNameIdentityPermissionAttribute(SecurityAction::InheritanceDemand, PublicKey = L"0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")]
public ref class Style : public StyleBase
[<StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey = "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")>]
type Style =  
    class 
        inherit StyleBase 
    end
public class Style extends StyleBase

Style 유형에서 다음 멤버를 표시합니다.

속성

  이름 설명
공용 속성 BackgroundColor Gets an expression that evaluates to the color of the background. (StyleBase.BackgroundColor을(를) 재정의함)
공용 속성 BackgroundGradientEndColor Gets an expression that evaluates to the end color for the background gradient. (StyleBase.BackgroundGradientEndColor을(를) 재정의함)
공용 속성 BackgroundGradientType Gets an expression that evaluates to the type of background gradient. (StyleBase.BackgroundGradientType을(를) 재정의함)
공용 속성 BackgroundHatchType Gets an expression that evaluates to the hatch type. (StyleBase.BackgroundHatchType을(를) 재정의함)
공용 속성 BackgroundImage Gets a background image for the object. (StyleBase.BackgroundImage을(를) 재정의함)
공용 속성 Border Gets the default border properties. (StyleBase.Border을(를) 재정의함)
공용 속성 BottomBorder Gets the properties of the bottom border. (StyleBase.BottomBorder을(를) 재정의함)
공용 속성 Calendar Gets an expression that evaluates to the calendar to use for formatting dates. (StyleBase.Calendar을(를) 재정의함)
공용 속성 Color Gets an expression that evaluates to the foreground color. (StyleBase.Color을(를) 재정의함)
공용 속성 CurrencyLanguage (StyleBase.CurrencyLanguage을(를) 재정의함)
공용 속성 Direction Gets an expression that evaluates to a value that indicates whether text is written left-to-right or right-to-left. (StyleBase.Direction을(를) 재정의함)
공용 속성 FontFamily Gets an expression that evaluates to the name of the font family. (StyleBase.FontFamily을(를) 재정의함)
공용 속성 FontSize Gets an expression that evaluates to the size of the font. (StyleBase.FontSize을(를) 재정의함)
공용 속성 FontStyle Gets an expression that evaluates to the font style. (StyleBase.FontStyle을(를) 재정의함)
공용 속성 FontWeight Gets an expression that evaluates to the thickness of the font. (StyleBase.FontWeight을(를) 재정의함)
공용 속성 Format Gets an expression that evaluates to a Microsoft .NET Framework formatting string. (StyleBase.Format을(를) 재정의함)
공용 속성 Item Gets a style attribute for the specified style. (StyleBase.Item[StyleAttributeNames]을(를) 재정의함)
공용 속성 Language Gets an expression that evaluates to the primary language of the text. (StyleBase.Language을(를) 재정의함)
공용 속성 LeftBorder Gets the properties of the left border. (StyleBase.LeftBorder을(를) 재정의함)
공용 속성 LineHeight Gets an expression that evaluates to the height of a line of text. (StyleBase.LineHeight을(를) 재정의함)
공용 속성 NonSharedStyleAttributes Gets a list of style attributes that are not shared between instance objects. (StyleBase.NonSharedStyleAttributes을(를) 재정의함)
공용 속성 NumeralLanguage Gets an expression that evaluates to the digit format to use as described by its primary language. Any language is legal. Default is the Language property. (StyleBase.NumeralLanguage을(를) 재정의함)
공용 속성 NumeralVariant Gets an expression that evaluates to the variant of the digit format to use. (StyleBase.NumeralVariant을(를) 재정의함)
공용 속성 PaddingBottom Gets an expression that evaluates to the padding between the bottom edge of the report item and its contents. (StyleBase.PaddingBottom을(를) 재정의함)
공용 속성 PaddingLeft Gets an expression that evaluates to the padding between the left edge of the report item and its contents. (StyleBase.PaddingLeft을(를) 재정의함)
공용 속성 PaddingRight Gets an expression that evaluates to the padding between the right edge of the report item and its contents. (StyleBase.PaddingRight을(를) 재정의함)
공용 속성 PaddingTop Gets an expression that evaluates to the padding between the top edge of the report item and its contents. (StyleBase.PaddingTop을(를) 재정의함)
공용 속성 RightBorder Gets the properties of the right border. (StyleBase.RightBorder을(를) 재정의함)
공용 속성 ShadowColor Gets an expression that evaluates to the color of the shadow for the item. (StyleBase.ShadowColor을(를) 재정의함)
공용 속성 ShadowOffset Gets an expression that evaluates to the size of the shadow for the item. (StyleBase.ShadowOffset을(를) 재정의함)
공용 속성 SharedStyleAttributes Gets a list of the styles that are shared between instance objects. (StyleBase.SharedStyleAttributes을(를) 재정의함)
공용 속성 TextAlign Gets an expression that evaluates to the horizontal alignment of the text. (StyleBase.TextAlign을(를) 재정의함)
공용 속성 TextDecoration Gets an expression that evaluates to the special text formatting. (StyleBase.TextDecoration을(를) 재정의함)
공용 속성 TextEffect Gets an expression that evaluates to the effect to apply to the text. (StyleBase.TextEffect을(를) 재정의함)
공용 속성 TopBorder Gets the properties of the top border. (StyleBase.TopBorder을(를) 재정의함)
공용 속성 UnicodeBiDi Gets an expression that evaluates to a value that indicates the level of embedding with respect to the bi-directional algorithm. (StyleBase.UnicodeBiDi을(를) 재정의함)
공용 속성 VerticalAlign Gets an expression that evaluates to the vertical alignment of the text. (StyleBase.VerticalAlign을(를) 재정의함)
공용 속성 WritingMode Gets an expression that evaluates to a value that indicates whether text is written horizontally or vertically. (StyleBase.WritingMode을(를) 재정의함)

맨 위로 이동

메서드

  이름 설명
공용 메서드 Equals (Object에서 상속됨)
보호된 메서드 Finalize (Object에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
보호된 메서드 IsAvailableStyle 인프라입니다. Gets a value that indicates whether the specified style is available.
보호된 메서드 MemberwiseClone (Object에서 상속됨)
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

필드

  이름 설명
보호된 필드 m_nonSharedStyles 인프라입니다. Specifies a list of style attributes that are not shared between instance objects. (StyleBase에서 상속됨)
보호된 필드 m_sharedStyles 인프라입니다. Specifies a list of the styles that are shared between instance objects. (StyleBase에서 상속됨)

맨 위로 이동

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.ReportingServices.OnDemandReportRendering 네임스페이스