Właściwość MapSubItem.LeftMargin
Pobiera lub ustawia lewy margines dla podpozycji.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property LeftMargin As ReportExpression(Of ReportSize)
Get
Set
'Użycie
Dim instance As MapSubItem
Dim value As ReportExpression(Of ReportSize)
value = instance.LeftMargin
instance.LeftMargin = value
public ReportExpression<ReportSize> LeftMargin { get; set; }
public:
property ReportExpression<ReportSize> LeftMargin {
ReportExpression<ReportSize> get ();
void set (ReportExpression<ReportSize> value);
}
member LeftMargin : ReportExpression<ReportSize> with get, set
function get LeftMargin () : ReportExpression<ReportSize>
function set LeftMargin (value : ReportExpression<ReportSize>)
Wartość właściwości
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ReportSize>
A ReportExpression<T> obiektu.