Udostępnij za pośrednictwem


Właściwość MapSubItem.RightMargin

Pobiera lub ustawia prawy margines dla podpozycji.

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

Składnia

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

value = instance.RightMargin

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