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

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

    Namespace: DevExpress.Blazor.Reporting

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

    Declaration

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

    Property Value

    Type Description
    String

    A string that is the Bearer token.

    See Also