Produced by Araxis Merge on 7/5/2018 7:16:04 AM Central Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | registries.zip\registries\Combined_registries_code\Registries VIRP Database\SSRS Objects\Reports\KDR | Renal Care Delivery.rdl | Wed Jun 27 16:57:26 2018 UTC |
| 2 | registries.zip\registries\Combined_registries_code\Registries VIRP Database\SSRS Objects\Reports\KDR | Renal Care Delivery.rdl | Wed Jun 27 17:42:16 2018 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 1760 |
| Changed | 1 | 2 |
| Inserted | 0 | 0 |
| Removed | 0 | 0 |
| Whitespace | |
|---|---|
| Character case | Differences in character case are significant |
| Line endings | Differences in line endings (CR and LF characters) are ignored |
| CR/LF characters | Not shown in the comparison detail |
No regular expressions were active.
| 1 | <?xml vers ion="1.0" encoding=" utf-8"?> | |
| 2 | <Report xm lns:rd="ht tp://schem as.microso ft.com/SQL Server/rep orting/rep ortdesigne r" xmlns:c l="http:// schemas.mi crosoft.co m/sqlserve r/reportin g/2010/01/ componentd efinition" xmlns="ht tp://schem as.microso ft.com/sql server/rep orting/201 0/01/repor tdefinitio n"> | |
| 3 | <AutoRef resh>0</Au toRefresh> | |
| 4 | <DataSou rces> | |
| 5 | <DataS ource Name ="DataSour ce1"> | |
| 6 | <Dat aSourceRef erence>/Da taSources/ RegistryCo nnectionSt ring</Data SourceRefe rence> | |
| 7 | <rd: SecurityTy pe>None</r d:Security Type> | |
| 8 | <rd: DataSource ID>dd5dba9 8-1d9f-413 0-8e00-526 6424886b0< /rd:DataSo urceID> | |
| 9 | </Data Source> | |
| 10 | </DataSo urces> | |
| 11 | <DataSet s> | |
| 12 | <DataS et Name="K DR_Dialysi sPatients" > | |
| 13 | <Que ry> | |
| 14 | <D ataSourceN ame>DataSo urce1</Dat aSourceNam e> | |
| 15 | <C ommandText >select di stinct | |
| 16 | s. PatientLas tName | |
| 17 | ,s .PatientFi rstName | |
| 18 | ,C ONVERT(var char, ii.S ta3n) as S ta3n | |
| 19 | ,i i.AdmitDat eTime | |
| 20 | ,i i.Discharg eDateTime | |
| 21 | ,i i.ICDProce dureDateTi me | |
| 22 | ,( case | |
| 23 | when dt.Dialys isTypeDesc ription = '*Missing* ' then 'Ot her (Descr iption Mis sing)' | |
| 24 | else dt.Dialys isTypeDesc ription | |
| 25 | en d) as Dial ysisTypeDe scription | |
| 26 | ,i .NAME as S tationName | |
| 27 | ,i .STREETCIT Y as Stati onCity | |
| 28 | ,s t.POSTALNA ME as Stat ionState | |
| 29 | ,i .STREETPOS TALCODE as StationPo stalCode | |
| 30 | ,( case | |
| 31 | when st.POSTAL NAME in (' IA','IL',' IN','KS',' MI','MN',' MO','ND',' NE','OH',' SD','WI') then 'Midw est' | |
| 32 | when st.POSTAL NAME in (' CT','DE',' MA','MD',' ME','NH',' NJ','NY',' PA','RI',' VT') then 'Northeast ' | |
| 33 | when st.POSTAL NAME in (' AL','AR',' FL','GA',' KY','LA',' MS','NC',' SC','TN',' VA','WV',' AZ','NM',' OK','TX') then 'Sout heast' | |
| 34 | when st.POSTAL NAME in (' AK','CA',' CO','HI',' ID','MT',' NV','OR',' UT','WA',' WY') then 'West' | |
| 35 | else 'Other' | |
| 36 | en d) as Stat ionRegion | |
| 37 | from | |
| 38 | CR S.REFERRAL r | |
| 39 | inne r join CRS .PATIENT p on p.PATI ENT_ID=r.P ATIENT_ID | |
| 40 | inne r join CRS .SPATIENT s on s.PAT IENTICN=p. PATIENTICN | |
| 41 | inne r join CRS .INPAT_INP ATIENTICDP ROCEDURE i i on ii.PA TIENTSID = s.PATIENT SID | |
| 42 | inne r join CRS .STD_Dialy sisType dt on dt.Dia lysisTypeS ID=ii.Dial ysisTypeSI D | |
| 43 | left outer joi n CRS.STD_ INSTITUTIO N i on i.S TATIONNUMB ER=ii.Sta3 n and IsNu meric(i.ST ATIONNUMBE R)=1 | |
| 44 | left outer joi n CRS.STD_ STATE st o n st.ID=i. STREETSTAT E_ID | |
| 45 | where | |
| 46 | r. STD_REGIST RY_ID=5 | |
| 47 | ||
| 48 | union | |
| 49 | ||
| 50 | select dis tinct | |
| 51 | s. PatientLas tName | |
| 52 | ,s .PatientFi rstName | |
| 53 | ,C ONVERT(var char, ic.S ta3n) as S ta3n | |
| 54 | ,i c.AdmitDat eTime | |
| 55 | ,i c.CensusDa teTime as DischargeD ateTime | |
| 56 | ,i c.ICDProce dureDateTi me | |
| 57 | ,( case | |
| 58 | when dt.Dialys isTypeDesc ription = '*Missing* ' then 'Ot her (Descr iption Mis sing)' | |
| 59 | else dt.Dialys isTypeDesc ription | |
| 60 | en d) as Dial ysisTypeDe scription | |
| 61 | ,i .NAME as S tationName | |
| 62 | ,i .STREETCIT Y as Stati onCity | |
| 63 | ,s t.POSTALNA ME as Stat ionState | |
| 64 | ,i .STREETPOS TALCODE as StationPo stalCode | |
| 65 | ,( case | |
| 66 | when st.POSTAL NAME in (' IA','IL',' IN','KS',' MI','MN',' MO','ND',' NE','OH',' SD','WI') then 'Midw est' | |
| 67 | when st.POSTAL NAME in (' CT','DE',' MA','MD',' ME','NH',' NJ','NY',' PA','RI',' VT') then 'Northeast ' | |
| 68 | when st.POSTAL NAME in (' AL','AR',' FL','GA',' KY','LA',' MS','NC',' SC','TN',' VA','WV',' AZ','NM',' OK','TX') then 'Sout heast' | |
| 69 | when st.POSTAL NAME in (' AK','CA',' CO','HI',' ID','MT',' NV','OR',' UT','WA',' WY') then 'West' | |
| 70 | else 'Other' | |
| 71 | en d) as Stat ionRegion | |
| 72 | from | |
| 73 | CR S.REFERRAL r | |
| 74 | inne r join CRS .PATIENT p on p.PATI ENT_ID=r.P ATIENT_ID | |
| 75 | inne r join CRS .SPATIENT s on s.PAT IENTICN=p. PATIENTICN | |
| 76 | inne r join CRS .INPAT_CEN SUSICDPROC EDURE ic o n ic.PATIE NTSID=s.PA TIENTSID | |
| 77 | inne r join CRS .STD_Dialy sisType dt on dt.Dia lysisTypeS ID=ic.Dial ysisTypeSI D | |
| 78 | left outer joi n CRS.STD_ INSTITUTIO N i on i.S TATIONNUMB ER=ic.Sta3 n and IsNu meric(i.ST ATIONNUMBE R)=1 | |
| 79 | left outer joi n CRS.STD_ STATE st o n st.ID=i. STREETSTAT E_ID | |
| 80 | where | |
| 81 | r. STD_REGIST RY_ID=5 | |
| 82 | order by A dmitDateTi me</Comman dText> | |
| 83 | </Qu ery> | |
| 84 | <Fie lds> | |
| 85 | <F ield Name= "PatientLa stName"> | |
| 86 | <DataField >PatientLa stName</Da taField> | |
| 87 | <rd:TypeNa me>System. String</rd :TypeName> | |
| 88 | </ Field> | |
| 89 | <F ield Name= "PatientFi rstName"> | |
| 90 | <DataField >PatientFi rstName</D ataField> | |
| 91 | <rd:TypeNa me>System. String</rd :TypeName> | |
| 92 | </ Field> | |
| 93 | <F ield Name= "AdmitDate Time"> | |
| 94 | <DataField >AdmitDate Time</Data Field> | |
| 95 | <rd:TypeNa me>System. DateTime</ rd:TypeNam e> | |
| 96 | </ Field> | |
| 97 | <F ield Name= "Sta3n"> | |
| 98 | <DataField >Sta3n</Da taField> | |
| 99 | <rd:TypeNa me>System. String</rd :TypeName> | |
| 100 | </ Field> | |
| 101 | <F ield Name= "Discharge DateTime"> | |
| 102 | <DataField >Discharge DateTime</ DataField> | |
| 103 | <rd:TypeNa me>System. DateTime</ rd:TypeNam e> | |
| 104 | </ Field> | |
| 105 | <F ield Name= "ICDProced ureDateTim e"> | |
| 106 | <DataField >ICDProced ureDateTim e</DataFie ld> | |
| 107 | <rd:TypeNa me>System. DateTime</ rd:TypeNam e> | |
| 108 | </ Field> | |
| 109 | <F ield Name= "DialysisT ypeDescrip tion"> | |
| 110 | <DataField >DialysisT ypeDescrip tion</Data Field> | |
| 111 | <rd:TypeNa me>System. String</rd :TypeName> | |
| 112 | </ Field> | |
| 113 | <F ield Name= "StationNa me"> | |
| 114 | <DataField >StationNa me</DataFi eld> | |
| 115 | <rd:TypeNa me>System. String</rd :TypeName> | |
| 116 | </ Field> | |
| 117 | <F ield Name= "StationCi ty"> | |
| 118 | <DataField >StationCi ty</DataFi eld> | |
| 119 | <rd:TypeNa me>System. String</rd :TypeName> | |
| 120 | </ Field> | |
| 121 | <F ield Name= "StationSt ate"> | |
| 122 | <DataField >StationSt ate</DataF ield> | |
| 123 | <rd:TypeNa me>System. String</rd :TypeName> | |
| 124 | </ Field> | |
| 125 | <F ield Name= "StationRe gion"> | |
| 126 | <DataField >StationRe gion</Data Field> | |
| 127 | <rd:TypeNa me>System. String</rd :TypeName> | |
| 128 | </ Field> | |
| 129 | <F ield Name= "StationPo stalCode"> | |
| 130 | <DataField >StationPo stalCode</ DataField> | |
| 131 | <rd:TypeNa me>System. String</rd :TypeName> | |
| 132 | </ Field> | |
| 133 | </Fi elds> | |
| 134 | <Fil ters> | |
| 135 | <F ilter> | |
| 136 | <FilterExp ression>=I If(Paramet ers!report Type.Value = "2", Fi elds!Stati onCity.Val ue, IIf(Pa rameters!r eportType. Value = "3 ", Fields! StationSta te.Value, IIf(Parame ters!repor tType.Valu e = "4", F ields!Stat ionPostalC ode.Value, IIf(Param eters!repo rtType.Val ue = "5", Fields!Sta tionRegion .Value, Fi elds!Sta3n .Value)))) </FilterEx pression> | |
| 137 | <Operator> In</Operat or> | |
| 138 | <FilterVal ues> | |
| 139 | <FilterV alue>=Para meters!fil terType.Va lue</Filte rValue> | |
| 140 | </FilterVa lues> | |
| 141 | </ Filter> | |
| 142 | </Fi lters> | |
| 143 | </Data Set> | |
| 144 | <DataS et Name="K DR_Filter" > | |
| 145 | <Que ry> | |
| 146 | <D ataSourceN ame>DataSo urce1</Dat aSourceNam e> | |
| 147 | <Q ueryParame ters> | |
| 148 | <QueryPara meter Name ="@reportT ype"> | |
| 149 | <Value>= Parameters !reportTyp e.Value</V alue> | |
| 150 | </QueryPar ameter> | |
| 151 | </ QueryParam eters> | |
| 152 | <C ommandText >select 'S elect' as FilterType | |
| 153 | ||
| 154 | union | |
| 155 | ||
| 156 | select dis tinct | |
| 157 | (c ase | |
| 158 | when @reportTy pe = '2' t hen i.STRE ETCITY | |
| 159 | when @reportTy pe = '3' t hen st.POS TALNAME | |
| 160 | when @reportTy pe = '4' t hen i.STRE ETPOSTALCO DE | |
| 161 | when @reportTy pe = '5' t hen | |
| 162 | ||
| 163 | (cas e | |
| 164 | when s t.POSTALNA ME in ('IA ','IL','IN ','KS','MI ','MN','MO ','ND','NE ','OH','SD ','WI') th en 'Midwes t' | |
| 165 | when s t.POSTALNA ME in ('CT ','DE','MA ','MD','ME ','NH','NJ ','NY','PA ','RI','VT ') then 'N ortheast' | |
| 166 | when s t.POSTALNA ME in ('AL ','AR','FL ','GA','KY ','LA','MS ','NC','SC ','TN','VA ','WV','AZ ','NM','OK ','TX') th en 'Southe ast' | |
| 167 | when s t.POSTALNA ME in ('AK ','CA','CO ','HI','ID ','MT','NV ','OR','UT ','WA','WY ') then 'W est' | |
| 168 | else ' Other' | |
| 169 | end) | |
| 170 | ||
| 171 | else CONVERT(v archar, ii .Sta3n) | |
| 172 | en d) as Filt erType | |
| 173 | from | |
| 174 | CR S.REFERRAL r | |
| 175 | inne r join CRS .PATIENT p on p.PATI ENT_ID=r.P ATIENT_ID | |
| 176 | inne r join CRS .SPATIENT s on s.PAT IENTICN=p. PATIENTICN | |
| 177 | inne r join CRS .INPAT_INP ATIENTICDP ROCEDURE i i on ii.PA TIENTSID = s.PATIENT SID | |
| 178 | inne r join CRS .DialysisT ype dt on dt.Dialysi sTypeSID=i i.Dialysis TypeSID | |
| 179 | left outer joi n CRS.STD_ INSTITUTIO N i on i.S TATIONNUMB ER=ii.Sta3 n and IsNu meric(i.ST ATIONNUMBE R)=1 | |
| 180 | left outer joi n CRS.STD_ STATE st o n st.ID=i. STREETSTAT E_ID | |
| 181 | where | |
| 182 | r. STD_REGIST RY_ID=5 | |
| 183 | ||
| 184 | union | |
| 185 | ||
| 186 | select dis tinct | |
| 187 | (c ase | |
| 188 | when @reportTy pe = '2' t hen i.STRE ETCITY | |
| 189 | when @reportTy pe = '3' t hen st.POS TALNAME | |
| 190 | when @reportTy pe = '4' t hen i.STRE ETPOSTALCO DE | |
| 191 | when @reportTy pe = '5' t hen | |
| 192 | ||
| 193 | (cas e | |
| 194 | when s t.POSTALNA ME in ('IA ','IL','IN ','KS','MI ','MN','MO ','ND','NE ','OH','SD ','WI') th en 'Midwes t' | |
| 195 | when s t.POSTALNA ME in ('CT ','DE','MA ','MD','ME ','NH','NJ ','NY','PA ','RI','VT ') then 'N ortheast' | |
| 196 | when s t.POSTALNA ME in ('AL ','AR','FL ','GA','KY ','LA','MS ','NC','SC ','TN','VA ','WV','AZ ','NM','OK ','TX') th en 'Southe ast' | |
| 197 | when s t.POSTALNA ME in ('AK ','CA','CO ','HI','ID ','MT','NV ','OR','UT ','WA','WY ') then 'W est' | |
| 198 | else ' Other' | |
| 199 | end) | |
| 200 | ||
| 201 | else CONVERT(v archar, ic .Sta3n) | |
| 202 | en d) as Filt erType | |
| 203 | from | |
| 204 | CR S.REFERRAL r | |
| 205 | inne r join CRS .PATIENT p on p.PATI ENT_ID=r.P ATIENT_ID | |
| 206 | inne r join CRS .SPATIENT s on s.PAT IENTICN=p. PATIENTICN | |
| 207 | inne r join CRS .INPAT_CEN SUSICDPROC EDURE ic o n ic.PATIE NTSID=s.PA TIENTSID | |
| 208 | inne r join CRS .DialysisT ype dt on dt.Dialysi sTypeSID=i c.Dialysis TypeSID | |
| 209 | left outer joi n CRS.STD_ INSTITUTIO N i on i.S TATIONNUMB ER=ic.Sta3 n and IsNu meric(i.ST ATIONNUMBE R)=1 | |
| 210 | left outer joi n CRS.STD_ STATE st o n st.ID=i. STREETSTAT E_ID | |
| 211 | where | |
| 212 | r. STD_REGIST RY_ID=5 | |
| 213 | order by F ilterType< /CommandTe xt> | |
| 214 | </Qu ery> | |
| 215 | <Fie lds> | |
| 216 | <F ield Name= "FilterTyp e"> | |
| 217 | <DataField >FilterTyp e</DataFie ld> | |
| 218 | <rd:TypeNa me>System. String</rd :TypeName> | |
| 219 | </ Field> | |
| 220 | </Fi elds> | |
| 221 | </Data Set> | |
| 222 | </DataSe ts> | |
| 223 | <ReportS ections> | |
| 224 | <Repor tSection> | |
| 225 | <Bod y> | |
| 226 | <R eportItems > | |
| 227 | <Chart Nam e="Chart1" > | |
| 228 | <ChartCa tegoryHier archy> | |
| 229 | <Chart Members> | |
| 230 | <Cha rtMember> | |
| 231 | <G roup Name= "Chart1_Ca tegoryGrou p"> | |
| 232 | <GroupExpr essions> | |
| 233 | <GroupEx pression>= IIf(Parame ters!repor tType.Valu e = "2", F ields!Stat ionCity.Va lue, IIf(P arameters! reportType .Value = " 3", Fields !StationSt ate.Value, IIf(Param eters!repo rtType.Val ue = "4", Fields!Sta tionPostal Code.Value , IIf(Para meters!rep ortType.Va lue = "5", Fields!St ationRegio n.Value, F ields!Sta3 n.Value))) )</GroupEx pression> | |
| 234 | </GroupExp ressions> | |
| 235 | </ Group> | |
| 236 | <S ortExpress ions> | |
| 237 | <SortExpre ssion> | |
| 238 | <Value>= IIf(Parame ters!repor tType.Valu e = "2", F ields!Stat ionCity.Va lue, IIf(P arameters! reportType .Value = " 3", Fields !StationSt ate.Value, IIf(Param eters!repo rtType.Val ue = "4", Fields!Sta tionPostal Code.Value , IIf(Para meters!rep ortType.Va lue = "5", Fields!St ationRegio n.Value, F ields!Sta3 n.Value))) )</Value> | |
| 239 | </SortExpr ession> | |
| 240 | </ SortExpres sions> | |
| 241 | <L abel>=IIf( Parameters !reportTyp e.Value = "2", Field s!StationC ity.Value, IIf(Param eters!repo rtType.Val ue = "3", Fields!Sta tionState. Value, IIf (Parameter s!reportTy pe.Value = "4", Fiel ds!Station PostalCode .Value, II f(Paramete rs!reportT ype.Value = "5", Fie lds!Statio nRegion.Va lue, Field s!Sta3n.Va lue))))</L abel> | |
| 242 | </Ch artMember> | |
| 243 | </Char tMembers> | |
| 244 | </ChartC ategoryHie rarchy> | |
| 245 | <ChartSe riesHierar chy> | |
| 246 | <Chart Members> | |
| 247 | <Cha rtMember> | |
| 248 | <L abel /> | |
| 249 | </Ch artMember> | |
| 250 | </Char tMembers> | |
| 251 | </ChartS eriesHiera rchy> | |
| 252 | <ChartDa ta> | |
| 253 | <Chart SeriesColl ection> | |
| 254 | <Cha rtSeries N ame="Dialy sisTypeDes cription"> | |
| 255 | <C hartDataPo ints> | |
| 256 | <ChartData Point> | |
| 257 | <ChartDa taPointVal ues> | |
| 258 | <Y>=Co untRows()< /Y> | |
| 259 | </ChartD ataPointVa lues> | |
| 260 | <ChartDa taLabel> | |
| 261 | <Style /> | |
| 262 | <UseVa lueAsLabel >true</Use ValueAsLab el> | |
| 263 | </ChartD ataLabel> | |
| 264 | <ToolTip >=IIf(Para meters!rep ortType.Va lue = "2", "City " & amp; Field s!StationC ity.Value & " - " & Co untRows() & " pr ocedures", IIf(Param eters!repo rtType.Val ue = "3", "State " & amp; Field s!StationS tate.Value & " - " & C ountRows() & " p rocedures" , IIf(Para meters!rep ortType.Va lue = "4", "Postal C ode " & ; Fields!S tationPost alCode.Val ue & " - " & CountRows () & " procedure s", IIf(Pa rameters!r eportType. Value = "5 ", "Region " & F ields!Stat ionRegion. Value & ; " - " &a mp; CountR ows() & ; " proced ures", "St ation " &a mp; Fields !Sta3n.Val ue & " - " & CountRows () & " procedure s"))))</To olTip> | |
| 265 | <Style / > | |
| 266 | <ChartMa rker> | |
| 267 | <Style /> | |
| 268 | </ChartM arker> | |
| 269 | <DataEle mentOutput >Output</D ataElement Output> | |
| 270 | </ChartDat aPoint> | |
| 271 | </ ChartDataP oints> | |
| 272 | <T ype>Shape< /Type> | |
| 273 | <S tyle /> | |
| 274 | <C hartEmptyP oints> | |
| 275 | <Style /> | |
| 276 | <ChartMark er> | |
| 277 | <Style / > | |
| 278 | </ChartMar ker> | |
| 279 | <ChartData Label> | |
| 280 | <Style / > | |
| 281 | </ChartDat aLabel> | |
| 282 | </ ChartEmpty Points> | |
| 283 | <V alueAxisNa me>Primary </ValueAxi sName> | |
| 284 | <C ategoryAxi sName>Prim ary</Categ oryAxisNam e> | |
| 285 | <C hartSmartL abel> | |
| 286 | <CalloutLi neColor>Bl ack</Callo utLineColo r> | |
| 287 | <MinMoving Distance>0 pt</MinMov ingDistanc e> | |
| 288 | </ ChartSmart Label> | |
| 289 | </Ch artSeries> | |
| 290 | </Char tSeriesCol lection> | |
| 291 | </ChartD ata> | |
| 292 | <ChartAr eas> | |
| 293 | <Chart Area Name= "Default"> | |
| 294 | <Cha rtCategory Axes> | |
| 295 | <C hartAxis N ame="Prima ry"> | |
| 296 | <Style> | |
| 297 | <FontSiz e>8pt</Fon tSize> | |
| 298 | </Style> | |
| 299 | <ChartAxis Title> | |
| 300 | <Caption >Axis Titl e</Caption > | |
| 301 | <Style> | |
| 302 | <FontS ize>8pt</F ontSize> | |
| 303 | </Style> | |
| 304 | </ChartAxi sTitle> | |
| 305 | <ChartMajo rGridLines > | |
| 306 | <Enabled >False</En abled> | |
| 307 | <Style> | |
| 308 | <Borde r> | |
| 309 | <Col or>Gainsbo ro</Color> | |
| 310 | </Bord er> | |
| 311 | </Style> | |
| 312 | </ChartMaj orGridLine s> | |
| 313 | <ChartMino rGridLines > | |
| 314 | <Style> | |
| 315 | <Borde r> | |
| 316 | <Col or>Gainsbo ro</Color> | |
| 317 | <Sty le>Dotted< /Style> | |
| 318 | </Bord er> | |
| 319 | </Style> | |
| 320 | </ChartMin orGridLine s> | |
| 321 | <ChartMino rTickMarks > | |
| 322 | <Length> 0.5</Lengt h> | |
| 323 | </ChartMin orTickMark s> | |
| 324 | <CrossAt>N aN</CrossA t> | |
| 325 | <Minimum>N aN</Minimu m> | |
| 326 | <Maximum>N aN</Maximu m> | |
| 327 | <ChartAxis ScaleBreak > | |
| 328 | <Style / > | |
| 329 | </ChartAxi sScaleBrea k> | |
| 330 | </ ChartAxis> | |
| 331 | <C hartAxis N ame="Secon dary"> | |
| 332 | <Style> | |
| 333 | <FontSiz e>8pt</Fon tSize> | |
| 334 | </Style> | |
| 335 | <ChartAxis Title> | |
| 336 | <Caption >Axis Titl e</Caption > | |
| 337 | <Style> | |
| 338 | <FontS ize>8pt</F ontSize> | |
| 339 | </Style> | |
| 340 | </ChartAxi sTitle> | |
| 341 | <ChartMajo rGridLines > | |
| 342 | <Enabled >False</En abled> | |
| 343 | <Style> | |
| 344 | <Borde r> | |
| 345 | <Col or>Gainsbo ro</Color> | |
| 346 | </Bord er> | |
| 347 | </Style> | |
| 348 | </ChartMaj orGridLine s> | |
| 349 | <ChartMino rGridLines > | |
| 350 | <Style> | |
| 351 | <Borde r> | |
| 352 | <Col or>Gainsbo ro</Color> | |
| 353 | <Sty le>Dotted< /Style> | |
| 354 | </Bord er> | |
| 355 | </Style> | |
| 356 | </ChartMin orGridLine s> | |
| 357 | <ChartMino rTickMarks > | |
| 358 | <Length> 0.5</Lengt h> | |
| 359 | </ChartMin orTickMark s> | |
| 360 | <CrossAt>N aN</CrossA t> | |
| 361 | <Location> Opposite</ Location> | |
| 362 | <Minimum>N aN</Minimu m> | |
| 363 | <Maximum>N aN</Maximu m> | |
| 364 | <ChartAxis ScaleBreak > | |
| 365 | <Style / > | |
| 366 | </ChartAxi sScaleBrea k> | |
| 367 | </ ChartAxis> | |
| 368 | </Ch artCategor yAxes> | |
| 369 | <Cha rtValueAxe s> | |
| 370 | <C hartAxis N ame="Prima ry"> | |
| 371 | <Style> | |
| 372 | <FontSiz e>8pt</Fon tSize> | |
| 373 | </Style> | |
| 374 | <ChartAxis Title> | |
| 375 | <Caption >Axis Titl e</Caption > | |
| 376 | <Style> | |
| 377 | <FontS ize>8pt</F ontSize> | |
| 378 | </Style> | |
| 379 | </ChartAxi sTitle> | |
| 380 | <ChartMajo rGridLines > | |
| 381 | <Style> | |
| 382 | <Borde r> | |
| 383 | <Col or>Gainsbo ro</Color> | |
| 384 | </Bord er> | |
| 385 | </Style> | |
| 386 | </ChartMaj orGridLine s> | |
| 387 | <ChartMino rGridLines > | |
| 388 | <Style> | |
| 389 | <Borde r> | |
| 390 | <Col or>Gainsbo ro</Color> | |
| 391 | <Sty le>Dotted< /Style> | |
| 392 | </Bord er> | |
| 393 | </Style> | |
| 394 | </ChartMin orGridLine s> | |
| 395 | <ChartMino rTickMarks > | |
| 396 | <Length> 0.5</Lengt h> | |
| 397 | </ChartMin orTickMark s> | |
| 398 | <CrossAt>N aN</CrossA t> | |
| 399 | <Minimum>N aN</Minimu m> | |
| 400 | <Maximum>N aN</Maximu m> | |
| 401 | <ChartAxis ScaleBreak > | |
| 402 | <Style / > | |
| 403 | </ChartAxi sScaleBrea k> | |
| 404 | </ ChartAxis> | |
| 405 | <C hartAxis N ame="Secon dary"> | |
| 406 | <Style> | |
| 407 | <FontSiz e>8pt</Fon tSize> | |
| 408 | </Style> | |
| 409 | <ChartAxis Title> | |
| 410 | <Caption >Axis Titl e</Caption > | |
| 411 | <Style> | |
| 412 | <FontS ize>8pt</F ontSize> | |
| 413 | </Style> | |
| 414 | </ChartAxi sTitle> | |
| 415 | <ChartMajo rGridLines > | |
| 416 | <Style> | |
| 417 | <Borde r> | |
| 418 | <Col or>Gainsbo ro</Color> | |
| 419 | </Bord er> | |
| 420 | </Style> | |
| 421 | </ChartMaj orGridLine s> | |
| 422 | <ChartMino rGridLines > | |
| 423 | <Style> | |
| 424 | <Borde r> | |
| 425 | <Col or>Gainsbo ro</Color> | |
| 426 | <Sty le>Dotted< /Style> | |
| 427 | </Bord er> | |
| 428 | </Style> | |
| 429 | </ChartMin orGridLine s> | |
| 430 | <ChartMino rTickMarks > | |
| 431 | <Length> 0.5</Lengt h> | |
| 432 | </ChartMin orTickMark s> | |
| 433 | <CrossAt>N aN</CrossA t> | |
| 434 | <Location> Opposite</ Location> | |
| 435 | <Minimum>N aN</Minimu m> | |
| 436 | <Maximum>N aN</Maximu m> | |
| 437 | <ChartAxis ScaleBreak > | |
| 438 | <Style / > | |
| 439 | </ChartAxi sScaleBrea k> | |
| 440 | </ ChartAxis> | |
| 441 | </Ch artValueAx es> | |
| 442 | <Sty le> | |
| 443 | <B ackgroundG radientTyp e>None</Ba ckgroundGr adientType > | |
| 444 | </St yle> | |
| 445 | </Char tArea> | |
| 446 | </ChartA reas> | |
| 447 | <ChartLe gends> | |
| 448 | <Chart Legend Nam e="Default "> | |
| 449 | <Sty le> | |
| 450 | <B ackgroundG radientTyp e>None</Ba ckgroundGr adientType > | |
| 451 | <F ontSize>8p t</FontSiz e> | |
| 452 | </St yle> | |
| 453 | <Cha rtLegendTi tle> | |
| 454 | <C aption /> | |
| 455 | <S tyle> | |
| 456 | <FontSize> 8pt</FontS ize> | |
| 457 | <FontWeigh t>Bold</Fo ntWeight> | |
| 458 | <TextAlign >Center</T extAlign> | |
| 459 | </ Style> | |
| 460 | </Ch artLegendT itle> | |
| 461 | <Hea derSeparat orColor>Bl ack</Heade rSeparator Color> | |
| 462 | <Col umnSeparat orColor>Bl ack</Colum nSeparator Color> | |
| 463 | </Char tLegend> | |
| 464 | </ChartL egends> | |
| 465 | <ChartTi tles> | |
| 466 | <Chart Title Name ="Default" > | |
| 467 | <Cap tion>=IIf( Parameters !reportTyp e.Value = "2", "Proc edures By City", IIf (Parameter s!reportTy pe.Value = "3", "Pro cedures By State", I If(Paramet ers!report Type.Value = "4", "P rocedures By Postal Code", IIf (Parameter s!reportTy pe.Value = "5", "Pro cedures By Region", "Procedure s By Site" ))))</Capt ion> | |
| 468 | <Sty le> | |
| 469 | <B ackgroundG radientTyp e>None</Ba ckgroundGr adientType > | |
| 470 | <F ontWeight> Bold</Font Weight> | |
| 471 | <T extAlign>G eneral</Te xtAlign> | |
| 472 | <V erticalAli gn>Top</Ve rticalAlig n> | |
| 473 | </St yle> | |
| 474 | </Char tTitle> | |
| 475 | </ChartT itles> | |
| 476 | <Palette >BrightPas tel</Palet te> | |
| 477 | <ChartBo rderSkin> | |
| 478 | <Style > | |
| 479 | <Bac kgroundCol or>Gray</B ackgroundC olor> | |
| 480 | <Bac kgroundGra dientType> None</Back groundGrad ientType> | |
| 481 | <Col or>White</ Color> | |
| 482 | </Styl e> | |
| 483 | </ChartB orderSkin> | |
| 484 | <ChartNo DataMessag e Name="No DataMessag e"> | |
| 485 | <Capti on>No Data Available </Caption> | |
| 486 | <Style > | |
| 487 | <Bac kgroundGra dientType> None</Back groundGrad ientType> | |
| 488 | <Tex tAlign>Gen eral</Text Align> | |
| 489 | <Ver ticalAlign >Top</Vert icalAlign> | |
| 490 | </Styl e> | |
| 491 | </ChartN oDataMessa ge> | |
| 492 | <DataSet Name>KDR_D ialysisPat ients</Dat aSetName> | |
| 493 | <Top>1in </Top> | |
| 494 | <Left>7i n</Left> | |
| 495 | <Height> 3in</Heigh t> | |
| 496 | <Width>3 .75in</Wid th> | |
| 497 | <Style> | |
| 498 | <Borde r> | |
| 499 | <Col or>LightGr ey</Color> | |
| 500 | <Sty le>Solid</ Style> | |
| 501 | </Bord er> | |
| 502 | <Backg roundColor >White</Ba ckgroundCo lor> | |
| 503 | <Backg roundGradi entType>No ne</Backgr oundGradie ntType> | |
| 504 | </Style> | |
| 505 | </Chart> | |
| 506 | <Textbox N ame="Textb ox1"> | |
| 507 | <CanGrow >true</Can Grow> | |
| 508 | <KeepTog ether>true </KeepToge ther> | |
| 509 | <Paragra phs> | |
| 510 | <Parag raph> | |
| 511 | <Tex tRuns> | |
| 512 | <T extRun> | |
| 513 | <Value>Kid ney Diseas e Registry Renal Car e Delivery </Value> | |
| 514 | <Style> | |
| 515 | <FontSiz e>14pt</Fo ntSize> | |
| 516 | <FontWei ght>Bold</ FontWeight > | |
| 517 | </Style> | |
| 518 | </ TextRun> | |
| 519 | </Te xtRuns> | |
| 520 | <Sty le /> | |
| 521 | </Para graph> | |
| 522 | </Paragr aphs> | |
| 523 | <rd:Defa ultName>Te xtbox1</rd :DefaultNa me> | |
| 524 | <Top>0.2 5in</Top> | |
| 525 | <Left>0. 25in</Left > | |
| 526 | <Height> 0.34375in< /Height> | |
| 527 | <Width>4 .75in</Wid th> | |
| 528 | <ZIndex> 1</ZIndex> | |
| 529 | <Style> | |
| 530 | <Borde r> | |
| 531 | <Sty le>None</S tyle> | |
| 532 | </Bord er> | |
| 533 | <Paddi ngLeft>2pt </PaddingL eft> | |
| 534 | <Paddi ngRight>2p t</Padding Right> | |
| 535 | <Paddi ngTop>2pt< /PaddingTo p> | |
| 536 | <Paddi ngBottom>2 pt</Paddin gBottom> | |
| 537 | </Style> | |
| 538 | </Textbox> | |
| 539 | <Tablix Na me="Tablix 1"> | |
| 540 | <TablixB ody> | |
| 541 | <Tabli xColumns> | |
| 542 | <Tab lixColumn> | |
| 543 | <W idth>1in</ Width> | |
| 544 | </Ta blixColumn > | |
| 545 | <Tab lixColumn> | |
| 546 | <W idth>4.5in </Width> | |
| 547 | </Ta blixColumn > | |
| 548 | <Tab lixColumn> | |
| 549 | <W idth>1in</ Width> | |
| 550 | </Ta blixColumn > | |
| 551 | </Tabl ixColumns> | |
| 552 | <Tabli xRows> | |
| 553 | <Tab lixRow> | |
| 554 | <H eight>0.25 in</Height > | |
| 555 | <T ablixCells > | |
| 556 | <TablixCel l> | |
| 557 | <CellCon tents> | |
| 558 | <Textb ox Name="T extbox3"> | |
| 559 | <Can Grow>true< /CanGrow> | |
| 560 | <Kee pTogether> true</Keep Together> | |
| 561 | <Par agraphs> | |
| 562 | <P aragraph> | |
| 563 | <TextRuns> | |
| 564 | <TextRun > | |
| 565 | <Value >=IIf(Para meters!rep ortType.Va lue = "2", "City", I If(Paramet ers!report Type.Value = "3", "S tate", IIf (Parameter s!reportTy pe.Value = "4", "Pos tal Code", IIf(Param eters!repo rtType.Val ue = "5", "Region", "Station") )))</Value > | |
| 566 | <Style > | |
| 567 | <Fon tWeight>Bo ld</FontWe ight> | |
| 568 | <Col or>White</ Color> | |
| 569 | </Styl e> | |
| 570 | </TextRu n> | |
| 571 | </TextRuns > | |
| 572 | <Style> | |
| 573 | <TextAli gn>Center< /TextAlign > | |
| 574 | </Style> | |
| 575 | </ Paragraph> | |
| 576 | </Pa ragraphs> | |
| 577 | <rd: DefaultNam e>Textbox3 </rd:Defau ltName> | |
| 578 | <Sty le> | |
| 579 | <B order> | |
| 580 | <Color>Lig htGrey</Co lor> | |
| 581 | <Style>Sol id</Style> | |
| 582 | </ Border> | |
| 583 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 584 | <P addingLeft >2pt</Padd ingLeft> | |
| 585 | <P addingRigh t>2pt</Pad dingRight> | |
| 586 | <P addingTop> 2pt</Paddi ngTop> | |
| 587 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 588 | </St yle> | |
| 589 | </Text box> | |
| 590 | </CellCo ntents> | |
| 591 | </TablixCe ll> | |
| 592 | <TablixCel l> | |
| 593 | <CellCon tents> | |
| 594 | <Textb ox Name="T extbox35"> | |
| 595 | <Can Grow>true< /CanGrow> | |
| 596 | <Kee pTogether> true</Keep Together> | |
| 597 | <Par agraphs> | |
| 598 | <P aragraph> | |
| 599 | <TextRuns> | |
| 600 | <TextRun > | |
| 601 | <Value >Dialysis Type Descr iption</Va lue> | |
| 602 | <Style > | |
| 603 | <Fon tWeight>Bo ld</FontWe ight> | |
| 604 | <Col or>White</ Color> | |
| 605 | </Styl e> | |
| 606 | </TextRu n> | |
| 607 | </TextRuns > | |
| 608 | <Style> | |
| 609 | <TextAli gn>Center< /TextAlign > | |
| 610 | </Style> | |
| 611 | </ Paragraph> | |
| 612 | </Pa ragraphs> | |
| 613 | <rd: DefaultNam e>Textbox3 5</rd:Defa ultName> | |
| 614 | <Sty le> | |
| 615 | <B order> | |
| 616 | <Color>Lig htGrey</Co lor> | |
| 617 | <Style>Sol id</Style> | |
| 618 | </ Border> | |
| 619 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 620 | <P addingLeft >2pt</Padd ingLeft> | |
| 621 | <P addingRigh t>2pt</Pad dingRight> | |
| 622 | <P addingTop> 2pt</Paddi ngTop> | |
| 623 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 624 | </St yle> | |
| 625 | </Text box> | |
| 626 | </CellCo ntents> | |
| 627 | </TablixCe ll> | |
| 628 | <TablixCel l> | |
| 629 | <CellCon tents> | |
| 630 | <Textb ox Name="T extbox6"> | |
| 631 | <Can Grow>true< /CanGrow> | |
| 632 | <Kee pTogether> true</Keep Together> | |
| 633 | <Par agraphs> | |
| 634 | <P aragraph> | |
| 635 | <TextRuns> | |
| 636 | <TextRun > | |
| 637 | <Value >Count</Va lue> | |
| 638 | <Style > | |
| 639 | <Fon tWeight>Bo ld</FontWe ight> | |
| 640 | <Col or>White</ Color> | |
| 641 | </Styl e> | |
| 642 | </TextRu n> | |
| 643 | </TextRuns > | |
| 644 | <Style> | |
| 645 | <TextAli gn>Center< /TextAlign > | |
| 646 | </Style> | |
| 647 | </ Paragraph> | |
| 648 | </Pa ragraphs> | |
| 649 | <rd: DefaultNam e>Textbox6 </rd:Defau ltName> | |
| 650 | <Sty le> | |
| 651 | <B order> | |
| 652 | <Color>Lig htGrey</Co lor> | |
| 653 | <Style>Sol id</Style> | |
| 654 | </ Border> | |
| 655 | <B ackgroundC olor>Cornf lowerBlue< /Backgroun dColor> | |
| 656 | <P addingLeft >2pt</Padd ingLeft> | |
| 657 | <P addingRigh t>2pt</Pad dingRight> | |
| 658 | <P addingTop> 2pt</Paddi ngTop> | |
| 659 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 660 | </St yle> | |
| 661 | </Text box> | |
| 662 | </CellCo ntents> | |
| 663 | </TablixCe ll> | |
| 664 | </ TablixCell s> | |
| 665 | </Ta blixRow> | |
| 666 | <Tab lixRow> | |
| 667 | <H eight>0.25 in</Height > | |
| 668 | <T ablixCells > | |
| 669 | <TablixCel l> | |
| 670 | <CellCon tents> | |
| 671 | <Textb ox Name="V iewBy"> | |
| 672 | <Can Grow>true< /CanGrow> | |
| 673 | <Kee pTogether> true</Keep Together> | |
| 674 | <Par agraphs> | |
| 675 | <P aragraph> | |
| 676 | <TextRuns> | |
| 677 | <TextRun > | |
| 678 | <Value >=IIf(Para meters!rep ortType.Va lue = "2", Fields!St ationCity. Value, IIf (Parameter s!reportTy pe.Value = "3", Fiel ds!Station State.Valu e, IIf(Par ameters!re portType.V alue = "4" , Fields!S tationPost alCode.Val ue, IIf(Pa rameters!r eportType. Value = "5 ", Fields! StationReg ion.Value, Fields!St a3n.Value) )))</Value > | |
| 679 | <Style /> | |
| 680 | </TextRu n> | |
| 681 | </TextRuns > | |
| 682 | <Style /> | |
| 683 | </ Paragraph> | |
| 684 | </Pa ragraphs> | |
| 685 | <Sty le> | |
| 686 | <B order> | |
| 687 | <Color>Lig htGrey</Co lor> | |
| 688 | <Style>Sol id</Style> | |
| 689 | </ Border> | |
| 690 | <P addingLeft >2pt</Padd ingLeft> | |
| 691 | <P addingRigh t>2pt</Pad dingRight> | |
| 692 | <P addingTop> 2pt</Paddi ngTop> | |
| 693 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 694 | </St yle> | |
| 695 | </Text box> | |
| 696 | </CellCo ntents> | |
| 697 | </TablixCe ll> | |
| 698 | <TablixCel l> | |
| 699 | <CellCon tents> | |
| 700 | <Textb ox Name="D ialysisTyp eDescripti on"> | |
| 701 | <Can Grow>true< /CanGrow> | |
| 702 | <Kee pTogether> true</Keep Together> | |
| 703 | <Par agraphs> | |
| 704 | <P aragraph> | |
| 705 | <TextRuns> | |
| 706 | <TextRun > | |
| 707 | <Value >=Fields!D ialysisTyp eDescripti on.Value</ Value> | |
| 708 | <Style /> | |
| 709 | </TextRu n> | |
| 710 | </TextRuns > | |
| 711 | <Style /> | |
| 712 | </ Paragraph> | |
| 713 | </Pa ragraphs> | |
| 714 | <rd: DefaultNam e>Dialysis TypeDescri ption</rd: DefaultNam e> | |
| 715 | <Sty le> | |
| 716 | <B order> | |
| 717 | <Color>Lig htGrey</Co lor> | |
| 718 | <Style>Sol id</Style> | |
| 719 | </ Border> | |
| 720 | <P addingLeft >2pt</Padd ingLeft> | |
| 721 | <P addingRigh t>2pt</Pad dingRight> | |
| 722 | <P addingTop> 2pt</Paddi ngTop> | |
| 723 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 724 | </St yle> | |
| 725 | </Text box> | |
| 726 | </CellCo ntents> | |
| 727 | </TablixCe ll> | |
| 728 | <TablixCel l> | |
| 729 | <CellCon tents> | |
| 730 | <Textb ox Name="T extbox7"> | |
| 731 | <Can Grow>true< /CanGrow> | |
| 732 | <Kee pTogether> true</Keep Together> | |
| 733 | <Par agraphs> | |
| 734 | <P aragraph> | |
| 735 | <TextRuns> | |
| 736 | <TextRun > | |
| 737 | <Value >=CountRow s()</Value > | |
| 738 | <Style /> | |
| 739 | </TextRu n> | |
| 740 | </TextRuns > | |
| 741 | <Style /> | |
| 742 | </ Paragraph> | |
| 743 | </Pa ragraphs> | |
| 744 | <rd: DefaultNam e>Textbox7 </rd:Defau ltName> | |
| 745 | <Sty le> | |
| 746 | <B order> | |
| 747 | <Color>Lig htGrey</Co lor> | |
| 748 | <Style>Sol id</Style> | |
| 749 | </ Border> | |
| 750 | <P addingLeft >2pt</Padd ingLeft> | |
| 751 | <P addingRigh t>2pt</Pad dingRight> | |
| 752 | <P addingTop> 2pt</Paddi ngTop> | |
| 753 | <P addingBott om>2pt</Pa ddingBotto m> | |
| 754 | </St yle> | |
| 755 | </Text box> | |
| 756 | </CellCo ntents> | |
| 757 | </TablixCe ll> | |
| 758 | </ TablixCell s> | |
| 759 | </Ta blixRow> | |
| 760 | </Tabl ixRows> | |
| 761 | </Tablix Body> | |
| 762 | <TablixC olumnHiera rchy> | |
| 763 | <Tabli xMembers> | |
| 764 | <Tab lixMember /> | |
| 765 | <Tab lixMember /> | |
| 766 | <Tab lixMember /> | |
| 767 | </Tabl ixMembers> | |
| 768 | </Tablix ColumnHier archy> | |
| 769 | <TablixR owHierarch y> | |
| 770 | <Tabli xMembers> | |
| 771 | <Tab lixMember> | |
| 772 | <K eepWithGro up>After</ KeepWithGr oup> | |
| 773 | </Ta blixMember > | |
| 774 | <Tab lixMember> | |
| 775 | <G roup Name= "Tablix1_R owGroup"> | |
| 776 | <GroupExpr essions> | |
| 777 | <GroupEx pression>= IIf(Parame ters!repor tType.Valu e = "2", F ields!Stat ionCity.Va lue, IIf(P arameters! reportType .Value = " 3", Fields !StationSt ate.Value, IIf(Param eters!repo rtType.Val ue = "4", Fields!Sta tionPostal Code.Value , IIf(Para meters!rep ortType.Va lue = "5", Fields!St ationRegio n.Value, F ields!Sta3 n.Value))) )</GroupEx pression> | |
| 778 | <GroupEx pression>= Fields!Dia lysisTypeD escription .Value</Gr oupExpress ion> | |
| 779 | </GroupExp ressions> | |
| 780 | </ Group> | |
| 781 | <S ortExpress ions> | |
| 782 | <SortExpre ssion> | |
| 783 | <Value>= IIf(Parame ters!repor tType.Valu e = "2", F ields!Stat ionCity.Va lue, IIf(P arameters! reportType .Value = " 3", Fields !StationSt ate.Value, IIf(Param eters!repo rtType.Val ue = "4", Fields!Sta tionPostal Code.Value , IIf(Para meters!rep ortType.Va lue = "5", Fields!St ationRegio n.Value, F ields!Sta3 n.Value))) )</Value> | |
| 784 | </SortExpr ession> | |
| 785 | <SortExpre ssion> | |
| 786 | <Value>= Fields!Dia lysisTypeD escription .Value</Va lue> | |
| 787 | </SortExpr ession> | |
| 788 | </ SortExpres sions> | |
| 789 | </Ta blixMember > | |
| 790 | </Tabl ixMembers> | |
| 791 | </Tablix RowHierarc hy> | |
| 792 | <DataSet Name>KDR_D ialysisPat ients</Dat aSetName> | |
| 793 | <Top>1in </Top> | |
| 794 | <Left>0. 25in</Left > | |
| 795 | <Height> 0.5in</Hei ght> | |
| 796 | <Width>6 .5in</Widt h> | |
| 797 | <ZIndex> 2</ZIndex> | |
| 798 | <Style> | |
| 799 | <Borde r> | |
| 800 | <Sty le>None</S tyle> | |
| 801 | </Bord er> | |
| 802 | </Style> | |
| 803 | </Tablix> | |
| 804 | </ ReportItem s> | |
| 805 | <H eight>4.25 in</Height > | |
| 806 | <S tyle> | |
| 807 | <Border> | |
| 808 | <Style>N one</Style > | |
| 809 | </Border> | |
| 810 | <Backgroun dColor>Whi te</Backgr oundColor> | |
| 811 | </ Style> | |
| 812 | </Bo dy> | |
| 813 | <Wid th>11in</W idth> | |
| 814 | <Pag e> | |
| 815 | <P ageHeight> 8.5in</Pag eHeight> | |
| 816 | <P ageWidth>1 1in</PageW idth> | |
| 817 | <L eftMargin> 1in</LeftM argin> | |
| 818 | <R ightMargin >1in</Righ tMargin> | |
| 819 | <T opMargin>1 in</TopMar gin> | |
| 820 | <B ottomMargi n>1in</Bot tomMargin> | |
| 821 | <S tyle /> | |
| 822 | </Pa ge> | |
| 823 | </Repo rtSection> | |
| 824 | </Report Sections> | |
| 825 | <ReportP arameters> | |
| 826 | <Repor tParameter Name="rep ortType"> | |
| 827 | <Dat aType>Stri ng</DataTy pe> | |
| 828 | <Def aultValue> | |
| 829 | <V alues> | |
| 830 | <Value>1</ Value> | |
| 831 | </ Values> | |
| 832 | </De faultValue > | |
| 833 | <Pro mpt>Report Type</Pro mpt> | |
| 834 | <Val idValues> | |
| 835 | <P arameterVa lues> | |
| 836 | <Parameter Value> | |
| 837 | <Value>1 </Value> | |
| 838 | <Label>V iew by Sta tion</Labe l> | |
| 839 | </Paramete rValue> | |
| 840 | <Parameter Value> | |
| 841 | <Value>2 </Value> | |
| 842 | <Label>V iew by Cit y</Label> | |
| 843 | </Paramete rValue> | |
| 844 | <Parameter Value> | |
| 845 | <Value>3 </Value> | |
| 846 | <Label>V iew by Sta te</Label> | |
| 847 | </Paramete rValue> | |
| 848 | <Parameter Value> | |
| 849 | <Value>4 </Value> | |
| 850 | <Label>V iew by Pos tal Code</ Label> | |
| 851 | </Paramete rValue> | |
| 852 | <Parameter Value> | |
| 853 | <Value>5 </Value> | |
| 854 | <Label>V iew by Reg ion</Label > | |
| 855 | </Paramete rValue> | |
| 856 | </ ParameterV alues> | |
| 857 | </Va lidValues> | |
| 858 | </Repo rtParamete r> | |
| 859 | <Repor tParameter Name="fil terType"> | |
| 860 | <Dat aType>Stri ng</DataTy pe> | |
| 861 | <Def aultValue> | |
| 862 | <D ataSetRefe rence> | |
| 863 | <DataSetNa me>KDR_Fil ter</DataS etName> | |
| 864 | <ValueFiel d>FilterTy pe</ValueF ield> | |
| 865 | </ DataSetRef erence> | |
| 866 | </De faultValue > | |
| 867 | <Pro mpt>Filter </Prompt> | |
| 868 | <Val idValues> | |
| 869 | <D ataSetRefe rence> | |
| 870 | <DataSetNa me>KDR_Fil ter</DataS etName> | |
| 871 | <ValueFiel d>FilterTy pe</ValueF ield> | |
| 872 | <LabelFiel d>FilterTy pe</LabelF ield> | |
| 873 | </ DataSetRef erence> | |
| 874 | </Va lidValues> | |
| 875 | <Mul tiValue>tr ue</MultiV alue> | |
| 876 | </Repo rtParamete r> | |
| 877 | </Report Parameters > | |
| 878 | <rd:Repo rtUnitType >Inch</rd: ReportUnit Type> | |
| 879 | <rd:Report ServerUrl> https:// DNS cresqc50a. aac.dva. DNS /ReportSer ver</rd:Re portServer Url> | |
| 880 | <rd:Repo rtID>8312e 5b1-dc47-4 ca7-975d-6 dd0c78e8cf 7</rd:Repo rtID> | |
| 881 | </Report> |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.