Compartir a través de


ChartLegendInstance.Layout Propiedad

Gets the calculated value of the Layout property in a ChartLegend class.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property Layout As ChartLegendLayouts 
    Get
'Uso
Dim instance As ChartLegendInstance 
Dim value As ChartLegendLayouts 

value = instance.Layout
public ChartLegendLayouts Layout { get; }
public:
property ChartLegendLayouts Layout {
    ChartLegendLayouts get ();
}
member Layout : ChartLegendLayouts
function get Layout () : ChartLegendLayouts

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendLayouts
A ChartLegendLayouts value that represents the calculated value of the Layout property.

Vea también

Referencia

ChartLegendInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering