combit List & Label 29 - .NET Help
combit.Reporting Namespace / ListLabelDesignerWorkspace Class
Properties Methods

In This Topic
    ListLabelDesignerWorkspace Class Members
    In This Topic

    The following tables list the members exposed by ListLabelDesignerWorkspace.

    Public Properties
     NameDescription
    Public Property

    Returns a collection of available function names.

     
    Public Property

    Assigns the window title in the Designer. You can use the format place holder %s within the text to show the project name.

     
    Public Property

    Design languages can be defined in the Designer hereby. For further information see the DesignerLanguages Class.

     
    Public Property

    The menu items that are not available in the Designer.

     
    Public Property

    Hides the given function in the formula assistant. Must be called before any functions are evaluated.

     
    Public Property

    The name of the project currently opened. If you have created a new file through an action, it can be named in this way. Otherwise corresponds to setting "Save as…".

    Please note that this property is only available with a DesignerAction in an open Designer.

     
    Public PropertyThe read-only objects.  
    Top
    Public Methods
     NameDescription
    Public Method

    Returns detailed information on the available syntax hints, autocomplete entries etc. for a designer function.

     
    Public MethodOverloaded. 

    Executes an action in the Designer. An action is the call of a menu item or a button in the toolbar for example.

     
    Public Method

    Opens the specified project file when the Designer is open.

     
    Public Method

    Activates an update of all tool windows, menu items etc. in the Designer. Use this function to ensure that the Designer immediately shows all the changes made to the object model using DOM within the open Designer.

     
    Public Method

    Saves the currently opened project file when the Designer is open.

     
    Top
    See Also