ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / IDocument<T> Interface / Password Property

In This Topic
    Password Property (IDocument<T>)
    In This Topic
    Gets or sets a password to protect the saved document file.
    Syntax
    'Declaration
     
    Property Password As String
    string Password {get; set;}
    See Also