Właściwość ChartLegendColumn.MinimumWidth
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Minimalna kolumna szerokość.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property MinimumWidth As ReportExpression(Of ReportSize)
Get
Set
'Użycie
Dim instance As ChartLegendColumn
Dim value As ReportExpression(Of ReportSize)
value = instance.MinimumWidth
instance.MinimumWidth = value
public ReportExpression<ReportSize> MinimumWidth { get; set; }
public:
property ReportExpression<ReportSize> MinimumWidth {
ReportExpression<ReportSize> get ();
void set (ReportExpression<ReportSize> value);
}
member MinimumWidth : ReportExpression<ReportSize> with get, set
function get MinimumWidth () : ReportExpression<ReportSize>
function set MinimumWidth (value : ReportExpression<ReportSize>)
Wartość właściwości
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ReportSize>
A ReportExpression<T> obiektu.
Zobacz także