Właściwość TickMarkStyle.Placement
Określa, gdzie należy umieścić znak podziałki względem skali.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property Placement As ReportExpression(Of Placements)
Get
Set
'Użycie
Dim instance As TickMarkStyle
Dim value As ReportExpression(Of Placements)
value = instance.Placement
instance.Placement = value
public ReportExpression<Placements> Placement { get; set; }
public:
property ReportExpression<Placements> Placement {
ReportExpression<Placements> get ();
void set (ReportExpression<Placements> value);
}
member Placement : ReportExpression<Placements> with get, set
function get Placement () : ReportExpression<Placements>
function set Placement (value : ReportExpression<Placements>)
Wartość właściwości
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Placements>
A ReportExpression<T> obiektu.
Zobacz także