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 支援索引屬性的使用,但不支援新屬性的宣告。
參數
- style
型別:Microsoft.ReportingServices.OnDemandReportRendering. . :: . .StyleAttributeNames
A [T:Microsoft.ReportingServices.OnDemandReportRendering.StyleBaseInstance.Item(Microsoft.ReportingServices.OnDemandReportRendering.StyleAttributeNames] value that represents the style attribute to access.
屬性值
型別:System. . :: . .Object
An object that represents the instance value for the specified StyleAttributeNames property.