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

構文
'宣言
 
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 メンバ

 

 


©2003-2017 GrapeCity inc. All rights reserved.