Skip to main content
A newer version of this page is available. .

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.v18.2.Core.dll

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