|
CrossTabEngineSaveTableUserTOC Method
|
Save CBT under user section
Namespace: RCS.Carbon.TablesAssembly: RCS.Carbon.Tables (in RCS.Carbon.Tables.dll) Version: 9.1.22
Syntaxpublic bool SaveTableUserTOC(
string name,
string? sub,
bool updatetoc = true
)
Parameters
- name String
- Plain report name. Any extension on the name is ignored.
- sub String
- Subdirectory child node of the User node of the TOC.
Null for no subdirectory and the report is saved as a child of the User node.
- updatetoc Boolean (Optional)
- update User.toc
Return Value
BooleanTrue if the save is successful, false otherwise and the Job.Message property contains details.
See Also