Propriété Placement
Determines where the tick mark should be placed relative to the scale.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Placement As ReportEnumProperty(Of GaugeLabelPlacements)
Get
'Utilisation
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>
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportEnumProperty< (Of < ( <'GaugeLabelPlacements> ) > ) >
A ReportEnumProperty<(Of <(<'EnumType>)>)> object.
Voir aussi