Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets a style attribute.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Default Property Item ( _
style As StyleAttributeNames _
) As ReportProperty
Get
'Usage
Dim instance As StyleBase
Dim style As StyleAttributeNames
Dim value As ReportProperty
value = instance(style)
public abstract ReportProperty this[
StyleAttributeNames style
] { get; }
public:
virtual property ReportProperty^ default[StyleAttributeNames style] {
ReportProperty^ get (StyleAttributeNames style) abstract;
}
abstract Item : ReportProperty
JScript unterstützt die Verwendung indizierter Eigenschaften, aber nicht die Deklaration neuer Eigenschaften.
Parameter
- style
Typ: Microsoft.ReportingServices.OnDemandReportRendering.StyleAttributeNames
The style attribute to get.
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportProperty
One of the enumeration values of the StyleAttributeNames enumeration that represents a style attribute.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace