Difference between revisions of "GetReportStyleSheetIdByName"
Cg huyphong (talk | contribs) |
|||
Line 1: | Line 1: | ||
[[Category:Style setting functions]] | [[Category:Style setting functions]] | ||
− | | + | {{HelpFiles}} |
=====getReportStyleSheetIdByName===== | =====getReportStyleSheetIdByName===== |
Revision as of 11:13, 12 December 2011
getReportStyleSheetIdByName
Gets the primary key of a report style sheet by the qualified name.
Syntax
getReportStyleSheetIdByName(reportStyleSheetName)
Arguments
reportStyleSheetName: Is a string expression. It is the full path of report style sheet you want to get its ID. Double back-slash must be used for specifying the path.
Return type
number
Examples
getReportStyleSheetIdByName("MainFolderUnderRoot\\Catinet 2007Jul12");
Availability
Version 5.4