ScaleRange.Placement 属性

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

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property Placement As ReportEnumProperty(Of ScaleRangePlacements)
    Get
用法
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>

属性值

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

请参阅

参考

ScaleRange 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间