Condividi tramite


Metodo StyleProperties.ContainStyleProperty

Indicates whether this collection contains a named style property.

Spazio dei nomi  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public Function ContainStyleProperty ( _
    styleName As String _
) As Boolean
'Utilizzo
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

Parametri

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

Valore restituito

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

Vedere anche

Riferimento

StyleProperties Classe

Spazio dei nomi Microsoft.ReportingServices.ReportRendering