다음을 통해 공유


StyleProperties.ContainStyleProperty 메서드

Indicates whether this collection contains a named style property.

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

구문

‘선언
Public Function ContainStyleProperty ( _
    styleName As String _
) As Boolean
‘사용 방법
Dim instance As StyleProperties 
Dim styleName As String 
Dim returnValue As Boolean 

returnValue = instance.ContainStyleProperty(styleName)
public bool ContainStyleProperty(
    string styleName
)
public:
bool ContainStyleProperty(
    String^ styleName
)
member ContainStyleProperty : 
        styleName:string -> bool
public function ContainStyleProperty(
    styleName : String
) : boolean

매개 변수

  • styleName
    유형: System.String
    The name of the style property to check.

반환 값

유형: System.Boolean
True if this collection contains a named style property; otherwise, false.

참고 항목

참조

StyleProperties 클래스

Microsoft.ReportingServices.ReportRendering 네임스페이스