Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 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
Parameter
- styleName
Typ: System.String
The name of the style property to check.
Rückgabewert
Typ: System.Boolean
True if this collection contains a named style property; otherwise, false.