I need to generate a high quality report based on information in a SQL Server database, and I want very explicit control of the layout and appearance from inside C#.
i have a db diagram as shown above. What I need to do is: Select a table which is as follows: PatientId, Emergency.Name or Doctor Names, Patient.Address.
Hopefully someone will be able to help me with this! I\'m trying to get a sensible Excel layout for an SSRS report, right now the header, which consists of an image and two textboxes, appears to be ca
I am experiencing a strange problem in reporting services when I deliver a report ov开发者_Go百科er email using subscriptions. I have a report set to be emailed out on a weekly basis with the report a
I can\'t find much about this online so I was wondering if someone knew here. Is SSRS 2005 if a user creates a subscription, will other users be able to view and edit those subsciptions? If 开发者_如
I have a stored procedure in SQL开发者_如何学编程 Server 2008 that consists of multple select statements.When building a report in SSRS, I have a dataset that uses that stored procedure.However, the o
I have a problem with a Reporting Services report. My report has two datasets, one that fetches the actual report data and one that fetches translated resource strings for displaying wherever literal
I support a legacy MFC C++ application (VS2005) and I want to call some SSRS reports (MS Reporting Services).I was hoping to use the MS Report Viewer control, but it only works with .Net.I’ve come up
I have a chart in an SSRS report. I usually have 10 different values for the X a开发者_如何学编程xis. For some reason, it only shows some of them when the chart is rendered. It renders fine if I use l
I have a graph in an SSRS report that shows percentages. I achieved this my putting a format value of 0.0%. The database contains fraction values as 0.1 and 0.15 so they get formated as 10% and 15% au