Compartir a través de


ChartLegendColumnInstance.MinimumWidth Propiedad

Gets the calculated value of the MinimumWidth property in a ChartLegendColumn class.

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

Sintaxis

'Declaración
Public ReadOnly Property MinimumWidth As ReportSize 
    Get
'Uso
Dim instance As ChartLegendColumnInstance 
Dim value As ReportSize 

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

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
A ReportSize value that represents the calculated value of the MinimumWidth property.

Vea también

Referencia

ChartLegendColumnInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering