Condividi tramite


Proprietà StyleProperties.Keys

Gets a collection of style property keys.

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

Sintassi

'Dichiarazione
Public ReadOnly Property Keys As ICollection 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

StyleProperties Classe

Spazio dei nomi Microsoft.ReportingServices.ReportRendering