Skip to main content

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.v23.2.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