Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets an expression that evaluates to where the range 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 ScaleRangePlacements)
Get
'Usage
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>
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ScaleRangePlacements>
A ReportEnumProperty<EnumType> object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace