Metoda StyleProperties.ContainStyleProperty
Wskazuje, czy ta kolekcja zawiera właściwość o nazwie stylu.
Przestrzeń nazw: Microsoft.ReportingServices.ReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public Function ContainStyleProperty ( _
styleName As String _
) As Boolean
'Użycie
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
Parametry
- styleName
Typ: System.String
Nazwa właściwość stylu do sprawdzenia.
Wartość zwracana
Typ: System.Boolean
A wartość logiczna wartość wskazującą, czy ta kolekcja zawiera właściwość o nazwie stylu.
Zobacz także