共用方式為


StyleBase.Item 屬性

Gets a style attribute.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public MustOverride ReadOnly Default Property Item ( _
    style As StyleAttributeNames _
) As ReportProperty 
    Get
'用途
Dim instance As StyleBase 
Dim style As StyleAttributeNames 
Dim value As ReportProperty 

value = instance(style)
public abstract ReportProperty this[
    StyleAttributeNames style
] { get; }
public:
virtual property ReportProperty^ default[StyleAttributeNames style] {
    ReportProperty^ get (StyleAttributeNames style) abstract;
}
abstract Item : ReportProperty
JScript 支援索引屬性的使用,但不支援新屬性的宣告。

參數

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.ReportProperty
One of the enumeration values of the StyleAttributeNames enumeration that represents a style attribute.

請參閱

參考

StyleBase 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間