Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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