Table of Contents

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 = 0

The default mode. Loads the project as usual.

SubReport = 2

Project being loaded is a sub-report.

Template = 1

Project being loaded is a project template.