Właściwość MapColorScale.TickMarkLength
Pobiera lub ustawia długość znaków podziałki skali kolorów mapy.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property TickMarkLength As ReportExpression(Of ReportSize)
Get
Set
'Użycie
Dim instance As MapColorScale
Dim value As ReportExpression(Of ReportSize)
value = instance.TickMarkLength
instance.TickMarkLength = value
public ReportExpression<ReportSize> TickMarkLength { get; set; }
public:
property ReportExpression<ReportSize> TickMarkLength {
ReportExpression<ReportSize> get ();
void set (ReportExpression<ReportSize> value);
}
member TickMarkLength : ReportExpression<ReportSize> with get, set
function get TickMarkLength () : ReportExpression<ReportSize>
function set TickMarkLength (value : ReportExpression<ReportSize>)
Wartość właściwości
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ReportSize>
A ReportExpression<T> obiektu.
Zobacz także