Compartilhar via


Propriedade do RDL ChartLegendColumnInstance.MinimumWidth

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

ChartLegendColumnInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering