ActionStyle.Item Property (String)
Returns an item from the collection for a specified style name.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Overrides ReadOnly Default Property Item ( _
styleName As String _
) As Object
Get
'Usage
Dim instance As ActionStyle
Dim styleName As String
Dim value As Object
value = instance(styleName)
public override Object this[
string styleName
] { get; }
public:
virtual property Object^ default[String^ styleName] {
Object^ get (String^ styleName) override;
}
abstract Item : Object
override Item : Object
JScript supports the use of indexed properties, but not the declaration of new ones.
Parameters
- styleName
Type: System.String
The name of the style.
Property Value
Type: System.Object
An object containing the action style item.
See Also