Propriedade do RDL DownLeft
Indicates the smart label will not move down-left.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property DownLeft As ReportBoolProperty
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportBoolProperty
A ReportBoolProperty object.
Consulte também