MapSubItem.RightMargin プロパティ
サブアイテムの右余白を取得します。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public ReadOnly Property RightMargin As ReportSizeProperty
Get
'使用
Dim instance As MapSubItem
Dim value As ReportSizeProperty
value = instance.RightMargin
public ReportSizeProperty RightMargin { get; }
public:
property ReportSizeProperty^ RightMargin {
ReportSizeProperty^ get ();
}
member RightMargin : ReportSizeProperty
function get RightMargin () : ReportSizeProperty
プロパティ値
型: Microsoft.ReportingServices.OnDemandReportRendering.ReportSizeProperty
サブアイテムの右余白を表す ReportSizeProperty オブジェクト。