Compartir a través de


Style.Count Propiedad

Number of style properties in the collection.

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

Sintaxis

'Declaración
Public Overrides ReadOnly Property Count As Integer 
    Get
'Uso
Dim instance As Style 
Dim value As Integer 

value = instance.Count
public override int Count { get; }
public:
virtual property int Count {
    int get () override;
}
abstract Count : int 
override Count : int
override function get Count () : int

Valor de la propiedad

Tipo: System.Int32
An integer containing the number of style properties found in the collection.

Vea también

Referencia

Style Clase

Espacio de nombres Microsoft.ReportingServices.ReportRendering