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