Item 屬性
Gets a style attribute.
命名空間: Microsoft.ReportingServices.OnDemandReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)
語法
'宣告
Public Overrides ReadOnly Default Property Item ( _
style As StyleAttributeNames _
) As ReportProperty
Get
'用途
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 支援索引屬性的使用,但不支援新屬性的宣告。
參數
- style
型別:Microsoft.ReportingServices.OnDemandReportRendering. . :: . .StyleAttributeNames
The style attribute to get.