共用方式為


ActionCollection.Item 屬性

Gets an item from the collection at the specified index.

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

語法

'宣告
Public ReadOnly Default Property Item ( _
    index As Integer _
) As Action 
    Get
'用途
Dim instance As ActionCollection 
Dim index As Integer 
Dim value As Action 

value = instance(index)
public Action this[
    int index
] { get; }
public:
property Action^ default[int index] {
    Action^ get (int index);
}
member Item : Action
JScript 支援索引屬性的使用,但不支援新屬性的宣告。

參數

  • index
    型別:System.Int32
    The zero-based index of the Action object to get in the collection.

屬性值

型別:Microsoft.ReportingServices.ReportRendering.Action
An Action object.

請參閱

參考

ActionCollection 類別

Microsoft.ReportingServices.ReportRendering 命名空間