Proprietà ChartLegend.LegendColumns
Gets the legend columns.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property LegendColumns As ChartLegendColumnCollection
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendColumnCollection
A ChartLegendColumnCollection object.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering