Gets or sets a password string used to protect the saved document file.
[Visual Basic]
Public Property Password As String
[C#]
public string Password {get; set;}
String.
The password is used with the ActiveReports RDF file format.
[C#]
private void btnSave_Click(object sender, System.EventArgs e) |
[Visual Basic]
Private Sub btnSave_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnSave.Click |
Document Class | Document Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.