Name | Description | |
---|---|---|
![]() | ProjectTableOfContents Constructor |
The following tables list the members exposed by ProjectTableOfContents.
Name | Description | |
---|---|---|
![]() | ProjectTableOfContents Constructor |
Name | Description | |
---|---|---|
![]() | CollectionVariables | (Inherited from combit.Reporting.Dom.ProjectBase) |
![]() | DesignerRedraw | This property controls whether the project is redrawed immediately in the designer after a change. Is required for more complex DOM operations with the designer opened. (Inherited from combit.Reporting.Dom.ProjectBase) |
![]() | EmbeddedFonts | (Inherited from combit.Reporting.Dom.ProjectBase) |
![]() | Filter | (Inherited from combit.Reporting.Dom.ProjectBase) |
![]() | InternalObjectType | (Inherited from combit.Reporting.Dom.DomItem) |
![]() | IssueRanges | This property is only available in printing mode. It's purpose is to set the default value of the issue range in the print dialog. (Inherited from combit.Reporting.Dom.ProjectBase) |
![]() | Layers | This collection contains the layers of the current project. It can also be used to add new layers to the project. (Inherited from combit.Reporting.Dom.ProjectBase) |
![]() | Layout | Defines the layout of the Designer workspace. (Inherited from combit.Reporting.Dom.ProjectBase) |
![]() | Objects | This collection contains the designer objects of the current project. It can also be used to add new objects to the project. (Inherited from combit.Reporting.Dom.ProjectBase) |
![]() | PageRanges | This property is only available in printing mode. It's purpose is to set the default value of the page range in the print dialog. (Inherited from combit.Reporting.Dom.ProjectBase) |
![]() | ProjectParameters | With this enumeration all project parameters, which are defined in the opened List & Label project, can be get or set. A list of all available project parameters can be taken from the List & Label Programmer's Manual. (Inherited from combit.Reporting.Dom.ProjectBase) |
![]() | ProjectTemplates | With this enumeration all project templates, which are defined in the opened List & Label project, can be read or new project templates can be defined. (Inherited from combit.Reporting.Dom.ProjectBase) |
![]() | Regions | With this enumeration you can access the different layout regions, which are defined in the opened List & Label project, or create new ones. (Inherited from combit.Reporting.Dom.ProjectBase) |
![]() | ReportParameters | (Inherited from combit.Reporting.Dom.ProjectBase) |
![]() | ReportParametersFromTemplates | (Inherited from combit.Reporting.Dom.ProjectBase) |
![]() | ReportSections | (Inherited from combit.Reporting.Dom.ProjectBase) |
![]() | Settings | Allows to change project specific settings e.g. the default font used for all new objects. (Inherited from combit.Reporting.Dom.ProjectBase) |
![]() | SumVariables | This collection contains the sum variables of the current project. It can also be used to add new sum variables to the project. (Inherited from combit.Reporting.Dom.ProjectBase) |
![]() | UserData | Allows to store additional information in the project file. The data passed is not visible nor editable in the designer and may be used to save e.g. connection strings, queries etc. to the project file. (Inherited from combit.Reporting.Dom.ProjectBase) |
![]() | UserDefinedDesignScheme | Returns or sets the user-defined design scheme to query or specify the colors for foreground and background. (Inherited from combit.Reporting.Dom.ProjectBase) |
![]() | UserVariables | This collection contains the user variables of the project. It can also be used to add new user variables to the project. (Inherited from combit.Reporting.Dom.ProjectBase) |
Name | Description | |
---|---|---|
![]() | Close | Closes the project and frees all associated resources. (Inherited from combit.Reporting.Dom.ProjectBase) |
![]() | CopyFrom | Copies all cloneable properties from one item to another. Make sure to call ResetInformation on the modified project in order to rebuild the object model afterwards. (Inherited from combit.Reporting.Dom.DomItem) |
![]() | CurrentObject | (Inherited from combit.Reporting.Dom.ProjectBase) |
![]() | Dispose | (Inherited from combit.Reporting.Dom.ProjectBase) |
![]() | Find | Overloaded. Finds occurrences of parameter value. (Inherited from combit.Reporting.Dom.ProjectBase) |
![]() | GenerateCode | (Inherited from combit.Reporting.Dom.DomItem) |
![]() | GetFromParent | Allows to directly modify the project currently in use, e.g. after starting a print job. If a project is already opened, it will be closed. In databound mode this method has to be called in the context of the DefinePrintOptions event (see example below), as that is the exact point where the print project is opened and initialized. Can be used to change the project during printing with DOM functions for printing/exporting - the changes are only temporary and are not persistent or are not saved in the project. (Inherited from combit.Reporting.Dom.ProjectBase) |
![]() | GetPropertyPath | (Inherited from combit.Reporting.Dom.DomItem) |
![]() | GetVirtualVariableNames | (Inherited from combit.Reporting.Dom.DomItem) |
![]() | Open | Overloaded. The Open method opens the project file that is provided in the parameter projectStream. Please note the following restrictions: |
![]() | Replace | Overloaded. Replaces all occurrences of Parameter oldValue with Parameter newValue. (Inherited from combit.Reporting.Dom.ProjectBase) |
![]() | ResetInformation | Resets the object model information, so that it will be rebuild with the next access. Is required after calling the CopyFrom Method for example. (Inherited from combit.Reporting.Dom.ProjectBase) |
![]() | Save | Overloaded. Saves a project file to disk. The file name will be the one used to open the project. (Inherited from combit.Reporting.Dom.ProjectBase) |
![]() | SaveCopyAs | (Inherited from combit.Reporting.Dom.ProjectBase) |
Name | Description | |
---|---|---|
![]() | ReplaceHit | Event invoked by each hit in a replacement operation (see also Replace). (Inherited from combit.Reporting.Dom.ProjectBase) |