Compartir a través de


ChartLegendColumn.MinimumWidth 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 minimum 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 MinimumWidth As ReportSizeProperty 
    Get
'Uso
Dim instance As ChartLegendColumn 
Dim value As ReportSizeProperty 

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

Valor de la propiedad

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

Vea también

Referencia

ChartLegendColumn Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering