ChartLegend.LegendColumns 屬性
Gets the legend columns.
命名空間: Microsoft.ReportingServices.OnDemandReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)
語法
'宣告
Public ReadOnly Property LegendColumns As ChartLegendColumnCollection
Get
'用途
Dim instance As ChartLegend
Dim value As ChartLegendColumnCollection
value = instance.LegendColumns
public ChartLegendColumnCollection LegendColumns { get; }
public:
property ChartLegendColumnCollection^ LegendColumns {
ChartLegendColumnCollection^ get ();
}
member LegendColumns : ChartLegendColumnCollection
function get LegendColumns () : ChartLegendColumnCollection
屬性值
型別:Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendColumnCollection
A ChartLegendColumnCollection object.