MemberCellIndex Propiedad
Indicates the location of this member in the grid of cells.
Espacio de nombres: Microsoft.ReportingServices.ReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property MemberCellIndex As Integer
Get
'Uso
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
Valor de la propiedad
Tipo: System. . :: . .Int32
An integer containing the location of this member in the grid of cells.
Vea también