Pokaż
Ignoruj:
Data:
2009-07-06 11:10:27 (17 years ago)
Autor:
marek
Opis:

poprawki wydruku faktur

Pliki:
1 zmodyfikowane

Legenda:

Bez zmian
Dodane
Usunięte
  • trunk/RaportySQL/ReklamyDoDodania.rdl

    r130 r736  
    77    </DataSource> 
    88  </DataSources> 
    9   <InteractiveHeight>29.7cm</InteractiveHeight> 
     9  <InteractiveHeight>21cm</InteractiveHeight> 
    1010  <ReportParameters> 
    1111    <ReportParameter Name="tytul"> 
     
    3434      <Prompt>nowy numer</Prompt> 
    3535    </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> 
    3654  </ReportParameters> 
    3755  <rd:DrawGrid>true</rd:DrawGrid> 
    38   <InteractiveWidth>21cm</InteractiveWidth> 
     56  <InteractiveWidth>29.7cm</InteractiveWidth> 
    3957  <rd:GridSpacing>0.25cm</rd:GridSpacing> 
    4058  <rd:SnapToGrid>true</rd:SnapToGrid> 
     
    4361  <BottomMargin>1cm</BottomMargin> 
    4462  <rd:ReportID>f14032e7-dc76-4ad8-bfd1-cc3955d874be</rd:ReportID> 
    45   <PageWidth>21cm</PageWidth> 
     63  <PageWidth>29.7cm</PageWidth> 
    4664  <DataSets> 
    4765    <DataSet Name="ListaTytulow"> 
     
    5674        <CommandText>SELECT      SYMB 
    5775FROM            [LISTA TYTUŁÓW] 
    58 WHERE        (st_aktywny = - 1)</CommandText> 
     76WHERE        Active=1</CommandText> 
    5977        <rd:UseGenericDesigner>true</rd:UseGenericDesigner> 
    6078      </Query> 
     
    7896          <rd:TypeName>System.String</rd:TypeName> 
    7997        </Field> 
     98        <Field Name="staryGrzbiet"> 
     99          <DataField>staryGrzbiet</DataField> 
     100          <rd:TypeName>System.String</rd:TypeName> 
     101        </Field> 
    80102        <Field Name="wys"> 
    81103          <DataField>wys</DataField> 
     
    90112          <rd:TypeName>System.String</rd:TypeName> 
    91113        </Field> 
    92         <Field Name="lokalizacja"> 
    93           <DataField>lokalizacja</DataField> 
     114        <Field Name="strona"> 
     115          <DataField>strona</DataField> 
    94116          <rd:TypeName>System.String</rd:TypeName> 
    95117        </Field> 
     
    98120          <rd:TypeName>System.String</rd:TypeName> 
    99121        </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> 
    100134      </Fields> 
    101135      <Query> 
    102136        <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( 
     139SELECT R.reklamaId, [UKAÅ»E SIĘ W NR].[Nr Wydania] as nrwyd1, G.[nazwa] as grzbiet1, R.mod_typ,  
     140dbo.getSectionForDTP (T.Id,R.grzbiet,R.ogl_dzial) AS staryGrzbiet, 
     141R.wys,R.szer, r.[id reklamy] as reklama1, R.strona as strona, A2.NazwaKrotka as agencja, 
     142D.Name AS Dzial, Roz.Name AS Rozdzial, Lok.Text AS Lokalizacja 
     143FROM REKLAMA AS R  
     144INNER JOIN [UKAÅ»E SIĘ W NR] ON R.ReklamaID = [UKAÅ»E SIĘ W NR].ReklamaId  
     145INNER JOIN [Lista tytułów] T ON T.Symb=R.[Tytuł] 
     146LEFT OUTER JOIN REKLAMA_STRONA ON R.ReklamaID = REKLAMA_STRONA.ReklamaId AND [UKAÅ»E SIĘ W NR].[Nr Wydania] = REKLAMA_STRONA.NR_WYDANIA  
     147LEFT OUTER JOIN GRZBIETY AS G ON R.GRZBIET = G.ID  
     148LEFT OUTER JOIN Agenci AS A ON R.[SYMBOL AKWIZYTORA] = A.symbol  
     149LEFT OUTER JOIN Agencje AS A2 ON A.id_agencji = A2.id_agencji 
     150LEFT OUTER JOIN Dzial AS D ON R.ogl_dzial = D.Id 
     151LEFT OUTER JOIN Rozdzial AS Roz ON R.ogl_rozdzial = Roz.Id 
     152LEFT OUTER JOIN ReklamaLokalizacja AS Lok ON R.AdLocationId = Lok.Id 
     153WHERE  
     154[UKAÅ»E SIĘ W NR].[Nr Wydania] = @nr2   
     155AND r.tytuł =@tytul  
     156AND r.[zatwierdzono do druku]=1 
     157AND 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 
     167WHERE staryGrzbiet IN (@grzbiet) 
     168ORDER BY starygrzbiet, grzbiet1, reklama1</CommandText> 
    121169        <QueryParameters> 
    122170          <QueryParameter Name="@nr2"> 
     
    129177            <Value>=Parameters!nr1.Value</Value> 
    130178          </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 
     200IF @tytul='AMT' 
     201BEGIN  
     202INSERT INTO @Grzbiety VALUES ('B') 
     203INSERT INTO @Grzbiety VALUES ('D') 
     204END 
     205--IF @tytul='GS' 
     206--BEGIN 
     207--END 
     208 
     209INSERT INTO @Grzbiety VALUES ('-?-') 
     210 
     211SELECT * FROM @Grzbiety</CommandText> 
     212        <QueryParameters> 
     213          <QueryParameter Name="@tytul"> 
     214            <Value>=Parameters!tytul.Value</Value> 
     215          </QueryParameter> 
    131216        </QueryParameters> 
    132217        <rd:UseGenericDesigner>true</rd:UseGenericDesigner> 
     
    135220  </DataSets> 
    136221  <Code /> 
    137   <Width>18.75cm</Width> 
     222  <Width>22cm</Width> 
    138223  <Body> 
    139224    <ColumnSpacing>1cm</ColumnSpacing> 
     
    199284                            <PaddingBottom>2pt</PaddingBottom> 
    200285                          </Style> 
    201                           <ZIndex>23</ZIndex> 
     286                          <ZIndex>35</ZIndex> 
    202287                          <CanGrow>true</CanGrow> 
    203288                          <Value /> 
     
    215300                            <PaddingBottom>2pt</PaddingBottom> 
    216301                          </Style> 
    217                           <ZIndex>22</ZIndex> 
     302                          <ZIndex>34</ZIndex> 
    218303                          <CanGrow>true</CanGrow> 
    219304                          <Value /> 
     
    231316                            <PaddingBottom>2pt</PaddingBottom> 
    232317                          </Style> 
    233                           <ZIndex>21</ZIndex> 
     318                          <ZIndex>33</ZIndex> 
    234319                          <CanGrow>true</CanGrow> 
    235320                          <Value /> 
     
    247332                            <PaddingBottom>2pt</PaddingBottom> 
    248333                          </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> 
    250351                          <CanGrow>true</CanGrow> 
    251352                          <Value /> 
     
    263364                            <PaddingBottom>2pt</PaddingBottom> 
    264365                          </Style> 
    265                           <ZIndex>19</ZIndex> 
     366                          <ZIndex>30</ZIndex> 
    266367                          <CanGrow>true</CanGrow> 
    267368                          <Value /> 
     
    279380                            <PaddingBottom>2pt</PaddingBottom> 
    280381                          </Style> 
    281                           <ZIndex>18</ZIndex> 
     382                          <ZIndex>29</ZIndex> 
    282383                          <CanGrow>true</CanGrow> 
    283384                          <Value /> 
     
    295396                            <PaddingBottom>2pt</PaddingBottom> 
    296397                          </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> 
    298447                          <CanGrow>true</CanGrow> 
    299448                          <Value /> 
     
    311460                            <PaddingBottom>2pt</PaddingBottom> 
    312461                          </Style> 
    313                           <ZIndex>16</ZIndex> 
     462                          <ZIndex>24</ZIndex> 
    314463                          <CanGrow>true</CanGrow> 
    315464                          <Value /> 
     
    336485                            <PaddingBottom>2pt</PaddingBottom> 
    337486                          </Style> 
    338                           <ZIndex>15</ZIndex> 
     487                          <ZIndex>23</ZIndex> 
    339488                          <CanGrow>true</CanGrow> 
    340489                          <Value /> 
     
    352501                            <PaddingBottom>2pt</PaddingBottom> 
    353502                          </Style> 
    354                           <ZIndex>14</ZIndex> 
     503                          <ZIndex>22</ZIndex> 
    355504                          <CanGrow>true</CanGrow> 
    356505                          <Value /> 
     
    368517                            <PaddingBottom>2pt</PaddingBottom> 
    369518                          </Style> 
    370                           <ZIndex>13</ZIndex> 
     519                          <ZIndex>21</ZIndex> 
    371520                          <CanGrow>true</CanGrow> 
    372521                          <Value /> 
     
    384533                            <PaddingBottom>2pt</PaddingBottom> 
    385534                          </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> 
    387552                          <CanGrow>true</CanGrow> 
    388553                          <Value /> 
     
    400565                            <PaddingBottom>2pt</PaddingBottom> 
    401566                          </Style> 
    402                           <ZIndex>11</ZIndex> 
     567                          <ZIndex>18</ZIndex> 
    403568                          <CanGrow>true</CanGrow> 
    404569                          <Value /> 
     
    416581                            <PaddingBottom>2pt</PaddingBottom> 
    417582                          </Style> 
    418                           <ZIndex>10</ZIndex> 
     583                          <ZIndex>17</ZIndex> 
    419584                          <CanGrow>true</CanGrow> 
    420585                          <Value /> 
     
    432597                            <PaddingBottom>2pt</PaddingBottom> 
    433598                          </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> 
    435648                          <CanGrow>true</CanGrow> 
    436649                          <Value /> 
     
    448661                            <PaddingBottom>2pt</PaddingBottom> 
    449662                          </Style> 
    450                           <ZIndex>8</ZIndex> 
     663                          <ZIndex>12</ZIndex> 
    451664                          <CanGrow>true</CanGrow> 
    452665                          <Value /> 
     
    461674          </TableGroup> 
    462675        </TableGroups> 
    463         <Width>18.32746cm</Width> 
    464676        <Details> 
    465677          <TableRows> 
     
    488700                        <PaddingBottom>2pt</PaddingBottom> 
    489701                      </Style> 
    490                       <ZIndex>7</ZIndex> 
     702                      <ZIndex>11</ZIndex> 
    491703                      <CanGrow>true</CanGrow> 
    492704                      <Value>=Fields!nrwyd1.Value</Value> 
     
    516728                        <PaddingBottom>2pt</PaddingBottom> 
    517729                      </Style> 
    518                       <ZIndex>6</ZIndex> 
     730                      <ZIndex>10</ZIndex> 
    519731                      <CanGrow>true</CanGrow> 
    520732                      <Value>=Fields!agencja.Value</Value> 
     
    544756                        <PaddingBottom>2pt</PaddingBottom> 
    545757                      </Style> 
    546                       <ZIndex>5</ZIndex> 
     758                      <ZIndex>9</ZIndex> 
    547759                      <CanGrow>true</CanGrow> 
    548760                      <Value>=Fields!reklama1.Value</Value> 
     
    572784                        <PaddingBottom>2pt</PaddingBottom> 
    573785                      </Style> 
    574                       <ZIndex>4</ZIndex> 
     786                      <ZIndex>8</ZIndex> 
    575787                      <CanGrow>true</CanGrow> 
    576788                      <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> 
    577817                    </Textbox> 
    578818                  </ReportItems> 
     
    600840                        <PaddingBottom>2pt</PaddingBottom> 
    601841                      </Style> 
    602                       <ZIndex>3</ZIndex> 
     842                      <ZIndex>6</ZIndex> 
    603843                      <CanGrow>true</CanGrow> 
    604844                      <Value>=Fields!mod_typ.Value</Value> 
     
    628868                        <PaddingBottom>2pt</PaddingBottom> 
    629869                      </Style> 
    630                       <ZIndex>2</ZIndex> 
     870                      <ZIndex>5</ZIndex> 
    631871                      <CanGrow>true</CanGrow> 
    632872                      <Value>=Fields!szer.Value</Value> 
     
    656896                        <PaddingBottom>2pt</PaddingBottom> 
    657897                      </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> 
    658982                      <ZIndex>1</ZIndex> 
    659983                      <CanGrow>true</CanGrow> 
    660                       <Value>=Fields!wys.Value</Value> 
     984                      <Value>=Fields!lokalizacja.Value</Value> 
    661985                    </Textbox> 
    662986                  </ReportItems> 
     
    6851009                      </Style> 
    6861010                      <CanGrow>true</CanGrow> 
    687                       <Value>=Fields!lokalizacja.Value</Value> 
     1011                      <Value>=Fields!strona.Value</Value> 
    6881012                    </Textbox> 
    6891013                  </ReportItems> 
     
    7281052                        <PaddingBottom>2pt</PaddingBottom> 
    7291053                      </Style> 
    730                       <ZIndex>31</ZIndex> 
     1054                      <ZIndex>47</ZIndex> 
    7311055                      <CanGrow>true</CanGrow> 
    7321056                      <Value>Nr wyd.</Value> 
     
    7581082                        <PaddingBottom>2pt</PaddingBottom> 
    7591083                      </Style> 
    760                       <ZIndex>30</ZIndex> 
     1084                      <ZIndex>46</ZIndex> 
    7611085                      <CanGrow>true</CanGrow> 
    7621086                      <Value>Agencja</Value> 
     
    7881112                        <PaddingBottom>2pt</PaddingBottom> 
    7891113                      </Style> 
    790                       <ZIndex>29</ZIndex> 
     1114                      <ZIndex>45</ZIndex> 
    7911115                      <CanGrow>true</CanGrow> 
    7921116                      <Value>Symbol rek.</Value> 
     
    8181142                        <PaddingBottom>2pt</PaddingBottom> 
    8191143                      </Style> 
    820                       <ZIndex>28</ZIndex> 
     1144                      <ZIndex>44</ZIndex> 
    8211145                      <CanGrow>true</CanGrow> 
    8221146                      <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> 
    8231177                    </Textbox> 
    8241178                  </ReportItems> 
     
    8481202                        <PaddingBottom>2pt</PaddingBottom> 
    8491203                      </Style> 
    850                       <ZIndex>27</ZIndex> 
     1204                      <ZIndex>42</ZIndex> 
    8511205                      <CanGrow>true</CanGrow> 
    8521206                      <Value>Moduł</Value> 
     
    8781232                        <PaddingBottom>2pt</PaddingBottom> 
    8791233                      </Style> 
    880                       <ZIndex>26</ZIndex> 
     1234                      <ZIndex>41</ZIndex> 
    8811235                      <CanGrow>true</CanGrow> 
    8821236                      <Value>S</Value> 
     
    9071261                        <PaddingBottom>2pt</PaddingBottom> 
    9081262                      </Style> 
    909                       <ZIndex>25</ZIndex> 
     1263                      <ZIndex>40</ZIndex> 
    9101264                      <CanGrow>true</CanGrow> 
    9111265                      <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> 
    9121356                    </Textbox> 
    9131357                  </ReportItems> 
     
    9371381                        <PaddingBottom>2pt</PaddingBottom> 
    9381382                      </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> 
    9421386                    </Textbox> 
    9431387                  </ReportItems> 
    9441388                </TableCell> 
    9451389              </TableCells> 
    946               <Height>0.5cm</Height> 
     1390              <Height>1cm</Height> 
    9471391            </TableRow> 
    9481392          </TableRows> 
     
    9531397          </TableColumn> 
    9541398          <TableColumn> 
    955             <Width>3cm</Width> 
     1399            <Width>1.5cm</Width> 
    9561400          </TableColumn> 
    9571401          <TableColumn> 
    958             <Width>2.82746cm</Width> 
     1402            <Width>2cm</Width> 
    9591403          </TableColumn> 
    9601404          <TableColumn> 
    961             <Width>1.5cm</Width> 
     1405            <Width>1.75cm</Width> 
     1406          </TableColumn> 
     1407          <TableColumn> 
     1408            <Width>1.25cm</Width> 
    9621409          </TableColumn> 
    9631410          <TableColumn> 
     
    9711418          </TableColumn> 
    9721419          <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> 
    9741430          </TableColumn> 
    9751431        </TableColumns> 
    976         <Left>0.25cm</Left> 
    9771432      </Table> 
    9781433      <Textbox Name="textbox30"> 
     
    9941449      </Textbox> 
    9951450    </ReportItems> 
    996     <Height>3.75cm</Height> 
     1451    <Height>4.25cm</Height> 
    9971452  </Body> 
    9981453  <Language>en-US</Language> 
    9991454  <TopMargin>1cm</TopMargin> 
    1000   <PageHeight>29.7cm</PageHeight> 
     1455  <PageHeight>21cm</PageHeight> 
    10011456</Report>