Propriedade do RDL Line.Slant
Indicates this is a slanted line
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property Slant As Boolean
Get
'Uso
Dim instance As Line
Dim value As Boolean
value = instance.Slant
public bool Slant { get; }
public:
property bool Slant {
bool get ();
}
member Slant : bool
function get Slant () : boolean
Valor da propriedade
Tipo: System.Boolean
A Boolean value.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering