Proprietà Line.Slant
Indicates this is a slanted line
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Slant As Boolean
Get
'Utilizzo
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
Valore proprietà
Tipo: System.Boolean
A Boolean value.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering