ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Export.Pdf Assembly / GrapeCity.ActiveReports.Export.Pdf.Section Namespace / PdfDocumentOptions Class / Attachments Property

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