outputType in c#

        public class ReturnType
        {
            public object Data;
            public string OutputType;
        }
return new ReturnType() { Data = Result, OutputType = this.outputType };

public PivotTable.ReturnType get_report(string type, string perOAbso, string slatype, DataGrid datagrid, string tableId)
{

}

Comments

Popular posts from this blog

like php