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