Udostępnij za pośrednictwem


StyleProperties.Keys Property

Gets a collection of style property keys.

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

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

Property Value

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

See Also

Reference

StyleProperties Class

Microsoft.ReportingServices.ReportRendering Namespace