Difference between revisions of "GetReportStyleSheetId"

From Catglobe Wiki
Jump to: navigation, search
 
Line 1: Line 1:
[Will obsolete soon and replace by [[Tabulation_class|Tabulation.StyleSheet]]]
+
[Will obsolete soon and replace by [[Tabulation_class|Tabulation.StyleSheet]]. More detail at [[ConversionMethods|ConversionMethods]] ]
  
 
===== getReportStyleSheetId  =====
 
===== getReportStyleSheetId  =====

Latest revision as of 04:33, 13 May 2022

[Will obsolete soon and replace by Tabulation.StyleSheet. More detail at ConversionMethods ]

getReportStyleSheetId

Gets the primary key of the report style sheet which is used when displaying diagrams. If no report style sheet is in use the empty must be returned.

Syntax

getReportStyleSheetId()

Arguments

none

Return type

number

Examples

number stylesheetId = getReportStyleSheetId();

print(stylesheetId); //Result: empty since no Report style sheet is in use.

setReportStyleSheetId(570);

number stylesheetId = getReportStyleSheetId();

print(stylesheetId); //Result: 570 since Report style sheet with Id 570 is in use.

Availability

Version 5.4