ChartNoMoveDirections.DownLeft Property
Indicates the smart label will not move down-left.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property DownLeft As ReportBoolProperty
Get
'Usage
Dim instance As ChartNoMoveDirections
Dim value As ReportBoolProperty
value = instance.DownLeft
public ReportBoolProperty DownLeft { get; }
public:
property ReportBoolProperty^ DownLeft {
ReportBoolProperty^ get ();
}
member DownLeft : ReportBoolProperty
function get DownLeft () : ReportBoolProperty
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportBoolProperty
A ReportBoolProperty object.