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
A Boolean value indicating whether this collection contains a named style property.