/** Returns the paths for columns to be used in reports
	* Default is null, the reporpage will use getUiColumnPaths
	* @static override if required.
	* @return Array of String or String
	*   For keys that are Strings, the keys will be used as column label
	*/
	static function getReportColumnPaths() {
		return null;
	}