Gets or sets the right margin for the subitem.
네임스페이스: Microsoft.ReportingServices.RdlObjectModel
어셈블리: Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)
구문
‘선언
Public Property RightMargin As ReportExpression(Of ReportSize)
Get
Set
‘사용 방법
Dim instance As MapSubItem
Dim value As ReportExpression(Of ReportSize)
value = instance.RightMargin
instance.RightMargin = value
public ReportExpression<ReportSize> RightMargin { get; set; }
public:
property ReportExpression<ReportSize> RightMargin {
ReportExpression<ReportSize> get ();
void set (ReportExpression<ReportSize> value);
}
member RightMargin : ReportExpression<ReportSize> with get, set
function get RightMargin () : ReportExpression<ReportSize>
function set RightMargin (value : ReportExpression<ReportSize>)
속성 값
유형: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ReportSize>
A ReportExpression<T> object.