Właściwość TickMarkStyle.Width
Szerokość osi oznaczyć jako procent promienia skali nadrzędnego dla skrajni radialny, a w procentach szerokości/wysokość skrajni liniowej zależności jest mniejszy.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property Width As ReportExpression(Of Double)
Get
Set
'Użycie
Dim instance As TickMarkStyle
Dim value As ReportExpression(Of Double)
value = instance.Width
instance.Width = value
public ReportExpression<double> Width { get; set; }
public:
property ReportExpression<double> Width {
ReportExpression<double> get ();
void set (ReportExpression<double> value);
}
member Width : ReportExpression<float> with get, set
function get Width () : ReportExpression<double>
function set Width (value : ReportExpression<double>)
Wartość właściwości
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Double>
A ReportExpression<T> obiektu.
Zobacz także