Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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
Espacio de nombres Microsoft.ReportingServices.ReportRendering