Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets the minor tick marks to display on the scale.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property GaugeMinorTickMarks As GaugeTickMarks
Get
Set
'Utilisation
Dim instance As GaugeScale
Dim value As GaugeTickMarks
value = instance.GaugeMinorTickMarks
instance.GaugeMinorTickMarks = value
public GaugeTickMarks GaugeMinorTickMarks { get; set; }
public:
property GaugeTickMarks^ GaugeMinorTickMarks {
GaugeTickMarks^ get ();
void set (GaugeTickMarks^ value);
}
member GaugeMinorTickMarks : GaugeTickMarks with get, set
function get GaugeMinorTickMarks () : GaugeTickMarks
function set GaugeMinorTickMarks (value : GaugeTickMarks)
Valeur de propriété
Type : Microsoft.ReportingServices.RdlObjectModel.GaugeTickMarks
A GaugeTickMarks object.