Compartir a través de


ChartLegendColumn.MaximumWidth Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets an expression that evaluates to the maximum width of the chart legend column.

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

Sintaxis

'Declaración
Public ReadOnly Property MaximumWidth As ReportSizeProperty 
    Get
'Uso
Dim instance As ChartLegendColumn 
Dim value As ReportSizeProperty 

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

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportSizeProperty
A ReportSizeProperty object that represents the maximum width for the chart legend column.

Vea también

Referencia

ChartLegendColumn Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering