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 legend properties for this data point.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property ItemInLegend As ChartItemInLegend
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ChartItemInLegend
A ChartItemInLegend object that represents the legend properties for this data point.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace