想做温湿度月报表,查询时是空格,
\\本站点\查询年=data001.Year;
\\本站点\查询月=data001.Month;
ReportSetCellString("Report0",1,1, "温度");
ReportSetCellString("Report0",1,17, ":℃");
string nian=StrFromReal( data001.Year,0,"f" );
string yue=StrFromReal( data001.Month,0,"f" );
long hang;
hang=1;
while (hang<=31)
{\\本站点\行=hang;
string rikai=StrFromReal( \\本站点\行,0, "f" );
hang=hang+1;
string riguan=StrFromReal(\\本站点\行,0, "f" );
stringstartime=nian+"-"+yue+"-"+rikai+"-"+"0"+"-"+"0"+"-"+"0";
stringendtime=nian+"-"+yue+"-"+riguan+"-"+"0"+"-"+"0"+"-"+"0";
stringjilutime=nian+"-"+yue+"-"+riguan;
\\本站点\位置=hang+1;
ReportSetCellString("Report0", \\本站点\位置, 2, jilutime);
\\本站点\室905温度平均=GetStatisData("\\本站点\室905温度",startime, 600, 2,endtime);
ReportSetCellString("Report0",\\本站点\位置, 3, \\本站点\室905温度平均);
\\本站点\室906温度平均=GetStatisData("\\本站点\室906温度",startime, 600, 2,endtime);
ReportSetCellString("Report0",\\本站点\位置, 4, \\本站点\室906温度平均);
\\本站点\室907温度平均=GetStatisData("\\本站点\室907温度",startime, 600, 2,endtime);
ReportSetCellString("Report0",\\本站点\位置, 5, \\本站点\室907温度平均);
\\本站点\室908温度平均=GetStatisData("\\本站点\室908温度",startime, 600, 2,endtime);
ReportSetCellString("Report0",\\本站点\位置, 6, \\本站点\室908温度平均);
\\本站点\室909温度平均=GetStatisData("\\本站点\室909温度",startime, 600, 2,endtime);
ReportSetCellString("Report0",\\本站点\位置, 7, \\本站点\室909温度平均);
\\本站点\室910温度平均=GetStatisData("\\本站点\室910温度",startime, 600, 2,endtime);
ReportSetCellString("Report0",\\本站点\位置, 8, \\本站点\室910温度平均);
\\本站点\室912温度平均=GetStatisData("\\本站点\室912温度",startime, 600, 2,endtime);
ReportSetCellString("Report0",\\本站点\位置, 9, \\本站点\室912温度平均);
\\本站点\室913温度平均=GetStatisData("\\本站点\室913温度",startime, 600, 2,endtime);
ReportSetCellString("Report0",\\本站点\位置, 10, \\本站点\室913温度平均);
\\本站点\室917温度平均=GetStatisData("\\本站点\室917温度",startime, 600, 2,endtime);
ReportSetCellString("Report0",\\本站点\位置, 11, \\本站点\室917温度平均);
\\本站点\室919温度平均=GetStatisData("\\本站点\室919温度",startime, 600, 2,endtime);
ReportSetCellString("Report0",\\本站点\位置, 12, \\本站点\室919温度平均);
\\本站点\室921温度平均=GetStatisData("\\本站点\室921温度",startime, 600, 2,endtime);
ReportSetCellString("Report0",\\本站点\位置, 13, \\本站点\室921温度平均);
\\本站点\室924温度平均=GetStatisData("\\本站点\室924温度",startime, 600, 2,endtime);
ReportSetCellString("Report0",\\本站点\位置, 14, \\本站点\室924温度平均);
\\本站点\室926温度平均=GetStatisData("\\本站点\室926温度",startime, 600, 2,endtime);
ReportSetCellString("Report0",\\本站点\位置, 15, \\本站点\室926温度平均);
\\本站点\室928温度平均=GetStatisData("\\本站点\室928温度",startime, 600, 2,endtime);
ReportSetCellString("Report0",\\本站点\位置, 16, \\本站点\室928温度平均);}