ContainStyleProperty 메서드
Indicates whether this collection contains a named style property.
네임스페이스: Microsoft.ReportingServices.ReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore
구문
‘선언
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
A Boolean value indicating whether this collection contains a named style property.