Свойство LeftMargin

Gets the calculated value of the LeftMargin property in a ChartLegendCustomItemCell class.

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public ReadOnly Property LeftMargin As Integer
    Get
'Применение
Dim instance As ChartLegendCustomItemCellInstance
Dim value As Integer

value = instance.LeftMargin
public int LeftMargin { get; }
public:
property int LeftMargin {
    int get ();
}
member LeftMargin : int
function get LeftMargin () : int

Значение свойства

Тип System. . :: . .Int32
An int value that represents the calculated value of the LeftMargin property.