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