-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSSRS NOTES.txt
More file actions
189 lines (143 loc) · 3.62 KB
/
SSRS NOTES.txt
File metadata and controls
189 lines (143 loc) · 3.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
SSRS NOTES
The Wizard
select data sources and create connections
Design query to execute against data sources
Choose type of reports
Specify basic layout of report
Specify formatting for report
Shared data source - all reports can use this
New data source - specific to this one project
Wizard
Select Report Type
tabular
Matrix (cross tab)
Design table
Page level data
Group level data
Detail level data
Table layout
stepped
block
include subtotals checkbox
Table style
slate
forest
corporate
bold
ocean
generic
Deployment Location
Report Server
http://localhost/ReportServer
Deployment folder
SSRS Project 1 using Wizard (user defined)
Report name includes report summary info
including data source name
connection strings for named data source
report type = table
layout type = block
style = ocean
grouping = ID
Details ProdID, ProdName
Query used
Preview Report check box
Preview Tab
Design Tab in BI Studio
Brings you to the Studio Designer App
Contains
Built-in Fields
Parameters
Images
Data Sources
Datasets
Toolbox contains Report Items - map, textbox,
Server Explorer - connections. you can add connections
ReportData box containing
Built in fields for building report
Parameters folder
Images
Data Sources
Datasets
-----------------------------------
Create a Report Project in BI Design Studio
Add a report to the project
Create datasets to be used in the report
Build the report Layout
New Project
Blank Project window
Solution Explorer
Shared Data Sources
Shared Data Sets
Reports
-- right click on Reports folder(node) and select Add --- New Item
You can now add
--Report Wizard
--Report
--Data Source
--Dataset
Select New Report Template .rdl
Click Add
You get the Report1.rdl[Design] Screen and Preview
In 'Report Data' Tab I see
Build-in Fields
Parameters
Images
Data Sources
Datasets
In the Built-in Fields I see
Execution Time
Language
Overall Page Number
Overall Total Pages
Page Name
Page Number
Render Format IsInteractive
Render Format Name
Report Folder
Report Name
Report Server URL
Total Pages
User ID
In the above Report Data Window Right click on Data Sources Node and select Add New Data Source
You can create a new connection at this time or select a shared data source reference.
Checkbox for Use single transaction when processing queries ? what does this mean?
To create connection string select EDIT
Name server to connect to and also database
What datasets do I want to use to create this report?
Datasets node in Report Data window.
Right click - new Dataset
I see
--Query
--Fields
--Options
--Filters
--Parameters
Options
--use a shared dataset
--use a dataset embedded in my report
select --use a dataset embedded in my report
select the dataset we just created above
Query type
Text or stored procedure
Text means I can write the SQL
A little box with fx is an expression builder
Query Designer == Edit As Text
From Data Source Node Select Query and add query text
This is added to the Dataset and fields can be seen.
Build in
Debug
Debuglocal
Release
Use configuration manager
Save an publish for user use.
Publish to REPORTING SERVICES SERVER
http://localhost/ReportServer
The report can now be accessed
=================================================
Report Builder
Building a Data Model for users to work with
Data models contain three things
'data sources' which connect to the database
'data source views' which connect to the database
'report models' contain entities that the end users can use
REPORT MODEL TEMPLATE