Propriedade do RDL ChartLegendCustomItemCell.LeftMargin
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
The left margin.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Property LeftMargin As ReportExpression(Of Integer)
Get
Set
'Uso
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>)
Valor da propriedade
Tipo: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Int32>
A ReportExpression<T> object.