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

GrapeCity.ActiveReports.Document アセンブリ > GrapeCity.ActiveReports.Document 名前空間 > SectionDocument クラス : Name プロパティ
ドキュメントの名前を取得または設定します。
シンタックス
'宣言
 
Public Property Name As String
public string Name {get; set;}

プロパティ値

ドキュメントの名前を表す文字列値。

解説

ドキュメントの名前は、ドキュメントを印刷するときに印刷ジョブのリストに表示されます。

使用例
private void btnPrint_Click(object sender, System.EventArgs e)
{
    arv.Document.Name = System.Windows.Forms.SystemInformation.UserName;
    arv.Document.Print();
}
Private Sub btnPrint_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnPrint.Click
    arv.Document.Name = System.Windows.Forms.SystemInformation.UserName
    arv.Document.Print()
End Sub
参照

SectionDocument クラス
SectionDocument メンバ