Freigeben über


Line.Slant-Eigenschaft

Indicates this is a slanted line

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property Slant As Boolean 
    Get
'Usage
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

Eigenschaftswert

Typ: System.Boolean
A Boolean value.

Siehe auch

Verweis

Line Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace