Class AutoDefineNewPageEventArgs
- Namespace
- combit.Reporting
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Provides data for the event that is raised when a new page is triggered.
public sealed class AutoDefineNewPageEventArgs : EventArgs
- Inheritance
-
AutoDefineNewPageEventArgs
- Inherited Members
Properties
IsDesignMode
Gets a value indicating whether the event is occurring in design mode. In Cross Platform, this is true if the event is raised during the initial formula evaluation or during the page counting phase for TotalPages$().
public bool IsDesignMode { get; }
Property Value
IsPreprocessing
Gets a value indicating whether the event is occurring during preprocessing. In Cross Platform, this is always false.
public bool IsPreprocessing { get; }