Freigeben über


DataMember.MemberCellIndex-Eigenschaft

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

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property MemberCellIndex As Integer 
    Get
'Usage
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

Eigenschaftswert

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

Siehe auch

Verweis

DataMember Klasse

Microsoft.ReportingServices.ReportRendering-Namespace