Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/reporting-services/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Reporting services SSRS:文本框中的日期格式表达式_Reporting Services_Ssrs 2012_Ssrs Tablix - Fatal编程技术网

Reporting services SSRS:文本框中的日期格式表达式

Reporting services SSRS:文本框中的日期格式表达式,reporting-services,ssrs-2012,ssrs-tablix,Reporting Services,Ssrs 2012,Ssrs Tablix,在SSRS报告中,我需要在文本框中显示以下格式 示例:默认情况下,它应该选择当前日期 **数据报告 2018年4月18日** 如何写表达式 尝试使用格式(现在是(),“MMMM-dd,yyyy”),该格式将生成2018年4月18日。 您可以检查此项以了解更多格式: ="**Data Reporting "&Format(today,"dd, MMM yyyy")&"**"

在SSRS报告中,我需要在文本框中显示以下格式

示例:默认情况下,它应该选择当前日期

**数据报告

2018年4月18日**

如何写表达式

尝试使用格式(现在是(),“MMMM-dd,yyyy”),该格式将生成2018年4月18日。 您可以检查此项以了解更多格式:

="**Data Reporting "&Format(today,"dd, MMM yyyy")&"**"