combit List & Label 29 - .NET Help
combit.Reporting.Web.WindowsClientWebDesigner.Server Namespace / WindowsClientWebDesignerConfig Class
Properties Methods Events

In This Topic
    WindowsClientWebDesignerConfig Class Members
    In This Topic

    The following tables list the members exposed by WindowsClientWebDesignerConfig.

    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
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Defines all needed routes for the combit.Reporting.WindowsClientWebDesigner  
    Public Methodstatic (Shared in Visual Basic)Sets a default logger for all components of the Windows Client Web Designer.  
    Top
    Public Events
     NameDescription
    Public EventOptional: This event is called after a dataprovider which was created in OnRequestDataProvider is disposed, i.e. when the client closes the Windows Client Web Designer. Use this event to dispose the dataproviders and it`s resources. Do not rely on this event being called!  
    Public EventOptional: This event is called when a file was saved in the Windows Client Web Designer. When a repository is used, this event will not be raised.  
    Top
    See Also