Enum ProjectLoadMode
- Namespace
- combit.Reporting
- Assembly
- combit.ListLabel31.CrossPlatform.dll
The mode in which a project is loaded. Determines certain behaviors in the LoadProject method.
- Default: The default mode. Loads the project as usual.
- Template: Project being loaded is a project template.
- SubReport: Project being loaded is a sub-report.
public enum ProjectLoadMode
Fields
Default = 0The default mode. Loads the project as usual.
SubReport = 2Project being loaded is a sub-report.
Template = 1Project being loaded is a project template.