TOC : Script API > JavaScript > JavaScript API > Component > ReportTemplate > Method >

 

GetDataSetSorting

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TOC : Script API > JavaScript > JavaScript API > Component > ReportTemplate > Method >

 

GetDataSetSorting

 

 

Gets the sort order set by SetDataSetSorting function.

 

 

 

Prototype :

 

string GetDataSetSorting

(

        string DataSetPath

)

 

 

 

Arguments :

 

DataSetPath

DataSet Path in the form of "ODI name.dataset name"

 

 

 

Example :

 

//ODI name : Sample, dataset name : Orders

  _TraceLn(ReportTemplate.GetDataSetSorting("Sample.Orders"));

 

 

 

Available Events :

 

OnStartUp