List & Label .NET
combit.Reporting Namespace / LlDesignerAction Enumeration


In This Topic
    LlDesignerAction Enumeration
    In This Topic

    Lists all commands that can be called up in the List & Label Designer.

    Positive values correspond to the classic menu items. The same commands are also accessible via the corresponding tabs in the ribbon menu. Negative values indicate window commands that do not appear in a menu.

    Syntax
    'Declaration
     
    
    Public Enum LlDesignerAction 
       Inherits System.Enum
    public enum LlDesignerAction : System.Enum 
    public enum class LlDesignerAction : public System.Enum 
    Members
    MemberDescription
    AlignToBottomFrameEdge

    Aligns objects to the bottom frame edge.

    AlignToLeftFrameEdge

    Aligns objects to the left frame edge.

    AlignToRightFrameEdge

    Aligns objects to the right frame edge.

    AlignToTopFrameEdge

    Aligns objects to the top frame edge.

    ApplyProjectDesignScheme

    Applies the project’s design scheme.

    DesignLanguage

    Selects the design-time language.

    EditCopy

    Copies the selection to the clipboard.

    EditCopyProjectPath

    Copies the absolute repository path of the current project.

    EditCut

    Cuts the selection to the clipboard.

    EditDelete

    Deletes the selection.

    EditFormatPainter

    Copies formatting from one object to another (single use).

    EditFormatPainterMultiple

    Copies formatting to multiple targets.

    EditPaste

    Pastes the clipboard content.

    EditRestore

    Restores a previously deleted object.

    EditUndo

    Undoes the last action.

    EvenlyDistributeSpacesHorizontally

    Distributes objects evenly (horizontal spacing).

    EvenlyDistributeSpacesVertically

    Distributes objects evenly (vertical spacing).

    ExpandToFitFrameHorizontally

    Expands objects to fit the frame horizontally.

    ExpandToFitFrameVertically

    Expands objects to fit the frame vertically.

    FileExit

    Closes the designer.

    FileExport

    Exports the project (Preview, PDF, etc.).

    FileImport

    Imports a project from an external format.

    FileLRUlist

    Lists the most recently used projects.

    FileManageRepository

    Opens the Repository Manager.

    FileNew

    Creates a new project.

    FileOpen

    Opens an existing project file.

    FilePrint 
    FilePrintSampleFirstPage

    Prints only the first page of the sample.

    FilePrintSampleFollowingPage

    Prints all pages after the first one.

    FilePrintSamplePrintSamplewithFrames

    Prints a sample with frame borders.

    FilePrintSamplePrintSamplewithoutFrames

    Prints a sample without frame borders.

    FileSave

    Saves the active project.

    FileSaveAs

    Saves the project under a new name.

    HelpContents

    Opens the help contents.

    HelpContextSensitive

    Shows context-sensitive help.

    Maximize

    Maximizes the designer window.

    Minimize

    Minimizes the designer window.

    ObjectsArrangeAlignment

    Opens alignment and distribution options.

    ObjectsArrangeOneBackward

    Moves the selection one step backward.

    ObjectsArrangeOneForward

    Moves the selection one step forward.

    ObjectsArrangeToBack

    Sends the selection behind all other objects.

    ObjectsArrangeToFront

    Brings the selection to the front.

    ObjectsAssigntoLayer

    Assigns objects to a layer.

    ObjectsContents

    Edits the contents of the selected object.

    ObjectsCopytoLayer

    Copies objects to another layer.

    ObjectsFont

    Opens font selection for the object.

    ObjectsGroup

    Groups the selected objects.

    ObjectsInsertBarcode

    Inserts a Barcode object.

    ObjectsInsertCheckbox

    Inserts a Checkbox control.

    ObjectsInsertEllipse

    Draws an ellipse.

    ObjectsInsertFormattedText

    Inserts a Formatted-Text (RTF) object.

    ObjectsInsertFormControl

    Inserts a Form Control.

    ObjectsInsertFormTemplate

    Inserts a Form Template.

    ObjectsInsertGantt

    Inserts a Gantt-chart object.

    ObjectsInsertGauge

    Inserts a Gauge object.

    ObjectsInsertHtml

    Inserts a HTML object.

    ObjectsInsertLine

    Inserts a Line object.

    ObjectsInsertLLXObjects

    Inserts an LLX-extension object.

    ObjectsInsertMultipleCopies

    Inserts multiple copies of an object.

    ObjectsInsertOLEContainer

    Inserts an OLE container.

    ObjectsInsertPDF

    Inserts a PDF object.

    ObjectsInsertPicture

    Inserts a Picture object.

    ObjectsInsertRectangle

    Inserts a Rectangle object.

    ObjectsInsertTable

    Inserts a Table object.

    ObjectsInsertText

    Inserts a Text object.

    ObjectsLocked

    Locks or unlocks the object.

    ObjectsObjectList

    Shows the Object List window.

    ObjectsProperties

    Shows the properties dialog for the selection.

    ObjectsSelectNextObject

    Selects the next object in tab order.

    ObjectsSelectPreviousObject

    Selects the previous object in tab order.

    ObjectsSelectSelectAll

    Selects all objects.

    ObjectsSelectSelectionMode

    Toggles between object and frame selection modes.

    ObjectsSelectToggleSelection

    Inverts the current selection.

    ObjectsUngroup

    Ungroups the selected group.

    ProjectCollectionVariables

    Defines collection variables.

    ProjectFilter

    Defines a record filter for preview/print.

    ProjectInclude

    Includes another project (subreport).

    ProjectLayerDefinitions

    Defines layers.

    ProjectOptions

    Opens the project options dialog.

    ProjectPageSetup

    Edits page format, orientation, and margins.

    ProjectReportParameters

    Defines report parameters.

    ProjectSumVariables

    Defines summary variables.

    ProjectTableOfContentsAndIndex

    Creates or edits a table of contents or index.

    ProjectUserVariables

    Defines user variables.

    Replace

    Finds and replaces text.

    Search

    Finds text in the project.

    SearchAgain

    Repeats the previous search.

    ViewFull

    Zoom 1:1 (100 %).

    ViewLayout

    Switches to layout view.

    ViewLayoutPreview

    Shows the layout preview.

    ViewLineTypesData

    Toggles the Data line type.

    ViewLineTypesFooter

    Toggles the Footer line type.

    ViewLineTypesGroupFooter

    Toggles the Group Footer line type.

    ViewLineTypesGroupHeader

    Toggles the Group Header line type.

    ViewLineTypesHeader

    Toggles the Header line type.

    ViewPreview

    Opens full print preview.

    ViewTimes2

    Zoom 2× (200 %).

    ViewTimes4

    Zoom 4× (400 %).

    ViewTimes8

    Zoom 8× (800 %).

    ViewWindowsLayers

    Shows or hides the Layers window.

    ViewWindowsObjectList

    Shows or hides the Object List window.

    ViewWindowsPreview

    Shows or hides the Preview window.

    ViewWindowsPropertyWindow

    Shows or hides the Property window.

    ViewWindowsRulers

    Shows or hides the rulers.

    ViewWindowsTableStructure

    Shows or hides the Table Structure window.

    ViewWindowsToolbarActions

    Shows or hides the Actions toolbar.

    ViewWindowsToolbarObjects

    Shows or hides the Objects toolbar.

    ViewWindowsVariables

    Shows or hides the Variables window.

    Zoomfactor

    Opens the Zoom-Factor dialog.

    ZoomFit

    Fits the whole page in the window.

    ZoomRevert

    Reverts the previous zoom step.

    ZoomTimes2

    Zooms in by a factor of two.

    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             combit.Reporting.LlDesignerAction

    Requirements

    Platforms: Windows 10 (Version 21H2 - 22H2), Windows 11 (22H2 - 25H2), Windows Server 2016 - 2025
    .NET: .NET Framework 4.8, .NET 8, .NET 9, .NET 10

    See Also