Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the cell index for this data region member.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property MemberCellIndex As Integer
Get
'Usage
Dim instance As DataRegionMember
Dim value As Integer
value = instance.MemberCellIndex
public abstract int MemberCellIndex { get; }
public:
virtual property int MemberCellIndex {
int get () abstract;
}
abstract MemberCellIndex : int
abstract function get MemberCellIndex () : int
Property Value
Type: System.Int32
An int value that represents the cell index for this data region member.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace