MatrixReporter.Reporter.PrintText Function
Sends to the printing job file any text at specified coordinates.

Public void PrintText (int, int, string)
  Type Name Description  
    int nRow Row for printing the text.  
    int nCol Column for printing the text  
    string cText Text to be printed  
  Return Description  
    void