Compartir a través de


StyleProperties.ContainStyleProperty Método

Indicates whether this collection contains a named style property.

Espacio de nombres:  Microsoft.ReportingServices.ReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public Function ContainStyleProperty ( _
    styleName As String _
) As Boolean
'Uso
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

Parámetros

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

Valor devuelto

Tipo: System.Boolean
True if this collection contains a named style property; otherwise, false.

Vea también

Referencia

StyleProperties Clase

Espacio de nombres Microsoft.ReportingServices.ReportRendering