ReportViewer for WPF and Silverlight | ComponentOne
C1.WPF.ReportViewer Namespace / C1ReportViewer Class / Attachments Property

In This Topic
    Attachments Property
    In This Topic
    Gets the list of attachments for this pdf document.
    Syntax
    'Declaration
     
    Public ReadOnly Property Attachments As IEnumerable(Of Attachment)
    public IEnumerable<Attachment> Attachments {get;}
    See Also