Condividi tramite


Proprietà TickMarkStyle.Placement

Gets a value that determines where the tick mark should be placed relative to the scale.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Placement As ReportEnumProperty(Of GaugeLabelPlacements)
    Get
'Utilizzo
Dim instance As TickMarkStyle 
Dim value As ReportEnumProperty(Of GaugeLabelPlacements)

value = instance.Placement
public ReportEnumProperty<GaugeLabelPlacements> Placement { get; }
public:
property ReportEnumProperty<GaugeLabelPlacements>^ Placement {
    ReportEnumProperty<GaugeLabelPlacements>^ get ();
}
member Placement : ReportEnumProperty<GaugeLabelPlacements>
function get Placement () : ReportEnumProperty<GaugeLabelPlacements>

Valore proprietà

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<GaugeLabelPlacements>
A ReportEnumProperty<EnumType> object.

Vedere anche

Riferimento

TickMarkStyle Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering