共用方式為


Item 屬性

Returns a data grouping at the specified index.

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

語法

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

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

參數