FlexReport for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / C1DocumentSource Class / Credential Property

In This Topic
    Credential Property (C1DocumentSource)
    In This Topic
    Gets or sets the System.Net.NetworkCredential object specifying the credentials which will be used to access data for document generation.
    Syntax
    'Declaration
     
    Public MustOverride Property Credential As NetworkCredential
    public abstract NetworkCredential Credential {get; set;}
    See Also