Gets the legend properties for this data point.
네임스페이스: Microsoft.ReportingServices.OnDemandReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)
구문
‘선언
Public MustOverride ReadOnly Property ItemInLegend As ChartItemInLegend
Get
‘사용 방법
Dim instance As ChartDataPoint
Dim value As ChartItemInLegend
value = instance.ItemInLegend
public abstract ChartItemInLegend ItemInLegend { get; }
public:
virtual property ChartItemInLegend^ ItemInLegend {
ChartItemInLegend^ get () abstract;
}
abstract ItemInLegend : ChartItemInLegend
abstract function get ItemInLegend () : ChartItemInLegend
속성 값
유형: Microsoft.ReportingServices.OnDemandReportRendering.ChartItemInLegend
A ChartItemInLegend object that represents the legend properties for this data point.