combit List & Label 29 - .NET Help
combit.Reporting Namespace / ListLabel Class / NextCombinationPrintStep Event


In This Topic
    NextCombinationPrintStep Event
    In This Topic

    This event is called if AutoProjectFile contains more than one project file separated by semicolons. In this case, a sequence print is triggered and this event allows to change options between two print jobs of the sequence.

    Syntax
    'Declaration
     
    
    Public Event NextCombinationPrintStep As EventHandler(Of NextCombinationPrintStepEventArgs)
    public event EventHandler<NextCombinationPrintStepEventArgs> NextCombinationPrintStep
    public:
    event EventHandler<NextCombinationPrintStepEventArgs^>^ NextCombinationPrintStep
    Event Data

    The event handler receives an argument of type NextCombinationPrintStepEventArgs containing data related to this event. The following NextCombinationPrintStepEventArgs properties provide information specific to this event.

    PropertyDescription

    Index (0...n) of the project that is about to be printed.

     

    Additional job data identifier that might be available if the corresponding syntax "JOB=" was used in the AutoProjectFile string that triggered the combination print.

     

    File name/Repository ID of the project that is about to be printed.

     

    Allows to reset the page number or page number and total pages count for the print step.

     
    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