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.

请参阅

参考

ChartLegend 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间