在水晶报表主报表视图中打印一页但系统打印两页

时间:2018-03-31 16:43:21

标签: c# crystal-reports

在CrystalReport主报表视图中打印一页但系统打印两页

void IndividualTask(vector < vector <int> >& v) {
    for (auto& row : v) {
        for (auto& e : row) {
            if (e == 0) {
                e = 1;
            }
        }
    }
}

0 个答案:

没有答案
相关问题