Freigeben über


ChartMember.MemberDataPointIndex Property

Gets the index location of the current member in the grid of data points.

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

Syntax

'Declaration
Public ReadOnly Property MemberDataPointIndex As Integer
public int MemberDataPointIndex { get; }
public:
property int MemberDataPointIndex {
    int get ();
}
/** @property */
public int get_MemberDataPointIndex ()
public function get MemberDataPointIndex () : int

Eigenschaftswert

An integer value containing the index location of the current member in the grid of data points.

Hinweise

Neu:05. Dezember 2005

Threadsicherheit

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

ChartMember Class
ChartMember Members
Microsoft.ReportingServices.ReportRendering Namespace