Condividi tramite


Proprietà LinearScaleInstance.StartMargin

Gets the calculated value of the StartMargin 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 StartMargin As Double 
    Get
'Utilizzo
Dim instance As LinearScaleInstance 
Dim value As Double 

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

Valore proprietà

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

Vedere anche

Riferimento

LinearScaleInstance Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering