共用方式為


DataMember.MemberCellIndex 屬性

Indicates the location of this member in the grid of cells.

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

語法

'宣告
Public ReadOnly Property MemberCellIndex As Integer 
    Get
'用途
Dim instance As DataMember 
Dim value As Integer 

value = instance.MemberCellIndex
public int MemberCellIndex { get; }
public:
property int MemberCellIndex {
    int get ();
}
member MemberCellIndex : int
function get MemberCellIndex () : int

屬性值

型別:System.Int32
An integer containing the location of this member in the grid of cells.

請參閱

參考

DataMember 類別

Microsoft.ReportingServices.ReportRendering 命名空間