Skip to main content

RemoteDocumentSource.EndpointConfigurationPrefix Property

Specifies a prefix that precedes Report and Dashboard Server endpoint configurations located in the Web.config file.

Namespace: DevExpress.ReportServer.Printing

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

[DefaultValue(null)]
public string EndpointConfigurationPrefix { get; set; }

Property Value

Type Default Description
String null

A String value.

Remarks

For example, setting the EndpointConfigurationPrefix property to “MyServer“ will result in the following endpoint names.

- “MyServer_Authentication_Win“;

- “MyServer_Authentication_Forms“;

- “MyServer_Authentication_Win_UseSSL“;

- “MyServer_Authentication_Forms_UseSSL“;

- etc.

See Also