public System.bool AllowExcelOutput {get; set;}
public System.bool AllowExcelOutput {get; set;}
//Allow ONLY PDF exports api.General.AllowCsvOutput = false; api.General.AllowExcelOutput = false; api.General.AllowRtfOutput = false; api.General.AllowPdfOutput = true;