Web API Edition | ComponentOne
C1.Web.Api.Report Namespace / SsrsHost Class / Credential Property

In This Topic
    Credential Property
    In This Topic
    Gets or sets credential used in SSRS connection.
    Syntax
    'Declaration
     
    
    Public Property Credential As NetworkCredential
    public NetworkCredential Credential {get; set;}
    See Also