Свойство ChartLegendCustomItemCell.RightMargin
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
The right margin.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Property RightMargin As ReportExpression(Of Integer)
Get
Set
'Применение
Dim instance As ChartLegendCustomItemCell
Dim value As ReportExpression(Of Integer)
value = instance.RightMargin
instance.RightMargin = value
public ReportExpression<int> RightMargin { get; set; }
public:
property ReportExpression<int> RightMargin {
ReportExpression<int> get ();
void set (ReportExpression<int> value);
}
member RightMargin : ReportExpression<int> with get, set
function get RightMargin () : ReportExpression<int>
function set RightMargin (value : ReportExpression<int>)
Значение свойства
Тип: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Int32>
A ReportExpression<T> object.
См. также
Справочник
ChartLegendCustomItemCell Класс
Пространство имен Microsoft.ReportingServices.RdlObjectModel