English 中文(简体)
SSRS图表-显示图例和百分比
原标题:SSRS Charting - Display Legend and Percent

我想在图表上显示星期一(百分比),例如星期五(22%)

可以分别执行以下操作:

系列标签属性,标签数据:#PERCENT{p0}

或:=字段!DayOfWeek.值

问题:如何显示两者?

最佳回答

下面是表达式:

=Fields!DayOfWeek.Value+"(#PERCENT{p0})"
问题回答

暂无回答




相关问题
Open PDF Programmatically in One Page View

I have a 2005 Reporting Services report that I display as a PDF through the report viewer control. I would like to know how I can have the PDF be viewed in the "one page at a time mode". Right now it ...

ASP.NET ReportViewer Google Chrome CPU usage

We have found an interesting issue between ASP.NET 3.5 and ReportViewer with Google Chrome. Our set of pages work fine until a ReportViewer control displays a report. Google Chrome then eats up 50% ...

Where to install ReportServer

I have 2 servers (IIS & SQL). A web site on the IIS server uses the ReportViewer web control. Should ReportServer be installed on the IIS box or the SQL box. (IIS is in the DMZ) TIA J

Creating a PDF of a Dynamics CRM 4.0 report programmatically

We are currently in the midst of upgrading our CRM 3.0 installation to CRM 4.0. One of the things we were doing from our external web site is pulling a PDF of a report using the ReportViewer control ...

热门标签