Pro SQL Server 2012 Reporting Services
CHAPTER 8 DEPLOYING REPORTS Figure 8-7. Report Builder 3.0 save options Using BIDS and Visual Studio 2012 You also can deploy ...
CHAPTER 8 DEPLOYING REPORTS OverwriteDataSources: A Boolean value indicating whether to overwrite an existing data source on ...
CHAPTER 8 DEPLOYING REPORTS Figure 8-8. Project Property Pages After the configuration information is set up correctly, you ca ...
CHAPTER 8 DEPLOYING REPORTS Figure 8-9. Visual Studio 2012 Configuration Manager By default, you see the setup for the current ...
CHAPTER 8 DEPLOYING REPORTS The project: Deploys the reports and data sources in the specific project in your solution to the ...
CHAPTER 8 DEPLOYING REPORTS Using the rs.exe Utility In order to access one of the SSRS Web services, Reporting Services gives ...
CHAPTER 8 DEPLOYING REPORTS Folder: The name of the folder to be created Parent: The parent name of the folder that you are c ...
CHAPTER 8 DEPLOYING REPORTS Try ' Create the datasource through the web service method rs.CreateDataSource(name, "/" + parentP ...
CHAPTER 8 DEPLOYING REPORTS Public Sub CreateFolder(ByVal folderName as String, ByVal ParentFolder as String) Dim extraName As ...
CHAPTER 8 DEPLOYING REPORTS You now have a new data source and report deployed to your report server. The RSS file included in ...
CHAPTER 8 DEPLOYING REPORTS Note The CreateReportEditSession method might pass sensitive data, including user credentials, o ...
CHAPTER 8 DEPLOYING REPORTS Figure 8-12. Add Web Reference dialog box In the Web reference name textbox, enter SSRSWebService. ...
CHAPTER 8 DEPLOYING REPORTS Figure 8-13. Adding directives to your publisher project Laying Out the Form From the Toolbox, add ...
CHAPTER 8 DEPLOYING REPORTS Figure 8-14. Publisher, the example report publisher Coding the Form Now that you have the form la ...
CHAPTER 8 DEPLOYING REPORTS Allowing Users to Enter a Server Name When a user types in a server name on the form, the code nee ...
CHAPTER 8 DEPLOYING REPORTS Note The ListChildren method returns all objects on the report server, including data sources, r ...
CHAPTER 8 DEPLOYING REPORTS } catch (SoapException ex) { MessageBox.Show(ex.Detail.InnerXml.ToString()); } catch (Exception ex ...
CHAPTER 8 DEPLOYING REPORTS { // Strip off the Root name from the path and correct the path separators for use with SRS pathNa ...
CHAPTER 8 DEPLOYING REPORTS } catch (SoapException ex) { MessageBox.Show(ex.Detail.InnerXml.ToString()); } } } The code starts ...
CHAPTER 8 DEPLOYING REPORTS Figure 8-15. Complete report publisher showing folders on SSRS server Note You need to deploy th ...
«
7
8
9
10
11
12
13
14
15
16
»
Free download pdf