Udostępnij za pośrednictwem


Właściwość MapSubItem.BottomMargin

Pobiera lub ustawia dolny margines podelement.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Property BottomMargin As ReportExpression(Of ReportSize)
    Get
    Set
'Użycie
Dim instance As MapSubItem
Dim value As ReportExpression(Of ReportSize)

value = instance.BottomMargin

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