テキスト ボックスの右端からのインデント (右余白は含みません) を取得または設定します。
名前空間: Microsoft.ReportingServices.RdlObjectModel
アセンブリ: Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)
構文
'宣言
Public Property RightIndent As ReportExpression(Of ReportSize)
Get
Set
'使用
Dim instance As Paragraph
Dim value As ReportExpression(Of ReportSize)
value = instance.RightIndent
instance.RightIndent = value
public ReportExpression<ReportSize> RightIndent { get; set; }
public:
property ReportExpression<ReportSize> RightIndent {
ReportExpression<ReportSize> get ();
void set (ReportExpression<ReportSize> value);
}
member RightIndent : ReportExpression<ReportSize> with get, set
function get RightIndent () : ReportExpression<ReportSize>
function set RightIndent (value : ReportExpression<ReportSize>)
プロパティ値
型: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ReportSize>
ReportExpression<T> オブジェクト。