PowerTools ActiveReports for .NET 11.0J
MultiLine プロパティ (ReportInfo)
使用例 

テキストボックスコントロールで複数の行を表示するかどうかを示す値を取得または設定します。
構文
'宣言
 
Public Property MultiLine As Boolean
public bool MultiLine {get; set;}
使用例
private void detail_Format(object sender, System.EventArgs eArgs)  
{  
    this.reportInfo1.FormatString = "{RunDateTime:M/d/yy h:mm}";
    this.reportInfo1.MultiLine = true; 
}
Private Sub Detail1_Format(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Detail1.Format
    Me.ReportInfo1.FormatString = "{RunDateTime:M/d/yy h:mm}"
    Me.ReportInfo1.MultiLine = True
End Sub
参照

関連項目

ReportInfo クラス
ReportInfo メンバ

 

 


©2003-2017 GrapeCity inc. All rights reserved.