次の方法で共有


Tablix.TopMargin プロパティ

上余白の幅を取得します。

名前空間:  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
ReportSizeProperty が返されます。

関連項目

参照

Tablix クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間