Partilhar via


Método StyleBase.ContainStyleProperty

Indicates whether this collection contains a named style property.

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

Sintaxe

'Declaração
Public Function ContainStyleProperty ( _
    styleName As String _
) As Boolean
'Uso
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

Parâmetros

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

Valor de retorno

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

Consulte também

Referência

StyleBase Classe

Namespace Microsoft.ReportingServices.ReportRendering