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 the calculated value of the Placement property in a ScaleRange class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Placement As ScaleRangePlacements
Get
'Usage
Dim instance As ScaleRangeInstance
Dim value As ScaleRangePlacements
value = instance.Placement
public ScaleRangePlacements Placement { get; }
public:
property ScaleRangePlacements Placement {
ScaleRangePlacements get ();
}
member Placement : ScaleRangePlacements
function get Placement () : ScaleRangePlacements
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ScaleRangePlacements
A ScaleRangePlacements value that represents the calculated value of the Placement property.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace