ChartLegend.LegendCustomItems 属性

Gets the custom legend items.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property LegendCustomItems As ChartLegendCustomItemCollection 
    Get
用法
Dim instance As ChartLegend 
Dim value As ChartLegendCustomItemCollection 

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

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendCustomItemCollection
A LegendCustomItems object.

请参阅

参考

ChartLegend 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间