Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Minor tickmarks to display on the scale.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property GaugeMinorTickMarks As GaugeTickMarks
Get
'Usage
Dim instance As GaugeScale
Dim value As GaugeTickMarks
value = instance.GaugeMinorTickMarks
public GaugeTickMarks GaugeMinorTickMarks { get; }
public:
property GaugeTickMarks^ GaugeMinorTickMarks {
GaugeTickMarks^ get ();
}
member GaugeMinorTickMarks : GaugeTickMarks
function get GaugeMinorTickMarks () : GaugeTickMarks
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.GaugeTickMarks
A GaugeTickMarks object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace