Condividi tramite


Proprietà LinearScaleInstance.EndMargin

Gets the calculated value of the EndMargin property in a LinearScale class.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property EndMargin As Double 
    Get
'Utilizzo
Dim instance As LinearScaleInstance 
Dim value As Double 

value = instance.EndMargin
public double EndMargin { get; }
public:
property double EndMargin {
    double get ();
}
member EndMargin : float
function get EndMargin () : double

Valore proprietà

Tipo: System.Double
A double value that represents the calculated value of the EndMargin property.

Vedere anche

Riferimento

LinearScaleInstance Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering