Свойство BottomMargin
Gets the bottom margin for the subitem.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property BottomMargin As ReportSizeProperty
Get
'Применение
Dim instance As MapSubItem
Dim value As ReportSizeProperty
value = instance.BottomMargin
public ReportSizeProperty BottomMargin { get; }
public:
property ReportSizeProperty^ BottomMargin {
ReportSizeProperty^ get ();
}
member BottomMargin : ReportSizeProperty
function get BottomMargin () : ReportSizeProperty
Значение свойства
Тип: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportSizeProperty
A ReportSizeProperty object.
См. также