Zbiór zmian 736 dla trunk/RaportySQL/ReklamyDoDodania.rdl
- Data:
- 2009-07-06 11:10:27 (17 years ago)
- Pliki:
-
- 1 zmodyfikowane
-
trunk/RaportySQL/ReklamyDoDodania.rdl (zmodyfikowane) (45 diffs)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
trunk/RaportySQL/ReklamyDoDodania.rdl
r130 r736 7 7 </DataSource> 8 8 </DataSources> 9 <InteractiveHeight>2 9.7cm</InteractiveHeight>9 <InteractiveHeight>21cm</InteractiveHeight> 10 10 <ReportParameters> 11 11 <ReportParameter Name="tytul"> … … 34 34 <Prompt>nowy numer</Prompt> 35 35 </ReportParameter> 36 <ReportParameter Name="grzbiet"> 37 <DataType>String</DataType> 38 <DefaultValue> 39 <DataSetReference> 40 <DataSetName>ListaGrzbietow</DataSetName> 41 <ValueField>Grzbiet</ValueField> 42 </DataSetReference> 43 </DefaultValue> 44 <Prompt>Grzbiet:</Prompt> 45 <ValidValues> 46 <DataSetReference> 47 <DataSetName>ListaGrzbietow</DataSetName> 48 <ValueField>Grzbiet</ValueField> 49 <LabelField>Grzbiet</LabelField> 50 </DataSetReference> 51 </ValidValues> 52 <MultiValue>true</MultiValue> 53 </ReportParameter> 36 54 </ReportParameters> 37 55 <rd:DrawGrid>true</rd:DrawGrid> 38 <InteractiveWidth>2 1cm</InteractiveWidth>56 <InteractiveWidth>29.7cm</InteractiveWidth> 39 57 <rd:GridSpacing>0.25cm</rd:GridSpacing> 40 58 <rd:SnapToGrid>true</rd:SnapToGrid> … … 43 61 <BottomMargin>1cm</BottomMargin> 44 62 <rd:ReportID>f14032e7-dc76-4ad8-bfd1-cc3955d874be</rd:ReportID> 45 <PageWidth>2 1cm</PageWidth>63 <PageWidth>29.7cm</PageWidth> 46 64 <DataSets> 47 65 <DataSet Name="ListaTytulow"> … … 56 74 <CommandText>SELECT SYMB 57 75 FROM [LISTA TYTUÅÃW] 58 WHERE (st_aktywny = - 1)</CommandText>76 WHERE Active=1</CommandText> 59 77 <rd:UseGenericDesigner>true</rd:UseGenericDesigner> 60 78 </Query> … … 78 96 <rd:TypeName>System.String</rd:TypeName> 79 97 </Field> 98 <Field Name="staryGrzbiet"> 99 <DataField>staryGrzbiet</DataField> 100 <rd:TypeName>System.String</rd:TypeName> 101 </Field> 80 102 <Field Name="wys"> 81 103 <DataField>wys</DataField> … … 90 112 <rd:TypeName>System.String</rd:TypeName> 91 113 </Field> 92 <Field Name=" lokalizacja">93 <DataField> lokalizacja</DataField>114 <Field Name="strona"> 115 <DataField>strona</DataField> 94 116 <rd:TypeName>System.String</rd:TypeName> 95 117 </Field> … … 98 120 <rd:TypeName>System.String</rd:TypeName> 99 121 </Field> 122 <Field Name="Dzial"> 123 <DataField>Dzial</DataField> 124 <rd:TypeName>System.String</rd:TypeName> 125 </Field> 126 <Field Name="Rozdzial"> 127 <DataField>Rozdzial</DataField> 128 <rd:TypeName>System.String</rd:TypeName> 129 </Field> 130 <Field Name="lokalizacja"> 131 <DataField>Lokalizacja</DataField> 132 <rd:TypeName>System.String</rd:TypeName> 133 </Field> 100 134 </Fields> 101 135 <Query> 102 136 <DataSourceName>BAZA_REKLAM</DataSourceName> 103 <CommandText>select R.reklamaId, [UKAÅ»E SIÄ W NR].[Nr Wydania] as nrwyd1, G.[nazwa] as grzbiet1, R.mod_typ,R.wys,R.szer, r.[id reklamy] as reklama1, R.strona as lokalizacja, A2.symbol as agencja from 104 REKLAMA AS R INNER JOIN 105 [UKAÅ»E SIÄ W NR] ON R.ReklamaID = [UKAÅ»E SIÄ W NR].ReklamaId LEFT OUTER JOIN 106 REKLAMA_STRONA ON R.ReklamaID = REKLAMA_STRONA.ReklamaId AND 107 [UKAÅ»E SIÄ W NR].[Nr Wydania] = REKLAMA_STRONA.NR_WYDANIA LEFT OUTER JOIN 108 GRZBIETY AS G ON R.GRZBIET = G.ID left outer join 109 Agenci as A on R.[SYMBOL AKWIZYTORA] = A.symbol left outer join 110 Agencje as A2 on A.id_agencji = A2.id_agencji 111 where [UKAÅ»E SIÄ W NR].[Nr Wydania] = @nr2 and r.tytuÅ =@tytul and r.[zatwierdzono do druku]=1 112 and substring(R.[Id reklamy],1,7) not in ( 113 select substring(R.[Id reklamy],1,7) from 114 REKLAMA AS R INNER JOIN 115 [UKAÅ»E SIÄ W NR] ON R.ReklamaID = [UKAÅ»E SIÄ W NR].ReklamaId LEFT OUTER JOIN 116 REKLAMA_STRONA ON R.ReklamaID = REKLAMA_STRONA.ReklamaId AND 117 [UKAÅ»E SIÄ W NR].[Nr Wydania] = REKLAMA_STRONA.NR_WYDANIA LEFT OUTER JOIN 118 GRZBIETY AS G ON R.GRZBIET = G.ID 119 where [UKAÅ»E SIÄ W NR].[Nr Wydania] = @nr1 and r.tytuÅ =@tytul and r.[zatwierdzono do druku]=1 120 ) order by grzbiet1, reklama1</CommandText> 137 <CommandText>SELECT * FROM 138 ( 139 SELECT R.reklamaId, [UKAÅ»E SIÄ W NR].[Nr Wydania] as nrwyd1, G.[nazwa] as grzbiet1, R.mod_typ, 140 dbo.getSectionForDTP (T.Id,R.grzbiet,R.ogl_dzial) AS staryGrzbiet, 141 R.wys,R.szer, r.[id reklamy] as reklama1, R.strona as strona, A2.NazwaKrotka as agencja, 142 D.Name AS Dzial, Roz.Name AS Rozdzial, Lok.Text AS Lokalizacja 143 FROM REKLAMA AS R 144 INNER JOIN [UKAÅ»E SIÄ W NR] ON R.ReklamaID = [UKAÅ»E SIÄ W NR].ReklamaId 145 INNER JOIN [Lista tytuÅów] T ON T.Symb=R.[TytuÅ] 146 LEFT OUTER JOIN REKLAMA_STRONA ON R.ReklamaID = REKLAMA_STRONA.ReklamaId AND [UKAÅ»E SIÄ W NR].[Nr Wydania] = REKLAMA_STRONA.NR_WYDANIA 147 LEFT OUTER JOIN GRZBIETY AS G ON R.GRZBIET = G.ID 148 LEFT OUTER JOIN Agenci AS A ON R.[SYMBOL AKWIZYTORA] = A.symbol 149 LEFT OUTER JOIN Agencje AS A2 ON A.id_agencji = A2.id_agencji 150 LEFT OUTER JOIN Dzial AS D ON R.ogl_dzial = D.Id 151 LEFT OUTER JOIN Rozdzial AS Roz ON R.ogl_rozdzial = Roz.Id 152 LEFT OUTER JOIN ReklamaLokalizacja AS Lok ON R.AdLocationId = Lok.Id 153 WHERE 154 [UKAÅ»E SIÄ W NR].[Nr Wydania] = @nr2 155 AND r.tytuÅ =@tytul 156 AND r.[zatwierdzono do druku]=1 157 AND SUBSTRING(R.[Id reklamy],1,7) NOT IN ( 158 SELECT SUBSTRING(R.[Id reklamy],1,7) FROM REKLAMA AS R 159 INNER JOIN [UKAÅ»E SIÄ W NR] ON R.ReklamaID = [UKAÅ»E SIÄ W NR].ReklamaId 160 LEFT OUTER JOIN REKLAMA_STRONA ON R.ReklamaID = REKLAMA_STRONA.ReklamaId AND [UKAÅ»E SIÄ W NR].[Nr Wydania] = REKLAMA_STRONA.NR_WYDANIA 161 LEFT OUTER JOIN GRZBIETY AS G ON R.GRZBIET = G.ID 162 WHERE [UKAÅ»E SIÄ W NR].[Nr Wydania] = @nr1 163 AND r.tytuÅ =@tytul 164 AND r.[zatwierdzono do druku]=1 165 ) --ORDER BY starygrzbiet, grzbiet1, reklama1 166 ) Reklama 167 WHERE staryGrzbiet IN (@grzbiet) 168 ORDER BY starygrzbiet, grzbiet1, reklama1</CommandText> 121 169 <QueryParameters> 122 170 <QueryParameter Name="@nr2"> … … 129 177 <Value>=Parameters!nr1.Value</Value> 130 178 </QueryParameter> 179 <QueryParameter Name="@grzbiet"> 180 <Value>=Parameters!grzbiet.Value</Value> 181 </QueryParameter> 182 </QueryParameters> 183 <rd:UseGenericDesigner>true</rd:UseGenericDesigner> 184 </Query> 185 </DataSet> 186 <DataSet Name="ListaGrzbietow"> 187 <Fields> 188 <Field Name="Grzbiet"> 189 <DataField>Grzbiet</DataField> 190 <rd:TypeName>System.String</rd:TypeName> 191 </Field> 192 </Fields> 193 <Query> 194 <DataSourceName>BAZA_REKLAM</DataSourceName> 195 <CommandText>DECLARE @Grzbiety TABLE 196 ( 197 Grzbiet varchar(10) 198 ) 199 200 IF @tytul='AMT' 201 BEGIN 202 INSERT INTO @Grzbiety VALUES ('B') 203 INSERT INTO @Grzbiety VALUES ('D') 204 END 205 --IF @tytul='GS' 206 --BEGIN 207 --END 208 209 INSERT INTO @Grzbiety VALUES ('-?-') 210 211 SELECT * FROM @Grzbiety</CommandText> 212 <QueryParameters> 213 <QueryParameter Name="@tytul"> 214 <Value>=Parameters!tytul.Value</Value> 215 </QueryParameter> 131 216 </QueryParameters> 132 217 <rd:UseGenericDesigner>true</rd:UseGenericDesigner> … … 135 220 </DataSets> 136 221 <Code /> 137 <Width> 18.75cm</Width>222 <Width>22cm</Width> 138 223 <Body> 139 224 <ColumnSpacing>1cm</ColumnSpacing> … … 199 284 <PaddingBottom>2pt</PaddingBottom> 200 285 </Style> 201 <ZIndex> 23</ZIndex>286 <ZIndex>35</ZIndex> 202 287 <CanGrow>true</CanGrow> 203 288 <Value /> … … 215 300 <PaddingBottom>2pt</PaddingBottom> 216 301 </Style> 217 <ZIndex> 22</ZIndex>302 <ZIndex>34</ZIndex> 218 303 <CanGrow>true</CanGrow> 219 304 <Value /> … … 231 316 <PaddingBottom>2pt</PaddingBottom> 232 317 </Style> 233 <ZIndex> 21</ZIndex>318 <ZIndex>33</ZIndex> 234 319 <CanGrow>true</CanGrow> 235 320 <Value /> … … 247 332 <PaddingBottom>2pt</PaddingBottom> 248 333 </Style> 249 <ZIndex>20</ZIndex> 334 <ZIndex>32</ZIndex> 335 <CanGrow>true</CanGrow> 336 <Value /> 337 </Textbox> 338 </ReportItems> 339 </TableCell> 340 <TableCell> 341 <ReportItems> 342 <Textbox Name="textbox24"> 343 <rd:DefaultName>textbox24</rd:DefaultName> 344 <Style> 345 <PaddingLeft>2pt</PaddingLeft> 346 <PaddingRight>2pt</PaddingRight> 347 <PaddingTop>2pt</PaddingTop> 348 <PaddingBottom>2pt</PaddingBottom> 349 </Style> 350 <ZIndex>31</ZIndex> 250 351 <CanGrow>true</CanGrow> 251 352 <Value /> … … 263 364 <PaddingBottom>2pt</PaddingBottom> 264 365 </Style> 265 <ZIndex> 19</ZIndex>366 <ZIndex>30</ZIndex> 266 367 <CanGrow>true</CanGrow> 267 368 <Value /> … … 279 380 <PaddingBottom>2pt</PaddingBottom> 280 381 </Style> 281 <ZIndex> 18</ZIndex>382 <ZIndex>29</ZIndex> 282 383 <CanGrow>true</CanGrow> 283 384 <Value /> … … 295 396 <PaddingBottom>2pt</PaddingBottom> 296 397 </Style> 297 <ZIndex>17</ZIndex> 398 <ZIndex>28</ZIndex> 399 <CanGrow>true</CanGrow> 400 <Value /> 401 </Textbox> 402 </ReportItems> 403 </TableCell> 404 <TableCell> 405 <ReportItems> 406 <Textbox Name="textbox33"> 407 <rd:DefaultName>textbox33</rd:DefaultName> 408 <Style> 409 <PaddingLeft>2pt</PaddingLeft> 410 <PaddingRight>2pt</PaddingRight> 411 <PaddingTop>2pt</PaddingTop> 412 <PaddingBottom>2pt</PaddingBottom> 413 </Style> 414 <ZIndex>27</ZIndex> 415 <CanGrow>true</CanGrow> 416 <Value /> 417 </Textbox> 418 </ReportItems> 419 </TableCell> 420 <TableCell> 421 <ReportItems> 422 <Textbox Name="textbox37"> 423 <rd:DefaultName>textbox37</rd:DefaultName> 424 <Style> 425 <PaddingLeft>2pt</PaddingLeft> 426 <PaddingRight>2pt</PaddingRight> 427 <PaddingTop>2pt</PaddingTop> 428 <PaddingBottom>2pt</PaddingBottom> 429 </Style> 430 <ZIndex>26</ZIndex> 431 <CanGrow>true</CanGrow> 432 <Value /> 433 </Textbox> 434 </ReportItems> 435 </TableCell> 436 <TableCell> 437 <ReportItems> 438 <Textbox Name="textbox41"> 439 <rd:DefaultName>textbox41</rd:DefaultName> 440 <Style> 441 <PaddingLeft>2pt</PaddingLeft> 442 <PaddingRight>2pt</PaddingRight> 443 <PaddingTop>2pt</PaddingTop> 444 <PaddingBottom>2pt</PaddingBottom> 445 </Style> 446 <ZIndex>25</ZIndex> 298 447 <CanGrow>true</CanGrow> 299 448 <Value /> … … 311 460 <PaddingBottom>2pt</PaddingBottom> 312 461 </Style> 313 <ZIndex> 16</ZIndex>462 <ZIndex>24</ZIndex> 314 463 <CanGrow>true</CanGrow> 315 464 <Value /> … … 336 485 <PaddingBottom>2pt</PaddingBottom> 337 486 </Style> 338 <ZIndex> 15</ZIndex>487 <ZIndex>23</ZIndex> 339 488 <CanGrow>true</CanGrow> 340 489 <Value /> … … 352 501 <PaddingBottom>2pt</PaddingBottom> 353 502 </Style> 354 <ZIndex> 14</ZIndex>503 <ZIndex>22</ZIndex> 355 504 <CanGrow>true</CanGrow> 356 505 <Value /> … … 368 517 <PaddingBottom>2pt</PaddingBottom> 369 518 </Style> 370 <ZIndex> 13</ZIndex>519 <ZIndex>21</ZIndex> 371 520 <CanGrow>true</CanGrow> 372 521 <Value /> … … 384 533 <PaddingBottom>2pt</PaddingBottom> 385 534 </Style> 386 <ZIndex>12</ZIndex> 535 <ZIndex>20</ZIndex> 536 <CanGrow>true</CanGrow> 537 <Value /> 538 </Textbox> 539 </ReportItems> 540 </TableCell> 541 <TableCell> 542 <ReportItems> 543 <Textbox Name="textbox31"> 544 <rd:DefaultName>textbox31</rd:DefaultName> 545 <Style> 546 <PaddingLeft>2pt</PaddingLeft> 547 <PaddingRight>2pt</PaddingRight> 548 <PaddingTop>2pt</PaddingTop> 549 <PaddingBottom>2pt</PaddingBottom> 550 </Style> 551 <ZIndex>19</ZIndex> 387 552 <CanGrow>true</CanGrow> 388 553 <Value /> … … 400 565 <PaddingBottom>2pt</PaddingBottom> 401 566 </Style> 402 <ZIndex>1 1</ZIndex>567 <ZIndex>18</ZIndex> 403 568 <CanGrow>true</CanGrow> 404 569 <Value /> … … 416 581 <PaddingBottom>2pt</PaddingBottom> 417 582 </Style> 418 <ZIndex>1 0</ZIndex>583 <ZIndex>17</ZIndex> 419 584 <CanGrow>true</CanGrow> 420 585 <Value /> … … 432 597 <PaddingBottom>2pt</PaddingBottom> 433 598 </Style> 434 <ZIndex>9</ZIndex> 599 <ZIndex>16</ZIndex> 600 <CanGrow>true</CanGrow> 601 <Value /> 602 </Textbox> 603 </ReportItems> 604 </TableCell> 605 <TableCell> 606 <ReportItems> 607 <Textbox Name="textbox35"> 608 <rd:DefaultName>textbox35</rd:DefaultName> 609 <Style> 610 <PaddingLeft>2pt</PaddingLeft> 611 <PaddingRight>2pt</PaddingRight> 612 <PaddingTop>2pt</PaddingTop> 613 <PaddingBottom>2pt</PaddingBottom> 614 </Style> 615 <ZIndex>15</ZIndex> 616 <CanGrow>true</CanGrow> 617 <Value /> 618 </Textbox> 619 </ReportItems> 620 </TableCell> 621 <TableCell> 622 <ReportItems> 623 <Textbox Name="textbox39"> 624 <rd:DefaultName>textbox39</rd:DefaultName> 625 <Style> 626 <PaddingLeft>2pt</PaddingLeft> 627 <PaddingRight>2pt</PaddingRight> 628 <PaddingTop>2pt</PaddingTop> 629 <PaddingBottom>2pt</PaddingBottom> 630 </Style> 631 <ZIndex>14</ZIndex> 632 <CanGrow>true</CanGrow> 633 <Value /> 634 </Textbox> 635 </ReportItems> 636 </TableCell> 637 <TableCell> 638 <ReportItems> 639 <Textbox Name="textbox43"> 640 <rd:DefaultName>textbox43</rd:DefaultName> 641 <Style> 642 <PaddingLeft>2pt</PaddingLeft> 643 <PaddingRight>2pt</PaddingRight> 644 <PaddingTop>2pt</PaddingTop> 645 <PaddingBottom>2pt</PaddingBottom> 646 </Style> 647 <ZIndex>13</ZIndex> 435 648 <CanGrow>true</CanGrow> 436 649 <Value /> … … 448 661 <PaddingBottom>2pt</PaddingBottom> 449 662 </Style> 450 <ZIndex> 8</ZIndex>663 <ZIndex>12</ZIndex> 451 664 <CanGrow>true</CanGrow> 452 665 <Value /> … … 461 674 </TableGroup> 462 675 </TableGroups> 463 <Width>18.32746cm</Width>464 676 <Details> 465 677 <TableRows> … … 488 700 <PaddingBottom>2pt</PaddingBottom> 489 701 </Style> 490 <ZIndex> 7</ZIndex>702 <ZIndex>11</ZIndex> 491 703 <CanGrow>true</CanGrow> 492 704 <Value>=Fields!nrwyd1.Value</Value> … … 516 728 <PaddingBottom>2pt</PaddingBottom> 517 729 </Style> 518 <ZIndex> 6</ZIndex>730 <ZIndex>10</ZIndex> 519 731 <CanGrow>true</CanGrow> 520 732 <Value>=Fields!agencja.Value</Value> … … 544 756 <PaddingBottom>2pt</PaddingBottom> 545 757 </Style> 546 <ZIndex> 5</ZIndex>758 <ZIndex>9</ZIndex> 547 759 <CanGrow>true</CanGrow> 548 760 <Value>=Fields!reklama1.Value</Value> … … 572 784 <PaddingBottom>2pt</PaddingBottom> 573 785 </Style> 574 <ZIndex> 4</ZIndex>786 <ZIndex>8</ZIndex> 575 787 <CanGrow>true</CanGrow> 576 788 <Value>=Fields!grzbiet1.Value</Value> 789 </Textbox> 790 </ReportItems> 791 </TableCell> 792 <TableCell> 793 <ReportItems> 794 <Textbox Name="textbox28"> 795 <rd:DefaultName>textbox28</rd:DefaultName> 796 <Style> 797 <BorderColor> 798 <Default>LightGrey</Default> 799 </BorderColor> 800 <BorderStyle> 801 <Default>Solid</Default> 802 </BorderStyle> 803 <BorderWidth> 804 <Default>0.5pt</Default> 805 </BorderWidth> 806 <FontSize>8pt</FontSize> 807 <TextAlign>Center</TextAlign> 808 <VerticalAlign>Middle</VerticalAlign> 809 <PaddingLeft>2pt</PaddingLeft> 810 <PaddingRight>2pt</PaddingRight> 811 <PaddingTop>2pt</PaddingTop> 812 <PaddingBottom>2pt</PaddingBottom> 813 </Style> 814 <ZIndex>7</ZIndex> 815 <CanGrow>true</CanGrow> 816 <Value>=Fields!staryGrzbiet.Value</Value> 577 817 </Textbox> 578 818 </ReportItems> … … 600 840 <PaddingBottom>2pt</PaddingBottom> 601 841 </Style> 602 <ZIndex> 3</ZIndex>842 <ZIndex>6</ZIndex> 603 843 <CanGrow>true</CanGrow> 604 844 <Value>=Fields!mod_typ.Value</Value> … … 628 868 <PaddingBottom>2pt</PaddingBottom> 629 869 </Style> 630 <ZIndex> 2</ZIndex>870 <ZIndex>5</ZIndex> 631 871 <CanGrow>true</CanGrow> 632 872 <Value>=Fields!szer.Value</Value> … … 656 896 <PaddingBottom>2pt</PaddingBottom> 657 897 </Style> 898 <ZIndex>4</ZIndex> 899 <CanGrow>true</CanGrow> 900 <Value>=Fields!wys.Value</Value> 901 </Textbox> 902 </ReportItems> 903 </TableCell> 904 <TableCell> 905 <ReportItems> 906 <Textbox Name="textbox34"> 907 <rd:DefaultName>textbox34</rd:DefaultName> 908 <Style> 909 <BorderColor> 910 <Default>LightGrey</Default> 911 </BorderColor> 912 <BorderStyle> 913 <Default>Solid</Default> 914 </BorderStyle> 915 <BorderWidth> 916 <Default>0.5pt</Default> 917 </BorderWidth> 918 <FontSize>8pt</FontSize> 919 <TextAlign>Center</TextAlign> 920 <VerticalAlign>Middle</VerticalAlign> 921 <PaddingLeft>2pt</PaddingLeft> 922 <PaddingRight>2pt</PaddingRight> 923 <PaddingTop>2pt</PaddingTop> 924 <PaddingBottom>2pt</PaddingBottom> 925 </Style> 926 <ZIndex>3</ZIndex> 927 <CanGrow>true</CanGrow> 928 <Value>=Fields!Dzial.Value</Value> 929 </Textbox> 930 </ReportItems> 931 </TableCell> 932 <TableCell> 933 <ReportItems> 934 <Textbox Name="textbox38"> 935 <rd:DefaultName>textbox38</rd:DefaultName> 936 <Style> 937 <BorderColor> 938 <Default>LightGrey</Default> 939 </BorderColor> 940 <BorderStyle> 941 <Default>Solid</Default> 942 </BorderStyle> 943 <BorderWidth> 944 <Default>0.5pt</Default> 945 </BorderWidth> 946 <FontSize>8pt</FontSize> 947 <TextAlign>Center</TextAlign> 948 <VerticalAlign>Middle</VerticalAlign> 949 <PaddingLeft>2pt</PaddingLeft> 950 <PaddingRight>2pt</PaddingRight> 951 <PaddingTop>2pt</PaddingTop> 952 <PaddingBottom>2pt</PaddingBottom> 953 </Style> 954 <ZIndex>2</ZIndex> 955 <CanGrow>true</CanGrow> 956 <Value>=Fields!Rozdzial.Value</Value> 957 </Textbox> 958 </ReportItems> 959 </TableCell> 960 <TableCell> 961 <ReportItems> 962 <Textbox Name="textbox42"> 963 <rd:DefaultName>textbox42</rd:DefaultName> 964 <Style> 965 <BorderColor> 966 <Default>LightGrey</Default> 967 </BorderColor> 968 <BorderStyle> 969 <Default>Solid</Default> 970 </BorderStyle> 971 <BorderWidth> 972 <Default>0.5pt</Default> 973 </BorderWidth> 974 <FontSize>8pt</FontSize> 975 <TextAlign>Center</TextAlign> 976 <VerticalAlign>Middle</VerticalAlign> 977 <PaddingLeft>2pt</PaddingLeft> 978 <PaddingRight>2pt</PaddingRight> 979 <PaddingTop>2pt</PaddingTop> 980 <PaddingBottom>2pt</PaddingBottom> 981 </Style> 658 982 <ZIndex>1</ZIndex> 659 983 <CanGrow>true</CanGrow> 660 <Value>=Fields! wys.Value</Value>984 <Value>=Fields!lokalizacja.Value</Value> 661 985 </Textbox> 662 986 </ReportItems> … … 685 1009 </Style> 686 1010 <CanGrow>true</CanGrow> 687 <Value>=Fields! lokalizacja.Value</Value>1011 <Value>=Fields!strona.Value</Value> 688 1012 </Textbox> 689 1013 </ReportItems> … … 728 1052 <PaddingBottom>2pt</PaddingBottom> 729 1053 </Style> 730 <ZIndex> 31</ZIndex>1054 <ZIndex>47</ZIndex> 731 1055 <CanGrow>true</CanGrow> 732 1056 <Value>Nr wyd.</Value> … … 758 1082 <PaddingBottom>2pt</PaddingBottom> 759 1083 </Style> 760 <ZIndex> 30</ZIndex>1084 <ZIndex>46</ZIndex> 761 1085 <CanGrow>true</CanGrow> 762 1086 <Value>Agencja</Value> … … 788 1112 <PaddingBottom>2pt</PaddingBottom> 789 1113 </Style> 790 <ZIndex> 29</ZIndex>1114 <ZIndex>45</ZIndex> 791 1115 <CanGrow>true</CanGrow> 792 1116 <Value>Symbol rek.</Value> … … 818 1142 <PaddingBottom>2pt</PaddingBottom> 819 1143 </Style> 820 <ZIndex> 28</ZIndex>1144 <ZIndex>44</ZIndex> 821 1145 <CanGrow>true</CanGrow> 822 1146 <Value>Grzbiet</Value> 1147 </Textbox> 1148 </ReportItems> 1149 </TableCell> 1150 <TableCell> 1151 <ReportItems> 1152 <Textbox Name="textbox22"> 1153 <rd:DefaultName>textbox22</rd:DefaultName> 1154 <Style> 1155 <BackgroundColor>WhiteSmoke</BackgroundColor> 1156 <BorderColor> 1157 <Default>LightGrey</Default> 1158 </BorderColor> 1159 <BorderStyle> 1160 <Default>Solid</Default> 1161 </BorderStyle> 1162 <BorderWidth> 1163 <Default>0.5pt</Default> 1164 </BorderWidth> 1165 <FontSize>8pt</FontSize> 1166 <FontWeight>700</FontWeight> 1167 <TextAlign>Center</TextAlign> 1168 <VerticalAlign>Middle</VerticalAlign> 1169 <PaddingLeft>2pt</PaddingLeft> 1170 <PaddingRight>2pt</PaddingRight> 1171 <PaddingTop>2pt</PaddingTop> 1172 <PaddingBottom>2pt</PaddingBottom> 1173 </Style> 1174 <ZIndex>43</ZIndex> 1175 <CanGrow>true</CanGrow> 1176 <Value>Stary grzbiet</Value> 823 1177 </Textbox> 824 1178 </ReportItems> … … 848 1202 <PaddingBottom>2pt</PaddingBottom> 849 1203 </Style> 850 <ZIndex> 27</ZIndex>1204 <ZIndex>42</ZIndex> 851 1205 <CanGrow>true</CanGrow> 852 1206 <Value>ModuÅ</Value> … … 878 1232 <PaddingBottom>2pt</PaddingBottom> 879 1233 </Style> 880 <ZIndex> 26</ZIndex>1234 <ZIndex>41</ZIndex> 881 1235 <CanGrow>true</CanGrow> 882 1236 <Value>S</Value> … … 907 1261 <PaddingBottom>2pt</PaddingBottom> 908 1262 </Style> 909 <ZIndex> 25</ZIndex>1263 <ZIndex>40</ZIndex> 910 1264 <CanGrow>true</CanGrow> 911 1265 <Value>W</Value> 1266 </Textbox> 1267 </ReportItems> 1268 </TableCell> 1269 <TableCell> 1270 <ReportItems> 1271 <Textbox Name="textbox32"> 1272 <rd:DefaultName>textbox32</rd:DefaultName> 1273 <Style> 1274 <BackgroundColor>WhiteSmoke</BackgroundColor> 1275 <BorderColor> 1276 <Default>LightGrey</Default> 1277 </BorderColor> 1278 <BorderStyle> 1279 <Default>Solid</Default> 1280 </BorderStyle> 1281 <BorderWidth> 1282 <Default>0.5pt</Default> 1283 </BorderWidth> 1284 <FontSize>8pt</FontSize> 1285 <FontWeight>700</FontWeight> 1286 <TextAlign>Center</TextAlign> 1287 <VerticalAlign>Middle</VerticalAlign> 1288 <PaddingLeft>2pt</PaddingLeft> 1289 <PaddingRight>2pt</PaddingRight> 1290 <PaddingTop>2pt</PaddingTop> 1291 <PaddingBottom>2pt</PaddingBottom> 1292 </Style> 1293 <ZIndex>39</ZIndex> 1294 <CanGrow>true</CanGrow> 1295 <Value>DziaÅ</Value> 1296 </Textbox> 1297 </ReportItems> 1298 </TableCell> 1299 <TableCell> 1300 <ReportItems> 1301 <Textbox Name="textbox36"> 1302 <rd:DefaultName>textbox36</rd:DefaultName> 1303 <Style> 1304 <BackgroundColor>WhiteSmoke</BackgroundColor> 1305 <BorderColor> 1306 <Default>LightGrey</Default> 1307 </BorderColor> 1308 <BorderStyle> 1309 <Default>Solid</Default> 1310 </BorderStyle> 1311 <BorderWidth> 1312 <Default>0.5pt</Default> 1313 </BorderWidth> 1314 <FontSize>8pt</FontSize> 1315 <FontWeight>700</FontWeight> 1316 <TextAlign>Center</TextAlign> 1317 <VerticalAlign>Middle</VerticalAlign> 1318 <PaddingLeft>2pt</PaddingLeft> 1319 <PaddingRight>2pt</PaddingRight> 1320 <PaddingTop>2pt</PaddingTop> 1321 <PaddingBottom>2pt</PaddingBottom> 1322 </Style> 1323 <ZIndex>38</ZIndex> 1324 <CanGrow>true</CanGrow> 1325 <Value>RozdziaÅ</Value> 1326 </Textbox> 1327 </ReportItems> 1328 </TableCell> 1329 <TableCell> 1330 <ReportItems> 1331 <Textbox Name="textbox40"> 1332 <rd:DefaultName>textbox40</rd:DefaultName> 1333 <Style> 1334 <BackgroundColor>WhiteSmoke</BackgroundColor> 1335 <BorderColor> 1336 <Default>LightGrey</Default> 1337 </BorderColor> 1338 <BorderStyle> 1339 <Default>Solid</Default> 1340 </BorderStyle> 1341 <BorderWidth> 1342 <Default>0.5pt</Default> 1343 </BorderWidth> 1344 <FontSize>8pt</FontSize> 1345 <FontWeight>700</FontWeight> 1346 <TextAlign>Center</TextAlign> 1347 <VerticalAlign>Middle</VerticalAlign> 1348 <PaddingLeft>2pt</PaddingLeft> 1349 <PaddingRight>2pt</PaddingRight> 1350 <PaddingTop>2pt</PaddingTop> 1351 <PaddingBottom>2pt</PaddingBottom> 1352 </Style> 1353 <ZIndex>37</ZIndex> 1354 <CanGrow>true</CanGrow> 1355 <Value>Lokalizacja</Value> 912 1356 </Textbox> 913 1357 </ReportItems> … … 937 1381 <PaddingBottom>2pt</PaddingBottom> 938 1382 </Style> 939 <ZIndex> 24</ZIndex>940 <CanGrow>true</CanGrow> 941 <Value> Lokalizacja</Value>1383 <ZIndex>36</ZIndex> 1384 <CanGrow>true</CanGrow> 1385 <Value>Uwagi</Value> 942 1386 </Textbox> 943 1387 </ReportItems> 944 1388 </TableCell> 945 1389 </TableCells> 946 <Height> 0.5cm</Height>1390 <Height>1cm</Height> 947 1391 </TableRow> 948 1392 </TableRows> … … 953 1397 </TableColumn> 954 1398 <TableColumn> 955 <Width> 3cm</Width>1399 <Width>1.5cm</Width> 956 1400 </TableColumn> 957 1401 <TableColumn> 958 <Width>2 .82746cm</Width>1402 <Width>2cm</Width> 959 1403 </TableColumn> 960 1404 <TableColumn> 961 <Width>1.5cm</Width> 1405 <Width>1.75cm</Width> 1406 </TableColumn> 1407 <TableColumn> 1408 <Width>1.25cm</Width> 962 1409 </TableColumn> 963 1410 <TableColumn> … … 971 1418 </TableColumn> 972 1419 <TableColumn> 973 <Width>6.5cm</Width> 1420 <Width>2cm</Width> 1421 </TableColumn> 1422 <TableColumn> 1423 <Width>2cm</Width> 1424 </TableColumn> 1425 <TableColumn> 1426 <Width>2.5cm</Width> 1427 </TableColumn> 1428 <TableColumn> 1429 <Width>4.5cm</Width> 974 1430 </TableColumn> 975 1431 </TableColumns> 976 <Left>0.25cm</Left>977 1432 </Table> 978 1433 <Textbox Name="textbox30"> … … 994 1449 </Textbox> 995 1450 </ReportItems> 996 <Height> 3.75cm</Height>1451 <Height>4.25cm</Height> 997 1452 </Body> 998 1453 <Language>en-US</Language> 999 1454 <TopMargin>1cm</TopMargin> 1000 <PageHeight>2 9.7cm</PageHeight>1455 <PageHeight>21cm</PageHeight> 1001 1456 </Report>
