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 of the map member.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property MemberCellIndex As Integer
Get
'Usage
Dim instance As MapMember
Dim value As Integer
value = instance.MemberCellIndex
public override int MemberCellIndex { get; }
public:
virtual property int MemberCellIndex {
int get () override;
}
abstract MemberCellIndex : int
override MemberCellIndex : int
override function get MemberCellIndex () : int
Property Value
Type: System.Int32
An integer value.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace