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

構文
'宣言
 
Public Property Password As String
public string Password {get; set;}
使用例
private void btnSave_Click(object sender, System.EventArgs e)
{
    arv.Document.Password = "Mortimer";
    arv.Document.Save(Application.StartupPath + "\\Document.rdf");
}
Private Sub btnSave_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnSave.Click
    arv.Document.Password = "Mortimer"
    arv.Document.Save(Application.StartupPath & "Document.rdf")
End Sub
参照

関連項目

SectionDocument クラス
SectionDocument メンバ

 

 


©2003-2017 GrapeCity inc. All rights reserved.