Class NextCombinationPrintStepEventArgs
- Namespace
- combit.Reporting
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Provides event data for the NextCombinationPrintStep event.
public sealed class NextCombinationPrintStepEventArgs : EventArgs
- Inheritance
-
NextCombinationPrintStepEventArgs
- Inherited Members
Properties
Index
Gets the index (0...n) of the project that is about to be printed.
public int Index { get; }
Property Value
JobData
Gets the additional job data identifier that might be available if the corresponding syntax (JOB=...) was used in the AutoProjectFile string.
public string JobData { get; }
Property Value
ProjectFileName
Gets the file name or repository ID of the project that is about to be printed.
public string ProjectFileName { get; }
Property Value
ResetPageNumberOption
Gets or sets the option to reset the page number for the print step.
public ResetPageNumberOption ResetPageNumberOption { get; set; }
Property Value
SkipCombinationPrintStep
Indicates whether to skip the combination print step.
public bool SkipCombinationPrintStep { get; set; }