Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets an expression that evaluates to the arrangement of labels within the legend.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property Layout As ReportEnumProperty(Of ChartLegendLayouts)
Get
'Uso
Dim instance As ChartLegend
Dim value As ReportEnumProperty(Of ChartLegendLayouts)
value = instance.Layout
public ReportEnumProperty<ChartLegendLayouts> Layout { get; }
public:
property ReportEnumProperty<ChartLegendLayouts>^ Layout {
ReportEnumProperty<ChartLegendLayouts>^ get ();
}
member Layout : ReportEnumProperty<ChartLegendLayouts>
function get Layout () : ReportEnumProperty<ChartLegendLayouts>
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartLegendLayouts>
A ReportEnumProperty<EnumType> object.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering