Compartir a través de


StyleProperties.Keys Propiedad

Gets a collection of style property keys.

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

Sintaxis

'Declaración
Public ReadOnly Property Keys As ICollection 
    Get
'Uso
Dim instance As StyleProperties 
Dim value As ICollection 

value = instance.Keys
public ICollection Keys { get; }
public:
property ICollection^ Keys {
    ICollection^ get ();
}
member Keys : ICollection
function get Keys () : ICollection

Valor de la propiedad

Tipo: System.Collections.ICollection
A collection of style property keys.

Vea también

Referencia

StyleProperties Clase

Espacio de nombres Microsoft.ReportingServices.ReportRendering