Partager via


Propriété LinearScaleInstance.EndMargin

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property EndMargin As Double 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

LinearScaleInstance Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering