LeftMargin-Eigenschaft
Gets or sets the left margin for the subitem.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property LeftMargin As ReportExpression(Of ReportSize)
Get
Set
'Usage
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>)
Eigenschaftswert
Typ: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'ReportSize> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.