Line.Slant Propiedad
Indicates this is a slanted line
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: System.Boolean
A Boolean value.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering