root/trunk/RaportySQL/ReklamyDoDodania.rdl @ 693

Wersja 130, 42.4 KB (wprowadzona przez marek, 17 years temu)
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Report xmlns="http://schemas.microsoft.com/sqlserver/reporting/2005/01/reportdefinition" xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner">
3  <DataSources>
4    <DataSource Name="BAZA_REKLAM">
5      <rd:DataSourceID>7154a334-5485-4816-9ea1-3e58e85a979b</rd:DataSourceID>
6      <DataSourceReference>BAZA_REKLAM</DataSourceReference>
7    </DataSource>
8  </DataSources>
9  <InteractiveHeight>29.7cm</InteractiveHeight>
10  <ReportParameters>
11    <ReportParameter Name="tytul">
12      <DataType>String</DataType>
13      <DefaultValue>
14        <DataSetReference>
15          <DataSetName>ListaTytulow</DataSetName>
16          <ValueField>SYMB</ValueField>
17        </DataSetReference>
18      </DefaultValue>
19      <Prompt>tytul</Prompt>
20      <ValidValues>
21        <DataSetReference>
22          <DataSetName>ListaTytulow</DataSetName>
23          <ValueField>SYMB</ValueField>
24          <LabelField>SYMB</LabelField>
25        </DataSetReference>
26      </ValidValues>
27    </ReportParameter>
28    <ReportParameter Name="nr1">
29      <DataType>String</DataType>
30      <Prompt>poprzedni numer</Prompt>
31    </ReportParameter>
32    <ReportParameter Name="nr2">
33      <DataType>String</DataType>
34      <Prompt>nowy numer</Prompt>
35    </ReportParameter>
36  </ReportParameters>
37  <rd:DrawGrid>true</rd:DrawGrid>
38  <InteractiveWidth>21cm</InteractiveWidth>
39  <rd:GridSpacing>0.25cm</rd:GridSpacing>
40  <rd:SnapToGrid>true</rd:SnapToGrid>
41  <RightMargin>1cm</RightMargin>
42  <LeftMargin>1cm</LeftMargin>
43  <BottomMargin>1cm</BottomMargin>
44  <rd:ReportID>f14032e7-dc76-4ad8-bfd1-cc3955d874be</rd:ReportID>
45  <PageWidth>21cm</PageWidth>
46  <DataSets>
47    <DataSet Name="ListaTytulow">
48      <Fields>
49        <Field Name="SYMB">
50          <DataField>SYMB</DataField>
51          <rd:TypeName>System.String</rd:TypeName>
52        </Field>
53      </Fields>
54      <Query>
55        <DataSourceName>BAZA_REKLAM</DataSourceName>
56        <CommandText>SELECT      SYMB
57FROM            [LISTA TYTUŁÓW]
58WHERE        (st_aktywny = - 1)</CommandText>
59        <rd:UseGenericDesigner>true</rd:UseGenericDesigner>
60      </Query>
61    </DataSet>
62    <DataSet Name="reklamyDoDodania">
63      <Fields>
64        <Field Name="reklamaId">
65          <DataField>reklamaId</DataField>
66          <rd:TypeName>System.Int32</rd:TypeName>
67        </Field>
68        <Field Name="nrwyd1">
69          <DataField>nrwyd1</DataField>
70          <rd:TypeName>System.Int16</rd:TypeName>
71        </Field>
72        <Field Name="grzbiet1">
73          <DataField>grzbiet1</DataField>
74          <rd:TypeName>System.String</rd:TypeName>
75        </Field>
76        <Field Name="mod_typ">
77          <DataField>mod_typ</DataField>
78          <rd:TypeName>System.String</rd:TypeName>
79        </Field>
80        <Field Name="wys">
81          <DataField>wys</DataField>
82          <rd:TypeName>System.Double</rd:TypeName>
83        </Field>
84        <Field Name="szer">
85          <DataField>szer</DataField>
86          <rd:TypeName>System.Double</rd:TypeName>
87        </Field>
88        <Field Name="reklama1">
89          <DataField>reklama1</DataField>
90          <rd:TypeName>System.String</rd:TypeName>
91        </Field>
92        <Field Name="lokalizacja">
93          <DataField>lokalizacja</DataField>
94          <rd:TypeName>System.String</rd:TypeName>
95        </Field>
96        <Field Name="agencja">
97          <DataField>agencja</DataField>
98          <rd:TypeName>System.String</rd:TypeName>
99        </Field>
100      </Fields>
101      <Query>
102        <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
111where [UKAÅ»E SIĘ W NR].[Nr Wydania] = @nr2  and r.tytuł =@tytul and r.[zatwierdzono do druku]=1
112and substring(R.[Id reklamy],1,7) not in (
113select 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
119where [UKAŻE SIĘ W NR].[Nr Wydania] = @nr1 and r.tytuł =@tytul and r.[zatwierdzono do druku]=1
120)  order by grzbiet1, reklama1</CommandText>
121        <QueryParameters>
122          <QueryParameter Name="@nr2">
123            <Value>=Parameters!nr2.Value</Value>
124          </QueryParameter>
125          <QueryParameter Name="@tytul">
126            <Value>=Parameters!tytul.Value</Value>
127          </QueryParameter>
128          <QueryParameter Name="@nr1">
129            <Value>=Parameters!nr1.Value</Value>
130          </QueryParameter>
131        </QueryParameters>
132        <rd:UseGenericDesigner>true</rd:UseGenericDesigner>
133      </Query>
134    </DataSet>
135  </DataSets>
136  <Code />
137  <Width>18.75cm</Width>
138  <Body>
139    <ColumnSpacing>1cm</ColumnSpacing>
140    <ReportItems>
141      <Textbox Name="textbox3">
142        <rd:DefaultName>textbox3</rd:DefaultName>
143        <Top>1.25cm</Top>
144        <Width>4.25cm</Width>
145        <Style>
146          <FontWeight>700</FontWeight>
147          <TextAlign>Left</TextAlign>
148          <PaddingLeft>2pt</PaddingLeft>
149          <PaddingRight>2pt</PaddingRight>
150          <PaddingTop>2pt</PaddingTop>
151          <PaddingBottom>2pt</PaddingBottom>
152        </Style>
153        <ZIndex>3</ZIndex>
154        <CanGrow>true</CanGrow>
155        <Left>13.25cm</Left>
156        <Height>0.63492cm</Height>
157        <Value>="LICZBA:  " &amp; Count(Fields!grzbiet1.Value, "reklamyDoDodania")</Value>
158      </Textbox>
159      <Textbox Name="textbox10">
160        <rd:DefaultName>textbox10</rd:DefaultName>
161        <Top>1.25cm</Top>
162        <Width>12.5cm</Width>
163        <Style>
164          <FontWeight>700</FontWeight>
165          <PaddingLeft>2pt</PaddingLeft>
166          <PaddingRight>2pt</PaddingRight>
167          <PaddingTop>2pt</PaddingTop>
168          <PaddingBottom>2pt</PaddingBottom>
169        </Style>
170        <ZIndex>2</ZIndex>
171        <CanGrow>true</CanGrow>
172        <Left>0.5cm</Left>
173        <Height>0.63492cm</Height>
174        <Value>="REKLAMY DO DODANIA Z WYDANIA: " &amp;Parameters!nr2.Value</Value>
175      </Textbox>
176      <Table Name="table1">
177        <ZIndex>1</ZIndex>
178        <DataSetName>reklamyDoDodania</DataSetName>
179        <Top>2.25cm</Top>
180        <TableGroups>
181          <TableGroup>
182            <Grouping Name="table1_Group1">
183              <GroupExpressions>
184                <GroupExpression>=Fields!grzbiet1.Value</GroupExpression>
185              </GroupExpressions>
186            </Grouping>
187            <Header>
188              <TableRows>
189                <TableRow>
190                  <TableCells>
191                    <TableCell>
192                      <ReportItems>
193                        <Textbox Name="textbox6">
194                          <rd:DefaultName>textbox6</rd:DefaultName>
195                          <Style>
196                            <PaddingLeft>2pt</PaddingLeft>
197                            <PaddingRight>2pt</PaddingRight>
198                            <PaddingTop>2pt</PaddingTop>
199                            <PaddingBottom>2pt</PaddingBottom>
200                          </Style>
201                          <ZIndex>23</ZIndex>
202                          <CanGrow>true</CanGrow>
203                          <Value />
204                        </Textbox>
205                      </ReportItems>
206                    </TableCell>
207                    <TableCell>
208                      <ReportItems>
209                        <Textbox Name="textbox7">
210                          <rd:DefaultName>textbox7</rd:DefaultName>
211                          <Style>
212                            <PaddingLeft>2pt</PaddingLeft>
213                            <PaddingRight>2pt</PaddingRight>
214                            <PaddingTop>2pt</PaddingTop>
215                            <PaddingBottom>2pt</PaddingBottom>
216                          </Style>
217                          <ZIndex>22</ZIndex>
218                          <CanGrow>true</CanGrow>
219                          <Value />
220                        </Textbox>
221                      </ReportItems>
222                    </TableCell>
223                    <TableCell>
224                      <ReportItems>
225                        <Textbox Name="textbox8">
226                          <rd:DefaultName>textbox8</rd:DefaultName>
227                          <Style>
228                            <PaddingLeft>2pt</PaddingLeft>
229                            <PaddingRight>2pt</PaddingRight>
230                            <PaddingTop>2pt</PaddingTop>
231                            <PaddingBottom>2pt</PaddingBottom>
232                          </Style>
233                          <ZIndex>21</ZIndex>
234                          <CanGrow>true</CanGrow>
235                          <Value />
236                        </Textbox>
237                      </ReportItems>
238                    </TableCell>
239                    <TableCell>
240                      <ReportItems>
241                        <Textbox Name="textbox9">
242                          <rd:DefaultName>textbox9</rd:DefaultName>
243                          <Style>
244                            <PaddingLeft>2pt</PaddingLeft>
245                            <PaddingRight>2pt</PaddingRight>
246                            <PaddingTop>2pt</PaddingTop>
247                            <PaddingBottom>2pt</PaddingBottom>
248                          </Style>
249                          <ZIndex>20</ZIndex>
250                          <CanGrow>true</CanGrow>
251                          <Value />
252                        </Textbox>
253                      </ReportItems>
254                    </TableCell>
255                    <TableCell>
256                      <ReportItems>
257                        <Textbox Name="textbox27">
258                          <rd:DefaultName>textbox27</rd:DefaultName>
259                          <Style>
260                            <PaddingLeft>2pt</PaddingLeft>
261                            <PaddingRight>2pt</PaddingRight>
262                            <PaddingTop>2pt</PaddingTop>
263                            <PaddingBottom>2pt</PaddingBottom>
264                          </Style>
265                          <ZIndex>19</ZIndex>
266                          <CanGrow>true</CanGrow>
267                          <Value />
268                        </Textbox>
269                      </ReportItems>
270                    </TableCell>
271                    <TableCell>
272                      <ReportItems>
273                        <Textbox Name="textbox19">
274                          <rd:DefaultName>textbox19</rd:DefaultName>
275                          <Style>
276                            <PaddingLeft>2pt</PaddingLeft>
277                            <PaddingRight>2pt</PaddingRight>
278                            <PaddingTop>2pt</PaddingTop>
279                            <PaddingBottom>2pt</PaddingBottom>
280                          </Style>
281                          <ZIndex>18</ZIndex>
282                          <CanGrow>true</CanGrow>
283                          <Value />
284                        </Textbox>
285                      </ReportItems>
286                    </TableCell>
287                    <TableCell>
288                      <ReportItems>
289                        <Textbox Name="textbox23">
290                          <rd:DefaultName>textbox23</rd:DefaultName>
291                          <Style>
292                            <PaddingLeft>2pt</PaddingLeft>
293                            <PaddingRight>2pt</PaddingRight>
294                            <PaddingTop>2pt</PaddingTop>
295                            <PaddingBottom>2pt</PaddingBottom>
296                          </Style>
297                          <ZIndex>17</ZIndex>
298                          <CanGrow>true</CanGrow>
299                          <Value />
300                        </Textbox>
301                      </ReportItems>
302                    </TableCell>
303                    <TableCell>
304                      <ReportItems>
305                        <Textbox Name="textbox11">
306                          <rd:DefaultName>textbox11</rd:DefaultName>
307                          <Style>
308                            <PaddingLeft>2pt</PaddingLeft>
309                            <PaddingRight>2pt</PaddingRight>
310                            <PaddingTop>2pt</PaddingTop>
311                            <PaddingBottom>2pt</PaddingBottom>
312                          </Style>
313                          <ZIndex>16</ZIndex>
314                          <CanGrow>true</CanGrow>
315                          <Value />
316                        </Textbox>
317                      </ReportItems>
318                    </TableCell>
319                  </TableCells>
320                  <Height>0.25cm</Height>
321                </TableRow>
322              </TableRows>
323            </Header>
324            <Footer>
325              <TableRows>
326                <TableRow>
327                  <TableCells>
328                    <TableCell>
329                      <ReportItems>
330                        <Textbox Name="textbox13">
331                          <rd:DefaultName>textbox13</rd:DefaultName>
332                          <Style>
333                            <PaddingLeft>2pt</PaddingLeft>
334                            <PaddingRight>2pt</PaddingRight>
335                            <PaddingTop>2pt</PaddingTop>
336                            <PaddingBottom>2pt</PaddingBottom>
337                          </Style>
338                          <ZIndex>15</ZIndex>
339                          <CanGrow>true</CanGrow>
340                          <Value />
341                        </Textbox>
342                      </ReportItems>
343                    </TableCell>
344                    <TableCell>
345                      <ReportItems>
346                        <Textbox Name="textbox14">
347                          <rd:DefaultName>textbox14</rd:DefaultName>
348                          <Style>
349                            <PaddingLeft>2pt</PaddingLeft>
350                            <PaddingRight>2pt</PaddingRight>
351                            <PaddingTop>2pt</PaddingTop>
352                            <PaddingBottom>2pt</PaddingBottom>
353                          </Style>
354                          <ZIndex>14</ZIndex>
355                          <CanGrow>true</CanGrow>
356                          <Value />
357                        </Textbox>
358                      </ReportItems>
359                    </TableCell>
360                    <TableCell>
361                      <ReportItems>
362                        <Textbox Name="textbox15">
363                          <rd:DefaultName>textbox15</rd:DefaultName>
364                          <Style>
365                            <PaddingLeft>2pt</PaddingLeft>
366                            <PaddingRight>2pt</PaddingRight>
367                            <PaddingTop>2pt</PaddingTop>
368                            <PaddingBottom>2pt</PaddingBottom>
369                          </Style>
370                          <ZIndex>13</ZIndex>
371                          <CanGrow>true</CanGrow>
372                          <Value />
373                        </Textbox>
374                      </ReportItems>
375                    </TableCell>
376                    <TableCell>
377                      <ReportItems>
378                        <Textbox Name="textbox16">
379                          <rd:DefaultName>textbox16</rd:DefaultName>
380                          <Style>
381                            <PaddingLeft>2pt</PaddingLeft>
382                            <PaddingRight>2pt</PaddingRight>
383                            <PaddingTop>2pt</PaddingTop>
384                            <PaddingBottom>2pt</PaddingBottom>
385                          </Style>
386                          <ZIndex>12</ZIndex>
387                          <CanGrow>true</CanGrow>
388                          <Value />
389                        </Textbox>
390                      </ReportItems>
391                    </TableCell>
392                    <TableCell>
393                      <ReportItems>
394                        <Textbox Name="textbox29">
395                          <rd:DefaultName>textbox29</rd:DefaultName>
396                          <Style>
397                            <PaddingLeft>2pt</PaddingLeft>
398                            <PaddingRight>2pt</PaddingRight>
399                            <PaddingTop>2pt</PaddingTop>
400                            <PaddingBottom>2pt</PaddingBottom>
401                          </Style>
402                          <ZIndex>11</ZIndex>
403                          <CanGrow>true</CanGrow>
404                          <Value />
405                        </Textbox>
406                      </ReportItems>
407                    </TableCell>
408                    <TableCell>
409                      <ReportItems>
410                        <Textbox Name="textbox21">
411                          <rd:DefaultName>textbox21</rd:DefaultName>
412                          <Style>
413                            <PaddingLeft>2pt</PaddingLeft>
414                            <PaddingRight>2pt</PaddingRight>
415                            <PaddingTop>2pt</PaddingTop>
416                            <PaddingBottom>2pt</PaddingBottom>
417                          </Style>
418                          <ZIndex>10</ZIndex>
419                          <CanGrow>true</CanGrow>
420                          <Value />
421                        </Textbox>
422                      </ReportItems>
423                    </TableCell>
424                    <TableCell>
425                      <ReportItems>
426                        <Textbox Name="textbox25">
427                          <rd:DefaultName>textbox25</rd:DefaultName>
428                          <Style>
429                            <PaddingLeft>2pt</PaddingLeft>
430                            <PaddingRight>2pt</PaddingRight>
431                            <PaddingTop>2pt</PaddingTop>
432                            <PaddingBottom>2pt</PaddingBottom>
433                          </Style>
434                          <ZIndex>9</ZIndex>
435                          <CanGrow>true</CanGrow>
436                          <Value />
437                        </Textbox>
438                      </ReportItems>
439                    </TableCell>
440                    <TableCell>
441                      <ReportItems>
442                        <Textbox Name="textbox17">
443                          <rd:DefaultName>textbox17</rd:DefaultName>
444                          <Style>
445                            <PaddingLeft>2pt</PaddingLeft>
446                            <PaddingRight>2pt</PaddingRight>
447                            <PaddingTop>2pt</PaddingTop>
448                            <PaddingBottom>2pt</PaddingBottom>
449                          </Style>
450                          <ZIndex>8</ZIndex>
451                          <CanGrow>true</CanGrow>
452                          <Value />
453                        </Textbox>
454                      </ReportItems>
455                    </TableCell>
456                  </TableCells>
457                  <Height>0.25cm</Height>
458                </TableRow>
459              </TableRows>
460            </Footer>
461          </TableGroup>
462        </TableGroups>
463        <Width>18.32746cm</Width>
464        <Details>
465          <TableRows>
466            <TableRow>
467              <TableCells>
468                <TableCell>
469                  <ReportItems>
470                    <Textbox Name="nrwyd1">
471                      <rd:DefaultName>nrwyd1</rd:DefaultName>
472                      <Style>
473                        <BorderColor>
474                          <Default>LightGrey</Default>
475                        </BorderColor>
476                        <BorderStyle>
477                          <Default>Solid</Default>
478                        </BorderStyle>
479                        <BorderWidth>
480                          <Default>0.5pt</Default>
481                        </BorderWidth>
482                        <FontSize>8pt</FontSize>
483                        <TextAlign>Center</TextAlign>
484                        <VerticalAlign>Middle</VerticalAlign>
485                        <PaddingLeft>2pt</PaddingLeft>
486                        <PaddingRight>2pt</PaddingRight>
487                        <PaddingTop>2pt</PaddingTop>
488                        <PaddingBottom>2pt</PaddingBottom>
489                      </Style>
490                      <ZIndex>7</ZIndex>
491                      <CanGrow>true</CanGrow>
492                      <Value>=Fields!nrwyd1.Value</Value>
493                    </Textbox>
494                  </ReportItems>
495                </TableCell>
496                <TableCell>
497                  <ReportItems>
498                    <Textbox Name="agencja">
499                      <rd:DefaultName>agencja</rd:DefaultName>
500                      <Style>
501                        <BorderColor>
502                          <Default>LightGrey</Default>
503                        </BorderColor>
504                        <BorderStyle>
505                          <Default>Solid</Default>
506                        </BorderStyle>
507                        <BorderWidth>
508                          <Default>0.5pt</Default>
509                        </BorderWidth>
510                        <FontSize>8pt</FontSize>
511                        <TextAlign>Center</TextAlign>
512                        <VerticalAlign>Middle</VerticalAlign>
513                        <PaddingLeft>2pt</PaddingLeft>
514                        <PaddingRight>2pt</PaddingRight>
515                        <PaddingTop>2pt</PaddingTop>
516                        <PaddingBottom>2pt</PaddingBottom>
517                      </Style>
518                      <ZIndex>6</ZIndex>
519                      <CanGrow>true</CanGrow>
520                      <Value>=Fields!agencja.Value</Value>
521                    </Textbox>
522                  </ReportItems>
523                </TableCell>
524                <TableCell>
525                  <ReportItems>
526                    <Textbox Name="reklama1">
527                      <rd:DefaultName>reklama1</rd:DefaultName>
528                      <Style>
529                        <BorderColor>
530                          <Default>LightGrey</Default>
531                        </BorderColor>
532                        <BorderStyle>
533                          <Default>Solid</Default>
534                        </BorderStyle>
535                        <BorderWidth>
536                          <Default>0.5pt</Default>
537                        </BorderWidth>
538                        <FontSize>8pt</FontSize>
539                        <TextAlign>Center</TextAlign>
540                        <VerticalAlign>Middle</VerticalAlign>
541                        <PaddingLeft>2pt</PaddingLeft>
542                        <PaddingRight>2pt</PaddingRight>
543                        <PaddingTop>2pt</PaddingTop>
544                        <PaddingBottom>2pt</PaddingBottom>
545                      </Style>
546                      <ZIndex>5</ZIndex>
547                      <CanGrow>true</CanGrow>
548                      <Value>=Fields!reklama1.Value</Value>
549                    </Textbox>
550                  </ReportItems>
551                </TableCell>
552                <TableCell>
553                  <ReportItems>
554                    <Textbox Name="grzbiet1">
555                      <rd:DefaultName>grzbiet1</rd:DefaultName>
556                      <Style>
557                        <BorderColor>
558                          <Default>LightGrey</Default>
559                        </BorderColor>
560                        <BorderStyle>
561                          <Default>Solid</Default>
562                        </BorderStyle>
563                        <BorderWidth>
564                          <Default>0.5pt</Default>
565                        </BorderWidth>
566                        <FontSize>8pt</FontSize>
567                        <TextAlign>Center</TextAlign>
568                        <VerticalAlign>Middle</VerticalAlign>
569                        <PaddingLeft>2pt</PaddingLeft>
570                        <PaddingRight>2pt</PaddingRight>
571                        <PaddingTop>2pt</PaddingTop>
572                        <PaddingBottom>2pt</PaddingBottom>
573                      </Style>
574                      <ZIndex>4</ZIndex>
575                      <CanGrow>true</CanGrow>
576                      <Value>=Fields!grzbiet1.Value</Value>
577                    </Textbox>
578                  </ReportItems>
579                </TableCell>
580                <TableCell>
581                  <ReportItems>
582                    <Textbox Name="mod_typ">
583                      <rd:DefaultName>mod_typ</rd:DefaultName>
584                      <Style>
585                        <BorderColor>
586                          <Default>LightGrey</Default>
587                        </BorderColor>
588                        <BorderStyle>
589                          <Default>Solid</Default>
590                        </BorderStyle>
591                        <BorderWidth>
592                          <Default>0.5pt</Default>
593                        </BorderWidth>
594                        <FontSize>8pt</FontSize>
595                        <TextAlign>Center</TextAlign>
596                        <VerticalAlign>Middle</VerticalAlign>
597                        <PaddingLeft>2pt</PaddingLeft>
598                        <PaddingRight>2pt</PaddingRight>
599                        <PaddingTop>2pt</PaddingTop>
600                        <PaddingBottom>2pt</PaddingBottom>
601                      </Style>
602                      <ZIndex>3</ZIndex>
603                      <CanGrow>true</CanGrow>
604                      <Value>=Fields!mod_typ.Value</Value>
605                    </Textbox>
606                  </ReportItems>
607                </TableCell>
608                <TableCell>
609                  <ReportItems>
610                    <Textbox Name="szer">
611                      <rd:DefaultName>szer</rd:DefaultName>
612                      <Style>
613                        <BorderColor>
614                          <Default>LightGrey</Default>
615                        </BorderColor>
616                        <BorderStyle>
617                          <Default>Solid</Default>
618                        </BorderStyle>
619                        <BorderWidth>
620                          <Default>0.5pt</Default>
621                        </BorderWidth>
622                        <FontSize>8pt</FontSize>
623                        <TextAlign>Center</TextAlign>
624                        <VerticalAlign>Middle</VerticalAlign>
625                        <PaddingLeft>2pt</PaddingLeft>
626                        <PaddingRight>2pt</PaddingRight>
627                        <PaddingTop>2pt</PaddingTop>
628                        <PaddingBottom>2pt</PaddingBottom>
629                      </Style>
630                      <ZIndex>2</ZIndex>
631                      <CanGrow>true</CanGrow>
632                      <Value>=Fields!szer.Value</Value>
633                    </Textbox>
634                  </ReportItems>
635                </TableCell>
636                <TableCell>
637                  <ReportItems>
638                    <Textbox Name="wys">
639                      <rd:DefaultName>wys</rd:DefaultName>
640                      <Style>
641                        <BorderColor>
642                          <Default>LightGrey</Default>
643                        </BorderColor>
644                        <BorderStyle>
645                          <Default>Solid</Default>
646                        </BorderStyle>
647                        <BorderWidth>
648                          <Default>0.5pt</Default>
649                        </BorderWidth>
650                        <FontSize>8pt</FontSize>
651                        <TextAlign>Center</TextAlign>
652                        <VerticalAlign>Middle</VerticalAlign>
653                        <PaddingLeft>2pt</PaddingLeft>
654                        <PaddingRight>2pt</PaddingRight>
655                        <PaddingTop>2pt</PaddingTop>
656                        <PaddingBottom>2pt</PaddingBottom>
657                      </Style>
658                      <ZIndex>1</ZIndex>
659                      <CanGrow>true</CanGrow>
660                      <Value>=Fields!wys.Value</Value>
661                    </Textbox>
662                  </ReportItems>
663                </TableCell>
664                <TableCell>
665                  <ReportItems>
666                    <Textbox Name="lokalizacja">
667                      <rd:DefaultName>lokalizacja</rd:DefaultName>
668                      <Style>
669                        <BorderColor>
670                          <Default>LightGrey</Default>
671                        </BorderColor>
672                        <BorderStyle>
673                          <Default>Solid</Default>
674                        </BorderStyle>
675                        <BorderWidth>
676                          <Default>0.5pt</Default>
677                        </BorderWidth>
678                        <FontSize>8pt</FontSize>
679                        <TextAlign>Center</TextAlign>
680                        <VerticalAlign>Middle</VerticalAlign>
681                        <PaddingLeft>2pt</PaddingLeft>
682                        <PaddingRight>2pt</PaddingRight>
683                        <PaddingTop>2pt</PaddingTop>
684                        <PaddingBottom>2pt</PaddingBottom>
685                      </Style>
686                      <CanGrow>true</CanGrow>
687                      <Value>=Fields!lokalizacja.Value</Value>
688                    </Textbox>
689                  </ReportItems>
690                </TableCell>
691              </TableCells>
692              <Height>0.5cm</Height>
693            </TableRow>
694          </TableRows>
695          <Sorting>
696            <SortBy>
697              <SortExpression>=Fields!grzbiet1.Value</SortExpression>
698              <Direction>Ascending</Direction>
699            </SortBy>
700          </Sorting>
701        </Details>
702        <Header>
703          <TableRows>
704            <TableRow>
705              <TableCells>
706                <TableCell>
707                  <ReportItems>
708                    <Textbox Name="textbox1">
709                      <rd:DefaultName>textbox1</rd:DefaultName>
710                      <Style>
711                        <BackgroundColor>WhiteSmoke</BackgroundColor>
712                        <BorderColor>
713                          <Default>LightGrey</Default>
714                        </BorderColor>
715                        <BorderStyle>
716                          <Default>Solid</Default>
717                        </BorderStyle>
718                        <BorderWidth>
719                          <Default>0.5pt</Default>
720                        </BorderWidth>
721                        <FontSize>8pt</FontSize>
722                        <FontWeight>700</FontWeight>
723                        <TextAlign>Center</TextAlign>
724                        <VerticalAlign>Middle</VerticalAlign>
725                        <PaddingLeft>2pt</PaddingLeft>
726                        <PaddingRight>2pt</PaddingRight>
727                        <PaddingTop>2pt</PaddingTop>
728                        <PaddingBottom>2pt</PaddingBottom>
729                      </Style>
730                      <ZIndex>31</ZIndex>
731                      <CanGrow>true</CanGrow>
732                      <Value>Nr wyd.</Value>
733                    </Textbox>
734                  </ReportItems>
735                </TableCell>
736                <TableCell>
737                  <ReportItems>
738                    <Textbox Name="textbox5">
739                      <rd:DefaultName>textbox5</rd:DefaultName>
740                      <Style>
741                        <BackgroundColor>WhiteSmoke</BackgroundColor>
742                        <BorderColor>
743                          <Default>LightGrey</Default>
744                        </BorderColor>
745                        <BorderStyle>
746                          <Default>Solid</Default>
747                        </BorderStyle>
748                        <BorderWidth>
749                          <Default>0.5pt</Default>
750                        </BorderWidth>
751                        <FontSize>8pt</FontSize>
752                        <FontWeight>700</FontWeight>
753                        <TextAlign>Center</TextAlign>
754                        <VerticalAlign>Middle</VerticalAlign>
755                        <PaddingLeft>2pt</PaddingLeft>
756                        <PaddingRight>2pt</PaddingRight>
757                        <PaddingTop>2pt</PaddingTop>
758                        <PaddingBottom>2pt</PaddingBottom>
759                      </Style>
760                      <ZIndex>30</ZIndex>
761                      <CanGrow>true</CanGrow>
762                      <Value>Agencja</Value>
763                    </Textbox>
764                  </ReportItems>
765                </TableCell>
766                <TableCell>
767                  <ReportItems>
768                    <Textbox Name="textbox2">
769                      <rd:DefaultName>textbox2</rd:DefaultName>
770                      <Style>
771                        <BackgroundColor>WhiteSmoke</BackgroundColor>
772                        <BorderColor>
773                          <Default>LightGrey</Default>
774                        </BorderColor>
775                        <BorderStyle>
776                          <Default>Solid</Default>
777                        </BorderStyle>
778                        <BorderWidth>
779                          <Default>0.5pt</Default>
780                        </BorderWidth>
781                        <FontSize>8pt</FontSize>
782                        <FontWeight>700</FontWeight>
783                        <TextAlign>Center</TextAlign>
784                        <VerticalAlign>Middle</VerticalAlign>
785                        <PaddingLeft>2pt</PaddingLeft>
786                        <PaddingRight>2pt</PaddingRight>
787                        <PaddingTop>2pt</PaddingTop>
788                        <PaddingBottom>2pt</PaddingBottom>
789                      </Style>
790                      <ZIndex>29</ZIndex>
791                      <CanGrow>true</CanGrow>
792                      <Value>Symbol rek.</Value>
793                    </Textbox>
794                  </ReportItems>
795                </TableCell>
796                <TableCell>
797                  <ReportItems>
798                    <Textbox Name="textbox4">
799                      <rd:DefaultName>textbox4</rd:DefaultName>
800                      <Style>
801                        <BackgroundColor>WhiteSmoke</BackgroundColor>
802                        <BorderColor>
803                          <Default>LightGrey</Default>
804                        </BorderColor>
805                        <BorderStyle>
806                          <Default>Solid</Default>
807                        </BorderStyle>
808                        <BorderWidth>
809                          <Default>0.5pt</Default>
810                        </BorderWidth>
811                        <FontSize>8pt</FontSize>
812                        <FontWeight>700</FontWeight>
813                        <TextAlign>Center</TextAlign>
814                        <VerticalAlign>Middle</VerticalAlign>
815                        <PaddingLeft>2pt</PaddingLeft>
816                        <PaddingRight>2pt</PaddingRight>
817                        <PaddingTop>2pt</PaddingTop>
818                        <PaddingBottom>2pt</PaddingBottom>
819                      </Style>
820                      <ZIndex>28</ZIndex>
821                      <CanGrow>true</CanGrow>
822                      <Value>Grzbiet</Value>
823                    </Textbox>
824                  </ReportItems>
825                </TableCell>
826                <TableCell>
827                  <ReportItems>
828                    <Textbox Name="textbox26">
829                      <rd:DefaultName>textbox26</rd:DefaultName>
830                      <Style>
831                        <BackgroundColor>WhiteSmoke</BackgroundColor>
832                        <BorderColor>
833                          <Default>LightGrey</Default>
834                        </BorderColor>
835                        <BorderStyle>
836                          <Default>Solid</Default>
837                        </BorderStyle>
838                        <BorderWidth>
839                          <Default>0.5pt</Default>
840                        </BorderWidth>
841                        <FontSize>8pt</FontSize>
842                        <FontWeight>700</FontWeight>
843                        <TextAlign>Center</TextAlign>
844                        <VerticalAlign>Middle</VerticalAlign>
845                        <PaddingLeft>2pt</PaddingLeft>
846                        <PaddingRight>2pt</PaddingRight>
847                        <PaddingTop>2pt</PaddingTop>
848                        <PaddingBottom>2pt</PaddingBottom>
849                      </Style>
850                      <ZIndex>27</ZIndex>
851                      <CanGrow>true</CanGrow>
852                      <Value>Moduł</Value>
853                    </Textbox>
854                  </ReportItems>
855                </TableCell>
856                <TableCell>
857                  <ReportItems>
858                    <Textbox Name="textbox18">
859                      <rd:DefaultName>textbox18</rd:DefaultName>
860                      <Style>
861                        <BackgroundColor>WhiteSmoke</BackgroundColor>
862                        <BorderColor>
863                          <Default>LightGrey</Default>
864                        </BorderColor>
865                        <BorderStyle>
866                          <Default>Solid</Default>
867                        </BorderStyle>
868                        <BorderWidth>
869                          <Default>0.5pt</Default>
870                        </BorderWidth>
871                        <FontSize>8pt</FontSize>
872                        <FontWeight>700</FontWeight>
873                        <TextAlign>Center</TextAlign>
874                        <VerticalAlign>Middle</VerticalAlign>
875                        <PaddingLeft>2pt</PaddingLeft>
876                        <PaddingRight>2pt</PaddingRight>
877                        <PaddingTop>2pt</PaddingTop>
878                        <PaddingBottom>2pt</PaddingBottom>
879                      </Style>
880                      <ZIndex>26</ZIndex>
881                      <CanGrow>true</CanGrow>
882                      <Value>S</Value>
883                    </Textbox>
884                  </ReportItems>
885                </TableCell>
886                <TableCell>
887                  <ReportItems>
888                    <Textbox Name="textbox20">
889                      <Style>
890                        <BackgroundColor>WhiteSmoke</BackgroundColor>
891                        <BorderColor>
892                          <Default>LightGrey</Default>
893                        </BorderColor>
894                        <BorderStyle>
895                          <Default>Solid</Default>
896                        </BorderStyle>
897                        <BorderWidth>
898                          <Default>0.5pt</Default>
899                        </BorderWidth>
900                        <FontSize>8pt</FontSize>
901                        <FontWeight>700</FontWeight>
902                        <TextAlign>Center</TextAlign>
903                        <VerticalAlign>Middle</VerticalAlign>
904                        <PaddingLeft>2pt</PaddingLeft>
905                        <PaddingRight>2pt</PaddingRight>
906                        <PaddingTop>2pt</PaddingTop>
907                        <PaddingBottom>2pt</PaddingBottom>
908                      </Style>
909                      <ZIndex>25</ZIndex>
910                      <CanGrow>true</CanGrow>
911                      <Value>W</Value>
912                    </Textbox>
913                  </ReportItems>
914                </TableCell>
915                <TableCell>
916                  <ReportItems>
917                    <Textbox Name="textbox12">
918                      <rd:DefaultName>textbox12</rd:DefaultName>
919                      <Style>
920                        <BackgroundColor>WhiteSmoke</BackgroundColor>
921                        <BorderColor>
922                          <Default>LightGrey</Default>
923                        </BorderColor>
924                        <BorderStyle>
925                          <Default>Solid</Default>
926                        </BorderStyle>
927                        <BorderWidth>
928                          <Default>0.5pt</Default>
929                        </BorderWidth>
930                        <FontSize>8pt</FontSize>
931                        <FontWeight>700</FontWeight>
932                        <TextAlign>Center</TextAlign>
933                        <VerticalAlign>Middle</VerticalAlign>
934                        <PaddingLeft>2pt</PaddingLeft>
935                        <PaddingRight>2pt</PaddingRight>
936                        <PaddingTop>2pt</PaddingTop>
937                        <PaddingBottom>2pt</PaddingBottom>
938                      </Style>
939                      <ZIndex>24</ZIndex>
940                      <CanGrow>true</CanGrow>
941                      <Value>Lokalizacja</Value>
942                    </Textbox>
943                  </ReportItems>
944                </TableCell>
945              </TableCells>
946              <Height>0.5cm</Height>
947            </TableRow>
948          </TableRows>
949        </Header>
950        <TableColumns>
951          <TableColumn>
952            <Width>1.5cm</Width>
953          </TableColumn>
954          <TableColumn>
955            <Width>3cm</Width>
956          </TableColumn>
957          <TableColumn>
958            <Width>2.82746cm</Width>
959          </TableColumn>
960          <TableColumn>
961            <Width>1.5cm</Width>
962          </TableColumn>
963          <TableColumn>
964            <Width>1.5cm</Width>
965          </TableColumn>
966          <TableColumn>
967            <Width>0.75cm</Width>
968          </TableColumn>
969          <TableColumn>
970            <Width>0.75cm</Width>
971          </TableColumn>
972          <TableColumn>
973            <Width>6.5cm</Width>
974          </TableColumn>
975        </TableColumns>
976        <Left>0.25cm</Left>
977      </Table>
978      <Textbox Name="textbox30">
979        <rd:DefaultName>textbox30</rd:DefaultName>
980        <Top>0.25cm</Top>
981        <Width>16.25cm</Width>
982        <Style>
983          <FontSize>11pt</FontSize>
984          <FontWeight>700</FontWeight>
985          <PaddingLeft>2pt</PaddingLeft>
986          <PaddingRight>2pt</PaddingRight>
987          <PaddingTop>2pt</PaddingTop>
988          <PaddingBottom>2pt</PaddingBottom>
989        </Style>
990        <CanGrow>true</CanGrow>
991        <Left>2cm</Left>
992        <Height>0.63492cm</Height>
993        <Value>="PORÓWNANIE WYDANIA NR " &amp; Parameters!nr2.Value &amp; " DO NR " &amp; Parameters!nr1.Value</Value>
994      </Textbox>
995    </ReportItems>
996    <Height>3.75cm</Height>
997  </Body>
998  <Language>en-US</Language>
999  <TopMargin>1cm</TopMargin>
1000  <PageHeight>29.7cm</PageHeight>
1001</Report>
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.