LeftMargin-Eigenschaft
Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.
The left margin.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property LeftMargin As ReportExpression(Of Integer)
Get
Set
'Usage
Dim instance As ChartLegendCustomItemCell
Dim value As ReportExpression(Of Integer)
value = instance.LeftMargin
instance.LeftMargin = value
public ReportExpression<int> LeftMargin { get; set; }
public:
property ReportExpression<int> LeftMargin {
ReportExpression<int> get ();
void set (ReportExpression<int> value);
}
member LeftMargin : ReportExpression<int> with get, set
function get LeftMargin () : ReportExpression<int>
function set LeftMargin (value : ReportExpression<int>)
Eigenschaftenwert
Typ: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'Int32> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.