共用方式為


Chart.Legends 屬性

Gets the chart legends.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property Legends As ChartLegendCollection 
    Get
'用途
Dim instance As Chart 
Dim value As ChartLegendCollection 

value = instance.Legends
public ChartLegendCollection Legends { get; }
public:
property ChartLegendCollection^ Legends {
    ChartLegendCollection^ get ();
}
member Legends : ChartLegendCollection
function get Legends () : ChartLegendCollection

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendCollection
A ChartLegendCollection object.

請參閱

參考

Chart 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間