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