Proprietà GaugeScale.GaugeMajorTickMarks

Gets or sets the major tick marks to display on the scale.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property GaugeMajorTickMarks As GaugeTickMarks 
    Get 
    Set
'Utilizzo
Dim instance As GaugeScale 
Dim value As GaugeTickMarks 

value = instance.GaugeMajorTickMarks

instance.GaugeMajorTickMarks = value
public GaugeTickMarks GaugeMajorTickMarks { get; set; }
public:
property GaugeTickMarks^ GaugeMajorTickMarks {
    GaugeTickMarks^ get ();
    void set (GaugeTickMarks^ value);
}
member GaugeMajorTickMarks : GaugeTickMarks with get, set
function get GaugeMajorTickMarks () : GaugeTickMarks 
function set GaugeMajorTickMarks (value : GaugeTickMarks)

Valore proprietà

Tipo: Microsoft.ReportingServices.RdlObjectModel.GaugeTickMarks
A GaugeTickMarks object.

Vedere anche

Riferimento

GaugeScale Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel