次の方法で共有


Report.RightMargin プロパティ

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

名前空間:  Microsoft.ReportingServices.ReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property RightMargin As ReportSize 
    Get
'使用
Dim instance As Report 
Dim value As ReportSize 

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

プロパティ値

型: Microsoft.ReportingServices.ReportRendering.ReportSize
右側の余白の幅を含む ReportSize オブジェクトです。

関連項目

参照

Report クラス

Microsoft.ReportingServices.ReportRendering 名前空間