Partager via


Propriété TopMargin

Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.

The top margin.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property TopMargin As ReportExpression(Of Integer)
    Get
    Set
'Utilisation
Dim instance As ChartLegendCustomItemCell
Dim value As ReportExpression(Of Integer)

value = instance.TopMargin

instance.TopMargin = value
public ReportExpression<int> TopMargin { get; set; }
public:
property ReportExpression<int> TopMargin {
    ReportExpression<int> get ();
    void set (ReportExpression<int> value);
}
member TopMargin : ReportExpression<int> with get, set
function get TopMargin () : ReportExpression<int>
function set TopMargin (value : ReportExpression<int>)