Tablix.TopMargin 属性

Gets the width of the top margin.

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

语法

声明
Public ReadOnly Property TopMargin As ReportSizeProperty 
    Get
用法
Dim instance As Tablix 
Dim value As ReportSizeProperty 

value = instance.TopMargin
public ReportSizeProperty TopMargin { get; }
public:
property ReportSizeProperty^ TopMargin {
    ReportSizeProperty^ get ();
}
member TopMargin : ReportSizeProperty
function get TopMargin () : ReportSizeProperty

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.ReportSizeProperty
Returns ReportSizeProperty.

请参阅

参考

Tablix 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间