Skip to main content
All docs
V25.1
  • DxDocumentViewerRemoteSettings.AuthToken Property

    Gets or sest the Bearer token to access documents on the Report and Dashboard Server.

    Namespace: DevExpress.Blazor.Reporting

    Assembly: DevExpress.Blazor.Reporting.v25.1.JSBasedControls.Common.dll

    NuGet Package: DevExpress.Blazor.Reporting.JSBasedControls.Common

    Declaration

    [Parameter]
    public string AuthToken { get; set; }

    Property Value

    Type Description
    String

    A string that is the Bearer token.

    See Also