Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a style attribute for the specified style.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Overrides ReadOnly Default Property Item ( _
style As StyleAttributeNames _
) As ReportProperty
Get
'Usage
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
JScript supports the use of indexed properties, but not the declaration of new ones.
Parameters
- style
Type: Microsoft.ReportingServices.OnDemandReportRendering.StyleAttributeNames
The style attribute to get.
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportProperty
A StyleAttributeNames object that represents a style attribute for the specified style.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace