共用方式為


MapSubItem.RightMargin 屬性

Gets the right margin for the subitem.

命名空間:  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
A ReportSizeProperty object that represents the right margin for the subitem.

請參閱

參考

MapSubItem 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間