Compartilhar via


Propriedade do RDL ChartLegendColumn.MinimumWidth

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

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

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

Sintaxe

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

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

Consulte também

Referência

ChartLegendColumn Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering