Pro SQL Server 2012 Reporting Services
CHAPTER 6 BUILDING REPORTS Adding the Gauge Control Gauge controls are one of the most aesthetically appealing types and are u ...
CHAPTER 6 BUILDING REPORTS Figure 6-40. Assigning a report variable value to the gauge pointer Next, assign the expression to ...
CHAPTER 6 BUILDING REPORTS Next, click the Pointer Fill tab. Click the Expression button to the right of the secondary color, ...
CHAPTER 6 BUILDING REPORTS Adding the Final Touches In many projects, the final touches can be quite time-consuming. You now h ...
CHAPTER 6 BUILDING REPORTS Figure 6-42. Report rendered in the browser Summary It seems as if we have covered much ground in t ...
C H A P T E R 7 Using Custom .NET Code with Reports SSRS offers software developers a variety of options when it comes to custom ...
CHAPTER 7 USING CUSTOM .NET CODE WITH REPORTS a task in an SSRS report, you probably shouldn’t take on the added overhead of i ...
CHAPTER 7 USING CUSTOM .NET CODE WITH REPORTS Note In this chapter’s example, we’ll use a slightly modified version of the r ...
CHAPTER 7 USING CUSTOM .NET CODE WITH REPORTS Figure 7-1. Creating a Visual Studio BI proJect To add the existing EmployeeServ ...
CHAPTER 7 USING CUSTOM .NET CODE WITH REPORTS right-click within the report design area, and select Properties. On the Report ...
CHAPTER 7 USING CUSTOM .NET CODE WITH REPORTS 190 Listing 7-2 shows how to use a conditional expression in the Color property ...
CHAPTER 7 USING CUSTOM .NET CODE WITH REPORTS Figure 7-5. Color propertY in the Properties window Next, click the down arrow, ...
CHAPTER 7 USING CUSTOM .NET CODE WITH REPORTS Figure 7-6. Color selection list Now you will see the Edit Expression dialog box ...
CHAPTER 7 USING CUSTOM .NET CODE WITH REPORTS You can now run your report, and the patient name will be displayed in red or bl ...
CHAPTER 7 USING CUSTOM .NET CODE WITH REPORTS Accessing .NET Assemblies from Embedded Code The Code element of the report was ...
CHAPTER 7 USING CUSTOM .NET CODE WITH REPORTS Using Custom Assemblies with Your Report Custom assemblies are harder to impleme ...
CHAPTER 7 USING CUSTOM .NET CODE WITH REPORTS Note If possible, you would want to get this information directly from the HR ...
CHAPTER 7 USING CUSTOM .NET CODE WITH REPORTS Select the newly created Class1.cs from the solution explorer, and rename it to ...
CHAPTER 7 USING CUSTOM .NET CODE WITH REPORTS if (empRows.Length > 0) { empAmt = Convert.ToDecimal(empRows[0]["Amount"]); r ...
CHAPTER 7 USING CUSTOM .NET CODE WITH REPORTS Custom assemblies are granted only Execution permissions by default. Execution ...
«
5
6
7
8
9
10
11
12
13
14
»
Free download pdf