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