combit List & Label 29 - .NET Help
combit.Reporting Namespace / ListLabel Class / Design Method / Design(LlProject,Stream,Stream) Method

Project type. See LlProject. Can also be set via the AutoProjectType Property.

Project file in the form of a stream.
Printer settings in the form of a stream.


In This Topic
    Design(LlProject,Stream,Stream) Method
    In This Topic

    This key method handles databound report design. Assign a DataSource to the component and call this method to start the Designer.

    Please note that the following menu items in the Designer are not available:
    - LlDesignerAction.FileSaveAs
    - LlDesignerAction.FileNew
    - LlDesignerAction.FileLRUlist
    - LlDesignerAction.FileOpen
    - LlDesignerAction.ProjectInclude

    Furthermore the following restrictions apply:
    - The Designer function 'ProjectPath$()' is not available
    - Drilldown is not available

    Syntax
    'Declaration
     
    
    Public Overloads Sub Design( _
       ByVal projectType As LlProject, _
       ByVal projectStream As Stream, _
       ByVal printerSettingsStream As Stream _
    ) 

    Parameters

    projectType

    Project type. See LlProject. Can also be set via the AutoProjectType Property.

    projectStream
    Project file in the form of a stream.
    printerSettingsStream
    Printer settings in the form of a stream.
    Requirements

    Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
    .NET: .NET Framework 4.8, .NET 6, .NET 7, .NET 8

    See Also