Udostępnij przez


Właściwość Style.Item

Pobiera atrybut stylu.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public Overrides ReadOnly Default Property Item ( _
    style As StyleAttributeNames _
) As ReportProperty
    Get
'Użycie
Dim instance As Style
Dim style As StyleAttributeNames
Dim value As ReportProperty

value = instance(style)
public override ReportProperty this[
    StyleAttributeNames style
] { get; }
public:
virtual property ReportProperty^ default[StyleAttributeNames style] {
    ReportProperty^ get (StyleAttributeNames style) override;
}
abstract Item : ReportProperty
override Item : ReportProperty
Język JScript obsługuje używanie indeksowanych właściwości, ale nie obsługuje deklarowania nowych.