ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Export.Pdf Assembly / GrapeCity.ActiveReports.Export.Pdf.Page Namespace / Settings Class / Attachments Property

In This Topic
    Attachments Property (Settings)
    In This Topic
    Document level file attachments
    Syntax
    'Declaration
     
    Public ReadOnly Property Attachments As List(Of AttachmentInfo)
    public List<AttachmentInfo> Attachments {get;}
    See Also