Udostępnij za pośrednictwem


Właściwość TickMarkStyle.Shape

Kształt znacznika osi.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Property Shape As ReportExpression(Of MarkerStyles)
    Get
    Set
'Użycie
Dim instance As TickMarkStyle
Dim value As ReportExpression(Of MarkerStyles)

value = instance.Shape

instance.Shape = value
public ReportExpression<MarkerStyles> Shape { get; set; }
public:
property ReportExpression<MarkerStyles> Shape {
    ReportExpression<MarkerStyles> get ();
    void set (ReportExpression<MarkerStyles> value);
}
member Shape : ReportExpression<MarkerStyles> with get, set
function get Shape () : ReportExpression<MarkerStyles>
function set Shape (value : ReportExpression<MarkerStyles>)