Tablix.BottomMargin 属性

Gets the width of the bottom margin.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property BottomMargin As ReportSizeProperty 
    Get
用法
Dim instance As Tablix 
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
Returns ReportSizeProperty.

请参阅

参考

Tablix 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间