下余白の幅を取得します。
名前空間: Microsoft.ReportingServices.ReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public ReadOnly Property BottomMargin As ReportSize
Get
'使用
Dim instance As Report
Dim value As ReportSize
value = instance.BottomMargin
public ReportSize BottomMargin { get; }
public:
property ReportSize^ BottomMargin {
ReportSize^ get ();
}
member BottomMargin : ReportSize
function get BottomMargin () : ReportSize
プロパティ値
型: Microsoft.ReportingServices.ReportRendering.ReportSize
レポートの下余白の幅を含む ReportSize オブジェクトです。