Click or drag to resize

CrossTabEngineSaveTableUserTOC Method

Save CBT under user section

Namespace: RCS.Carbon.Tables
Assembly: RCS.Carbon.Tables (in RCS.Carbon.Tables.dll) Version: 9.1.22
Syntax
C#
public 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

Boolean
True if the save is successful, false otherwise and the Job.Message property contains details.
See Also