Partager via


Propriété Margin

Gets the calculated value of the Margin property in a ChartAxis class.

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

Syntaxe

'Déclaration
Public ReadOnly Property Margin As ChartAutoBool
    Get
'Utilisation
Dim instance As ChartAxisInstance
Dim value As ChartAutoBool

value = instance.Margin
public ChartAutoBool Margin { get; }
public:
property ChartAutoBool Margin {
    ChartAutoBool get ();
}
member Margin : ChartAutoBool
function get Margin () : ChartAutoBool

Valeur de propriété

Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartAutoBool
A ChartAutoBool value that represents the calculated value of the Margin property.