Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the major tick marks to display on the scale.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property GaugeMajorTickMarks As GaugeTickMarks
Get
Set
'Usage
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)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.GaugeTickMarks
A GaugeTickMarks object.