Свойство ChartLegendCustomItemCell.LeftMargin
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
The left margin.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Property LeftMargin As ReportExpression(Of Integer)
Get
Set
'Применение
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>)
Значение свойства
Тип: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Int32>
A ReportExpression<T> object.
См. также
Справочник
ChartLegendCustomItemCell Класс
Пространство имен Microsoft.ReportingServices.RdlObjectModel