Proprietà ChartLegendColumn.MinimumWidth
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets an expression that evaluates to the minimum width of the chart legend column.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property MinimumWidth As ReportSizeProperty
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportSizeProperty
A ReportSizeProperty object that represents the minimum width for the chart legend column.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering