Style 클래스

Represents a collection of named style properties for a report item. This collection can be accessed by name or index. This class cannot be inherited.

상속 계층

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

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

구문

‘선언
Public NotInheritable Class Style _
    Inherits StyleBase
‘사용 방법
Dim instance As Style
public sealed class Style : StyleBase
public ref class Style sealed : public StyleBase
[<SealedAttribute>]
type Style =  
    class 
        inherit StyleBase 
    end
public final class Style extends StyleBase

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

생성자

  이름 설명
공용 메서드 Style Initializes a new instance of the Style class.

맨 위로 이동

속성

  이름 설명
공용 속성 Count Number of style properties in the collection. (StyleBase.Count을(를) 재정의함)
공용 속성 Item[String] Gets the value of the specified style that matches the name given in the styleName parameter. In C#, this property is the indexer for the Style class. (StyleBase.Item[String]을(를) 재정의함)
공용 속성 Item[Int32] Returns a style at the specified index. (StyleBase에서 상속됨)
공용 속성 Keys Gets a NameObjectCollectionBase.KeysCollection instance that contains all the keys in the NameObjectCollectionBase instance. (StyleBase.Keys을(를) 재정의함)
공용 속성 NonSharedProperties Gets a StyleProperties collection that contains the properties that may be different for each instance of the report item due to expressions. (StyleBase.NonSharedProperties을(를) 재정의함)
공용 속성 SharedProperties Gets a StyleProperties collection that contains the properties shared by all report item instances that are derived from the same report item in the definition. (StyleBase.SharedProperties을(를) 재정의함)

맨 위로 이동

메서드

  이름 설명
공용 메서드 ContainStyleProperty Indicates whether this collection contains a named style property. (StyleBase에서 상속됨)
공용 메서드 Equals (Object에서 상속됨)
공용 메서드 GetEnumerator Gets an IEnumerator interface that allows you to iterate through the collection. (StyleBase에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
공용 메서드 SetStyle Sets a specified style property within a style collection to the given value. (StyleBase에서 상속됨)
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

스레드 보안

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

참고 항목

참조

Microsoft.ReportingServices.ReportRendering 네임스페이스