StyleBaseInstance.Item 属性

Gets the instance value for the specified StyleAttributeNames property.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public MustOverride ReadOnly Default Property Item ( _
    style As StyleAttributeNames _
) As Object
    Get
用法
Dim instance As StyleBaseInstance
Dim style As StyleAttributeNames
Dim value As Object

value = instance(style)
public abstract Object this[
    StyleAttributeNames style
] { get; }
public:
virtual property Object^ default[StyleAttributeNames style] {
    Object^ get (StyleAttributeNames style) abstract;
}
abstract Item : Object
JScript 支持使用索引属性,但不支持声明新索引属性。

参数

属性值

类型:System.Object
An object that represents the instance value for the specified StyleAttributeNames property.