Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the instance value for the specified StyleAttributeNames property.
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 Object
Get
'Usage
Dim instance As StyleInstance
Dim style As StyleAttributeNames
Dim value As Object
value = instance(style)
public override Object this[
StyleAttributeNames style
] { get; }
public:
virtual property Object^ default[StyleAttributeNames style] {
Object^ get (StyleAttributeNames style) override;
}
abstract Item : Object
override Item : Object
JScript supports the use of indexed properties, but not the declaration of new ones.
Parameters
- style
Type: Microsoft.ReportingServices.OnDemandReportRendering.StyleAttributeNames
A [T:Microsoft.ReportingServices.OnDemandReportRendering.StyleBaseInstance.Item(Microsoft.ReportingServices.OnDemandReportRendering.StyleAttributeNames] value that represents the style attribute to access.
Property Value
Type: System.Object
An object that represents the instance value for the specified StyleAttributeNames property.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace