Propriedade Placement
Determines where the range should be placed relative to the scale.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportEnumProperty< (Of < ( <'ScaleRangePlacements> ) > ) >
A ReportEnumProperty<(Of <(<'EnumType>)>)> object.
Consulte também