diff --git a/module/bug/view/report.html.php b/module/bug/view/report.html.php
index c53ff8bd6c..1d7973e355 100644
--- a/module/bug/view/report.html.php
+++ b/module/bug/view/report.html.php
@@ -76,6 +76,7 @@
+
report->notice->help?>
diff --git a/module/common/lang/en.php b/module/common/lang/en.php
index cb51afcc69..f7612815d5 100644
--- a/module/common/lang/en.php
+++ b/module/common/lang/en.php
@@ -275,6 +275,9 @@ $lang->report->menu->prj = array('link' => $lang->projectCommon . '|report|p
$lang->report->menu->test = array('link' => 'Testing|report|bugcreate', 'alias' => 'bugassign');
$lang->report->menu->staff = array('link' => 'Company|report|workload');
+$lang->report->notice = new stdclass();
+$lang->report->notice->help = 'Note: Report is generated from search results. Please search in the list page before you generate a report.';
+
/* 组织结构视图菜单设置。*/
$lang->company = new stdclass();
$lang->company->menu = new stdclass();
diff --git a/module/common/lang/zh-cn.php b/module/common/lang/zh-cn.php
index 9ceed8cdec..7bfbf3d6aa 100644
--- a/module/common/lang/zh-cn.php
+++ b/module/common/lang/zh-cn.php
@@ -275,6 +275,9 @@ $lang->report->menu->prj = array('link' => $lang->projectCommon . '|report|p
$lang->report->menu->test = array('link' => '测试|report|bugcreate', 'alias' => 'bugassign');
$lang->report->menu->staff = array('link' => '组织|report|workload');
+$lang->report->notice = new stdclass();
+$lang->report->notice->help = '注:统计报表的数据,来源于列表页面的检索结果,生成统计报表前请先在列表页面进行检索。';
+
/* 组织结构视图菜单设置。*/
$lang->company = new stdclass();
$lang->company->menu = new stdclass();
diff --git a/module/story/view/report.html.php b/module/story/view/report.html.php
index 2d103a310b..0c2d98603d 100644
--- a/module/story/view/report.html.php
+++ b/module/story/view/report.html.php
@@ -75,6 +75,7 @@
+ report->notice->help?>
diff --git a/module/task/view/report.html.php b/module/task/view/report.html.php
index 3378f37436..3983630132 100644
--- a/module/task/view/report.html.php
+++ b/module/task/view/report.html.php
@@ -77,6 +77,7 @@
+ report->notice->help?>