Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets an expression that evaluates to where the labels should be placed relative to the scale.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Placement As ReportEnumProperty(Of GaugeLabelPlacements)
Get
'Usage
Dim instance As ScaleLabels
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>
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<GaugeLabelPlacements>
A ReportEnumProperty<EnumType> object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace