Freigeben über


StyleBase.ContainStyleProperty-Methode

Indicates whether this collection contains a named style property.

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public Function ContainStyleProperty ( _
    styleName As String _
) As Boolean
'Usage
Dim instance As StyleBase 
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

Parameter

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

Rückgabewert

Typ: System.Boolean
A Boolean value indicating whether this collection contains a named style property.

Siehe auch

Verweis

StyleBase Klasse

Microsoft.ReportingServices.ReportRendering-Namespace