combit List & Label 30 - .NET Help
combit.Reporting.Web.WindowsClientWebDesigner.Server Namespace / WindowsClientWebDesignerConfig Class

WindowsClientWebDesignerConfig Class Properties

For a list of all members of this type, see WindowsClientWebDesignerConfig members.

Public Properties
 NameDescription
Public Propertystatic (Shared in Visual Basic)This option must be set to the name of your custom authentication cookie when you set AuthenticationMode to WindowsClientWebDesignerAuthenticationModes.CustomCookie. The Windows Client Web Designer will copy that cookie's value from the request in which the Designer Control is rendered, and use it for all requests made by the Windows Client Web Designer client application.  
Public Propertystatic (Shared in Visual Basic)Gets or sets the authentication to use when the Windows Client Web Designer on a client communicates with the server. Default: None (for compatibility). We recommend to use the WindowsClientWebDesignerAuthenticationModes.Automatic.  
Public Propertystatic (Shared in Visual Basic)Allows to disable the gzip encoding of the Windows Client Web Designer communication to allow easier debugging of the HTTP requests or reduce overhead when used in high-bandwidth networks.  
Public Propertystatic (Shared in Visual Basic)By default, in requests from the Windows Client Web Designer to the server there is no support to use HttpContext.Session because this has a bad impact on the application performance. Set this property to True to be able to use HttpContext.Session in server code that is called from the Windows Client Web Designer (e.g. in your repository class).  
Public Propertystatic (Shared in Visual Basic)The List & Label license key to use for the Windows Client Web Designer (server and client). If not set, a license error will be displayed when using the Windows Client Web Designer on a non-development machine.  
Public Propertystatic (Shared in Visual Basic)Absolute, local file path to the setup file of the Windows Client Web Designer that clients may download.  
Top
See Also