标签: c# crystal-reports
在CrystalReport主报表视图中打印一页但系统打印两页
void IndividualTask(vector < vector <int> >& v) { for (auto& row : v) { for (auto& e : row) { if (e == 0) { e = 1; } } } }