ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / OnRequestInfo Class / Credentials Property

In This Topic
    Credentials Property (OnRequestInfo)
    In This Topic
    Gets or sets the credentials used for authentication in the request.
    Syntax
    'Declaration
     
    Public Property Credentials As String
    public string Credentials {get; set;}

    Property Value

    The credentials as a System.String.
    See Also