Difference between revisions of "SetReportStyleSheetId"
Cg huyphong (talk | contribs) |
|||
Line 1: | Line 1: | ||
[[Category:Style setting functions]] | [[Category:Style setting functions]] | ||
− | + | [Will obsolete soon and replace by [[Tabulation_class|Tabulation.StyleSheet]]] | |
=====setReportStyleSheetId===== | =====setReportStyleSheetId===== |
Revision as of 10:59, 12 May 2022
[Will obsolete soon and replace by Tabulation.StyleSheet]
setReportStyleSheetId
Sets the report style sheet which is be used when displaying/creating diagrams.
Syntax
setReportStyleSheetId(reportStyleSheetID)
Arguments
reportStyleSheetID: Is a numeric (non-decimal) expression. It is the ID of the style sheet you want to apply to the created diagrams. If empty is passed as input, then the default report style sheet must be used.
Return type
empty
Examples
setReportStyleSheetId(2);
Availability
Version 5.4