Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Rapor klasörüne bir jSettings dosyası atarak oluşturulabilir. 

jsettings içeriğine Kolon adları yerelleştirme,  değerleri makro kullanılarak eklenmelidir. Rapor içeriğine iletilen nesne tipini bilmenin ve buna göre raporu düzenlemeniz gerekmektedir. GEODI Pro ile oluşturacağınız raporlarda makro data nesnesi  GeodiEntry Array'dir.  Mobidi Server Raporları için nesne MobidiEntry Array'dir.

CSVReport.jSettings
{
    ID:"MyCSVReport",
	DisplayName:"[$.en:My CSV Report;tr:CSV Raporum]",
    __type: "Factory.ActionFactory:CSVReporter",
	Headers:[ 
		"[$.tr:Doküman;en:Content]",
		"[$.tr:Katman;en:Layer]",
		"[$.tr:Kelime;en:Keyword]",
		],
	Columns:[
		"=context.Data.OutputGeodiContent.DisplayName",
        "=context.Data.RecognizerBackRef.Recognizer==null?string.Empty:context.Data.RecognizerBackRef.Recognizer.DisplayName",
        "=context.Data.RecognizerBackRef.Text"
		]
}
  • No labels