Propriedade LegendColumns
Gets the legend columns.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property LegendColumns As ChartLegendColumnCollection
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartLegendColumnCollection
A ChartLegendColumnCollection object.
Consulte também