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

GrapeCity.ActiveReports アセンブリ > GrapeCity.ActiveReports.SectionReportModel 名前空間 > ReportInfo クラス : MultiLine プロパティ
テキストボックスコントロールで複数の行を表示するかどうかを示す値を取得または設定します。
シンタックス
'宣言
 
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 メンバ