Compartir a través de


ScaleRange.Placement Propiedad

Gets an expression that evaluates to where the range should be placed relative to the scale.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property Placement As ReportEnumProperty(Of ScaleRangePlacements)
    Get
'Uso
Dim instance As ScaleRange 
Dim value As ReportEnumProperty(Of ScaleRangePlacements)

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

Valor de la propiedad

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

Vea también

Referencia

ScaleRange Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering