root/branches/Emisje/RaportySQL/zestawienieDTP.rdl @ 805

Wersja 510, 58.9 KB (wprowadzona przez marek, 17 years temu)

re #129 - poprawiono raport Zestawienie czasu produkcji

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>e5d5aefc-c060-4acf-ace0-880e37109740</rd:DataSourceID>
6      <DataSourceReference>BAZA_REKLAM</DataSourceReference>
7    </DataSource>
8  </DataSources>
9  <InteractiveHeight>29.7cm</InteractiveHeight>
10  <ReportParameters>
11    <ReportParameter Name="rok">
12      <DataType>Integer</DataType>
13      <DefaultValue>
14        <Values>
15          <Value>=Year(Today)</Value>
16        </Values>
17      </DefaultValue>
18      <Prompt>Rok:</Prompt>
19      <ValidValues>
20        <DataSetReference>
21          <DataSetName>ListaLat</DataSetName>
22          <ValueField>ROK</ValueField>
23          <LabelField>ROK</LabelField>
24        </DataSetReference>
25      </ValidValues>
26      <MultiValue>true</MultiValue>
27    </ReportParameter>
28    <ReportParameter Name="miesiac">
29      <DataType>Integer</DataType>
30      <DefaultValue>
31        <Values>
32          <Value>=Month(Today)</Value>
33        </Values>
34      </DefaultValue>
35      <Prompt>Miesiąc:</Prompt>
36      <ValidValues>
37        <ParameterValues>
38          <ParameterValue>
39            <Value>1</Value>
40          </ParameterValue>
41          <ParameterValue>
42            <Value>2</Value>
43          </ParameterValue>
44          <ParameterValue>
45            <Value>3</Value>
46          </ParameterValue>
47          <ParameterValue>
48            <Value>4</Value>
49          </ParameterValue>
50          <ParameterValue>
51            <Value>5</Value>
52          </ParameterValue>
53          <ParameterValue>
54            <Value>6</Value>
55          </ParameterValue>
56          <ParameterValue>
57            <Value>7</Value>
58          </ParameterValue>
59          <ParameterValue>
60            <Value>8</Value>
61          </ParameterValue>
62          <ParameterValue>
63            <Value>9</Value>
64          </ParameterValue>
65          <ParameterValue>
66            <Value>10</Value>
67          </ParameterValue>
68          <ParameterValue>
69            <Value>11</Value>
70          </ParameterValue>
71          <ParameterValue>
72            <Value>12</Value>
73          </ParameterValue>
74        </ParameterValues>
75      </ValidValues>
76      <MultiValue>true</MultiValue>
77    </ReportParameter>
78    <ReportParameter Name="tytul">
79      <DataType>String</DataType>
80      <DefaultValue>
81        <DataSetReference>
82          <DataSetName>ListaTytulow</DataSetName>
83          <ValueField>SYMB</ValueField>
84        </DataSetReference>
85      </DefaultValue>
86      <Prompt>Tytuł:</Prompt>
87      <ValidValues>
88        <DataSetReference>
89          <DataSetName>ListaTytulow</DataSetName>
90          <ValueField>SYMB</ValueField>
91          <LabelField>SYMB</LabelField>
92        </DataSetReference>
93      </ValidValues>
94      <MultiValue>true</MultiValue>
95    </ReportParameter>
96  </ReportParameters>
97  <rd:DrawGrid>true</rd:DrawGrid>
98  <InteractiveWidth>21cm</InteractiveWidth>
99  <rd:GridSpacing>0.15cm</rd:GridSpacing>
100  <rd:SnapToGrid>true</rd:SnapToGrid>
101  <RightMargin>1cm</RightMargin>
102  <LeftMargin>1cm</LeftMargin>
103  <BottomMargin>1cm</BottomMargin>
104  <rd:ReportID>bff5fc89-1c85-4310-9ba7-98571163acd3</rd:ReportID>
105  <PageWidth>21cm</PageWidth>
106  <DataSets>
107    <DataSet Name="DTP">
108      <Fields>
109        <Field Name="ROK">
110          <DataField>ROK</DataField>
111          <rd:TypeName>System.Int32</rd:TypeName>
112        </Field>
113        <Field Name="MS">
114          <DataField>MS</DataField>
115          <rd:TypeName>System.Int32</rd:TypeName>
116        </Field>
117        <Field Name="DTP">
118          <DataField>DTP</DataField>
119          <rd:TypeName>System.String</rd:TypeName>
120        </Field>
121        <Field Name="ID">
122          <DataField />
123          <rd:TypeName>System.Int32</rd:TypeName>
124        </Field>
125        <Field Name="czas1">
126          <DataField>czas1</DataField>
127          <rd:TypeName>System.Int32</rd:TypeName>
128        </Field>
129        <Field Name="czas2">
130          <DataField>czas2</DataField>
131          <rd:TypeName>System.Int32</rd:TypeName>
132        </Field>
133        <Field Name="CzasNW">
134          <DataField>CzasNW</DataField>
135          <rd:TypeName>System.Int32</rd:TypeName>
136        </Field>
137        <Field Name="czasZM">
138          <DataField>czasZM</DataField>
139          <rd:TypeName>System.Int32</rd:TypeName>
140        </Field>
141        <Field Name="czasGT">
142          <DataField>czasGT</DataField>
143          <rd:TypeName>System.Int32</rd:TypeName>
144        </Field>
145        <Field Name="OCENA">
146          <DataField>ocena</DataField>
147          <rd:TypeName>System.Double</rd:TypeName>
148        </Field>
149        <Field Name="OK">
150          <DataField>OK</DataField>
151          <rd:TypeName>System.Int32</rd:TypeName>
152        </Field>
153        <Field Name="BAD">
154          <DataField>BAD</DataField>
155          <rd:TypeName>System.Int32</rd:TypeName>
156        </Field>
157        <Field Name="ZWROT">
158          <DataField>ZWROT</DataField>
159          <rd:TypeName>System.Int32</rd:TypeName>
160        </Field>
161        <Field Name="NOWE">
162          <DataField>nowe</DataField>
163          <rd:TypeName>System.Int32</rd:TypeName>
164        </Field>
165        <Field Name="ZMIANY">
166          <DataField>zmiany</DataField>
167          <rd:TypeName>System.Int32</rd:TypeName>
168        </Field>
169        <Field Name="GOTOWE">
170          <DataField>gotowe</DataField>
171          <rd:TypeName>System.Int32</rd:TypeName>
172        </Field>
173        <Field Name="W_PRODUKCJI">
174          <DataField>W_produkcji</DataField>
175          <rd:TypeName>System.Int32</rd:TypeName>
176        </Field>
177      </Fields>
178      <Filters>
179        <Filter>
180          <FilterExpression>=Fields!ROK.Value</FilterExpression>
181          <Operator>In</Operator>
182          <FilterValues>
183            <FilterValue>=Parameters!rok.Value</FilterValue>
184          </FilterValues>
185        </Filter>
186        <Filter>
187          <FilterExpression>=Fields!MS.Value</FilterExpression>
188          <Operator>In</Operator>
189          <FilterValues>
190            <FilterValue>=Parameters!miesiac.Value</FilterValue>
191          </FilterValues>
192        </Filter>
193      </Filters>
194      <Query>
195        <DataSourceName>BAZA_REKLAM</DataSourceName>
196        <CommandText>select ROK,MS,DTP, count(STAN),sum(CZAS_W_DTP) as czas1, sum(CZAS_W_DTP_PO_KOR) as czas2,
197sum(CZAS_NOWE)/count( distinct CZAS_NOWE) as CzasNW,
198sum(CZAS_ZMIANY)/count( distinct CZAS_ZMIANY) as czasZM,
199sum(CZAS_GOTOWY)/count( distinct CZAS_GOTOWY) as czasGT,
200round(avg(cast(OCENA as float)),1) as ocena, sum(DOBRE) as OK, sum(ZLE) as BAD, sum(ZWROT) as ZWROT,
201sum(NOWE) as nowe, sum(ZMIANY) as zmiany, sum(gotowe) as gotowe,
202sum(W_PRODUKCJI) as W_produkcji
203from dbo.VIEW_PRODUKCJA_ZESTAWIE_DTP
204WHERE Tytul IN (@tytul)
205group by ROK, MS, DTP
206order by ROK desc , MS desc, DTP asc</CommandText>
207        <QueryParameters>
208          <QueryParameter Name="@tytul">
209            <Value>=Parameters!tytul.Value</Value>
210          </QueryParameter>
211        </QueryParameters>
212        <rd:UseGenericDesigner>true</rd:UseGenericDesigner>
213      </Query>
214    </DataSet>
215    <DataSet Name="ListaLat">
216      <Fields>
217        <Field Name="ROK">
218          <DataField>ROK</DataField>
219          <rd:TypeName>System.Int32</rd:TypeName>
220        </Field>
221      </Fields>
222      <Query>
223        <DataSourceName>BAZA_REKLAM</DataSourceName>
224        <CommandText>select distinct ROK from dbo.VIEW_PRODUKCJA_ZESTAWIE_DTP order by rok desc</CommandText>
225        <rd:UseGenericDesigner>true</rd:UseGenericDesigner>
226      </Query>
227    </DataSet>
228    <DataSet Name="ListaTytulow">
229      <Fields>
230        <Field Name="SYMB">
231          <DataField>SYMB</DataField>
232          <rd:TypeName>System.String</rd:TypeName>
233        </Field>
234      </Fields>
235      <Query>
236        <DataSourceName>BAZA_REKLAM</DataSourceName>
237        <CommandText>SELECT      SYMB
238FROM            [LISTA TYTUŁÓW]
239WHERE        (st_aktywny = - 1)</CommandText>
240        <rd:UseGenericDesigner>true</rd:UseGenericDesigner>
241      </Query>
242    </DataSet>
243  </DataSets>
244  <Code />
245  <Width>18.9038cm</Width>
246  <Body>
247    <ColumnSpacing>1cm</ColumnSpacing>
248    <ReportItems>
249      <Textbox Name="textbox32">
250        <rd:DefaultName>textbox32</rd:DefaultName>
251        <Top>0.25cm</Top>
252        <Width>11.75cm</Width>
253        <Style>
254          <FontSize>12pt</FontSize>
255          <FontWeight>700</FontWeight>
256          <TextAlign>Center</TextAlign>
257          <PaddingLeft>2pt</PaddingLeft>
258          <PaddingRight>2pt</PaddingRight>
259          <PaddingTop>2pt</PaddingTop>
260          <PaddingBottom>2pt</PaddingBottom>
261        </Style>
262        <ZIndex>1</ZIndex>
263        <CanGrow>true</CanGrow>
264        <Left>4cm</Left>
265        <Height>0.63492cm</Height>
266        <Value>ZESTAWIENIE CZASU PRODUKCJI</Value>
267      </Textbox>
268      <Table Name="table1">
269        <DataSetName>DTP</DataSetName>
270        <Top>1.25cm</Top>
271        <TableGroups>
272          <TableGroup>
273            <Grouping Name="table1_Group1">
274              <GroupExpressions>
275                <GroupExpression>=Fields!DTP.Value</GroupExpression>
276              </GroupExpressions>
277            </Grouping>
278          </TableGroup>
279        </TableGroups>
280        <Details>
281          <TableRows>
282            <TableRow>
283              <TableCells>
284                <TableCell>
285                  <ReportItems>
286                    <Textbox Name="ROK">
287                      <rd:DefaultName>ROK</rd:DefaultName>
288                      <Style>
289                        <BorderColor>
290                          <Default>LightGrey</Default>
291                        </BorderColor>
292                        <BorderStyle>
293                          <Default>Solid</Default>
294                        </BorderStyle>
295                        <BorderWidth>
296                          <Default>0.5pt</Default>
297                        </BorderWidth>
298                        <TextAlign>Center</TextAlign>
299                        <PaddingLeft>2pt</PaddingLeft>
300                        <PaddingRight>2pt</PaddingRight>
301                        <PaddingTop>2pt</PaddingTop>
302                        <PaddingBottom>2pt</PaddingBottom>
303                      </Style>
304                      <ZIndex>13</ZIndex>
305                      <CanGrow>true</CanGrow>
306                      <Value>=Fields!ROK.Value</Value>
307                    </Textbox>
308                  </ReportItems>
309                </TableCell>
310                <TableCell>
311                  <ReportItems>
312                    <Textbox Name="MS">
313                      <rd:DefaultName>MS</rd:DefaultName>
314                      <Style>
315                        <BorderColor>
316                          <Default>LightGrey</Default>
317                        </BorderColor>
318                        <BorderStyle>
319                          <Default>Solid</Default>
320                        </BorderStyle>
321                        <BorderWidth>
322                          <Default>0.5pt</Default>
323                        </BorderWidth>
324                        <TextAlign>Center</TextAlign>
325                        <PaddingLeft>2pt</PaddingLeft>
326                        <PaddingRight>2pt</PaddingRight>
327                        <PaddingTop>2pt</PaddingTop>
328                        <PaddingBottom>2pt</PaddingBottom>
329                      </Style>
330                      <ZIndex>12</ZIndex>
331                      <CanGrow>true</CanGrow>
332                      <Value>=Fields!MS.Value</Value>
333                    </Textbox>
334                  </ReportItems>
335                </TableCell>
336                <TableCell>
337                  <ReportItems>
338                    <Textbox Name="DTP">
339                      <rd:DefaultName>DTP</rd:DefaultName>
340                      <Style>
341                        <BorderColor>
342                          <Default>LightGrey</Default>
343                        </BorderColor>
344                        <BorderStyle>
345                          <Default>Solid</Default>
346                        </BorderStyle>
347                        <BorderWidth>
348                          <Default>0.5pt</Default>
349                        </BorderWidth>
350                        <TextAlign>Center</TextAlign>
351                        <PaddingLeft>2pt</PaddingLeft>
352                        <PaddingRight>2pt</PaddingRight>
353                        <PaddingTop>2pt</PaddingTop>
354                        <PaddingBottom>2pt</PaddingBottom>
355                      </Style>
356                      <ZIndex>11</ZIndex>
357                      <CanGrow>true</CanGrow>
358                      <Value>=Fields!DTP.Value</Value>
359                    </Textbox>
360                  </ReportItems>
361                </TableCell>
362                <TableCell>
363                  <ReportItems>
364                    <Textbox Name="ID">
365                      <rd:DefaultName>ID</rd:DefaultName>
366                      <Style>
367                        <BorderColor>
368                          <Default>LightGrey</Default>
369                        </BorderColor>
370                        <BorderStyle>
371                          <Default>Solid</Default>
372                        </BorderStyle>
373                        <BorderWidth>
374                          <Default>0.5pt</Default>
375                        </BorderWidth>
376                        <TextAlign>Center</TextAlign>
377                        <PaddingLeft>2pt</PaddingLeft>
378                        <PaddingRight>2pt</PaddingRight>
379                        <PaddingTop>2pt</PaddingTop>
380                        <PaddingBottom>2pt</PaddingBottom>
381                      </Style>
382                      <ZIndex>10</ZIndex>
383                      <CanGrow>true</CanGrow>
384                      <Value>=Fields!ID.Value</Value>
385                    </Textbox>
386                  </ReportItems>
387                </TableCell>
388                <TableCell>
389                  <ReportItems>
390                    <Textbox Name="czas1">
391                      <rd:DefaultName>czas1</rd:DefaultName>
392                      <Style>
393                        <BorderColor>
394                          <Default>LightGrey</Default>
395                        </BorderColor>
396                        <BorderStyle>
397                          <Default>Solid</Default>
398                        </BorderStyle>
399                        <BorderWidth>
400                          <Default>0.5pt</Default>
401                        </BorderWidth>
402                        <TextAlign>Center</TextAlign>
403                        <PaddingLeft>2pt</PaddingLeft>
404                        <PaddingRight>2pt</PaddingRight>
405                        <PaddingTop>2pt</PaddingTop>
406                        <PaddingBottom>2pt</PaddingBottom>
407                      </Style>
408                      <ZIndex>9</ZIndex>
409                      <CanGrow>true</CanGrow>
410                      <Value>=Fields!czas1.Value</Value>
411                    </Textbox>
412                  </ReportItems>
413                </TableCell>
414                <TableCell>
415                  <ReportItems>
416                    <Textbox Name="czas2">
417                      <rd:DefaultName>czas2</rd:DefaultName>
418                      <Style>
419                        <BorderColor>
420                          <Default>LightGrey</Default>
421                        </BorderColor>
422                        <BorderStyle>
423                          <Default>Solid</Default>
424                        </BorderStyle>
425                        <BorderWidth>
426                          <Default>0.5pt</Default>
427                        </BorderWidth>
428                        <TextAlign>Center</TextAlign>
429                        <PaddingLeft>2pt</PaddingLeft>
430                        <PaddingRight>2pt</PaddingRight>
431                        <PaddingTop>2pt</PaddingTop>
432                        <PaddingBottom>2pt</PaddingBottom>
433                      </Style>
434                      <ZIndex>8</ZIndex>
435                      <CanGrow>true</CanGrow>
436                      <Value>=Fields!czas2.Value</Value>
437                    </Textbox>
438                  </ReportItems>
439                </TableCell>
440                <TableCell>
441                  <ReportItems>
442                    <Textbox Name="OCENA">
443                      <rd:DefaultName>OCENA</rd:DefaultName>
444                      <Style>
445                        <BorderColor>
446                          <Default>LightGrey</Default>
447                        </BorderColor>
448                        <BorderStyle>
449                          <Default>Solid</Default>
450                        </BorderStyle>
451                        <BorderWidth>
452                          <Default>0.5pt</Default>
453                        </BorderWidth>
454                        <TextAlign>Center</TextAlign>
455                        <PaddingLeft>2pt</PaddingLeft>
456                        <PaddingRight>2pt</PaddingRight>
457                        <PaddingTop>2pt</PaddingTop>
458                        <PaddingBottom>2pt</PaddingBottom>
459                      </Style>
460                      <ZIndex>7</ZIndex>
461                      <CanGrow>true</CanGrow>
462                      <Value>=Fields!OCENA.Value</Value>
463                    </Textbox>
464                  </ReportItems>
465                </TableCell>
466                <TableCell>
467                  <ReportItems>
468                    <Textbox Name="OK">
469                      <rd:DefaultName>OK</rd:DefaultName>
470                      <Style>
471                        <BorderColor>
472                          <Default>LightGrey</Default>
473                        </BorderColor>
474                        <BorderStyle>
475                          <Default>Solid</Default>
476                        </BorderStyle>
477                        <BorderWidth>
478                          <Default>0.5pt</Default>
479                        </BorderWidth>
480                        <TextAlign>Center</TextAlign>
481                        <PaddingLeft>2pt</PaddingLeft>
482                        <PaddingRight>2pt</PaddingRight>
483                        <PaddingTop>2pt</PaddingTop>
484                        <PaddingBottom>2pt</PaddingBottom>
485                      </Style>
486                      <ZIndex>6</ZIndex>
487                      <CanGrow>true</CanGrow>
488                      <Value>=Fields!OK.Value</Value>
489                    </Textbox>
490                  </ReportItems>
491                </TableCell>
492                <TableCell>
493                  <ReportItems>
494                    <Textbox Name="BAD">
495                      <rd:DefaultName>BAD</rd:DefaultName>
496                      <Style>
497                        <BorderColor>
498                          <Default>LightGrey</Default>
499                        </BorderColor>
500                        <BorderStyle>
501                          <Default>Solid</Default>
502                        </BorderStyle>
503                        <BorderWidth>
504                          <Default>0.5pt</Default>
505                        </BorderWidth>
506                        <TextAlign>Center</TextAlign>
507                        <PaddingLeft>2pt</PaddingLeft>
508                        <PaddingRight>2pt</PaddingRight>
509                        <PaddingTop>2pt</PaddingTop>
510                        <PaddingBottom>2pt</PaddingBottom>
511                      </Style>
512                      <ZIndex>5</ZIndex>
513                      <CanGrow>true</CanGrow>
514                      <Value>=Fields!BAD.Value</Value>
515                    </Textbox>
516                  </ReportItems>
517                </TableCell>
518                <TableCell>
519                  <ReportItems>
520                    <Textbox Name="ZWROT">
521                      <rd:DefaultName>ZWROT</rd:DefaultName>
522                      <Style>
523                        <BorderColor>
524                          <Default>LightGrey</Default>
525                        </BorderColor>
526                        <BorderStyle>
527                          <Default>Solid</Default>
528                        </BorderStyle>
529                        <BorderWidth>
530                          <Default>0.5pt</Default>
531                        </BorderWidth>
532                        <TextAlign>Center</TextAlign>
533                        <PaddingLeft>2pt</PaddingLeft>
534                        <PaddingRight>2pt</PaddingRight>
535                        <PaddingTop>2pt</PaddingTop>
536                        <PaddingBottom>2pt</PaddingBottom>
537                      </Style>
538                      <ZIndex>4</ZIndex>
539                      <CanGrow>true</CanGrow>
540                      <Value>=Fields!ZWROT.Value</Value>
541                    </Textbox>
542                  </ReportItems>
543                </TableCell>
544                <TableCell>
545                  <ReportItems>
546                    <Textbox Name="NOWE">
547                      <rd:DefaultName>NOWE</rd:DefaultName>
548                      <Style>
549                        <BorderColor>
550                          <Default>LightGrey</Default>
551                        </BorderColor>
552                        <BorderStyle>
553                          <Default>Solid</Default>
554                        </BorderStyle>
555                        <BorderWidth>
556                          <Default>0.5pt</Default>
557                        </BorderWidth>
558                        <TextAlign>Center</TextAlign>
559                        <PaddingLeft>2pt</PaddingLeft>
560                        <PaddingRight>2pt</PaddingRight>
561                        <PaddingTop>2pt</PaddingTop>
562                        <PaddingBottom>2pt</PaddingBottom>
563                      </Style>
564                      <ZIndex>3</ZIndex>
565                      <CanGrow>true</CanGrow>
566                      <Value>=Fields!NOWE.Value</Value>
567                    </Textbox>
568                  </ReportItems>
569                </TableCell>
570                <TableCell>
571                  <ReportItems>
572                    <Textbox Name="ZMIANY">
573                      <rd:DefaultName>ZMIANY</rd:DefaultName>
574                      <Style>
575                        <BorderColor>
576                          <Default>LightGrey</Default>
577                        </BorderColor>
578                        <BorderStyle>
579                          <Default>Solid</Default>
580                        </BorderStyle>
581                        <BorderWidth>
582                          <Default>0.5pt</Default>
583                        </BorderWidth>
584                        <TextAlign>Center</TextAlign>
585                        <PaddingLeft>2pt</PaddingLeft>
586                        <PaddingRight>2pt</PaddingRight>
587                        <PaddingTop>2pt</PaddingTop>
588                        <PaddingBottom>2pt</PaddingBottom>
589                      </Style>
590                      <ZIndex>2</ZIndex>
591                      <CanGrow>true</CanGrow>
592                      <Value>=Fields!ZMIANY.Value</Value>
593                    </Textbox>
594                  </ReportItems>
595                </TableCell>
596                <TableCell>
597                  <ReportItems>
598                    <Textbox Name="GOTOWE">
599                      <rd:DefaultName>GOTOWE</rd:DefaultName>
600                      <Style>
601                        <BorderColor>
602                          <Default>LightGrey</Default>
603                        </BorderColor>
604                        <BorderStyle>
605                          <Default>Solid</Default>
606                        </BorderStyle>
607                        <BorderWidth>
608                          <Default>0.5pt</Default>
609                        </BorderWidth>
610                        <TextAlign>Center</TextAlign>
611                        <PaddingLeft>2pt</PaddingLeft>
612                        <PaddingRight>2pt</PaddingRight>
613                        <PaddingTop>2pt</PaddingTop>
614                        <PaddingBottom>2pt</PaddingBottom>
615                      </Style>
616                      <ZIndex>1</ZIndex>
617                      <CanGrow>true</CanGrow>
618                      <Value>=Fields!GOTOWE.Value</Value>
619                    </Textbox>
620                  </ReportItems>
621                </TableCell>
622                <TableCell>
623                  <ReportItems>
624                    <Textbox Name="W_PRODUKCJI">
625                      <rd:DefaultName>W_PRODUKCJI</rd:DefaultName>
626                      <Style>
627                        <BorderColor>
628                          <Default>LightGrey</Default>
629                        </BorderColor>
630                        <BorderStyle>
631                          <Default>Solid</Default>
632                        </BorderStyle>
633                        <BorderWidth>
634                          <Default>0.5pt</Default>
635                        </BorderWidth>
636                        <TextAlign>Center</TextAlign>
637                        <PaddingLeft>2pt</PaddingLeft>
638                        <PaddingRight>2pt</PaddingRight>
639                        <PaddingTop>2pt</PaddingTop>
640                        <PaddingBottom>2pt</PaddingBottom>
641                      </Style>
642                      <CanGrow>true</CanGrow>
643                      <Value>=Fields!W_PRODUKCJI.Value</Value>
644                    </Textbox>
645                  </ReportItems>
646                </TableCell>
647              </TableCells>
648              <Height>0.63492cm</Height>
649            </TableRow>
650          </TableRows>
651        </Details>
652        <Style>
653          <BackgroundColor>White</BackgroundColor>
654          <BorderColor>
655            <Default>LightGrey</Default>
656          </BorderColor>
657          <BorderStyle>
658            <Default>Solid</Default>
659          </BorderStyle>
660          <BorderWidth>
661            <Default>0.5pt</Default>
662          </BorderWidth>
663        </Style>
664        <Header>
665          <TableRows>
666            <TableRow>
667              <TableCells>
668                <TableCell>
669                  <ReportItems>
670                    <Textbox Name="textbox1">
671                      <rd:DefaultName>textbox1</rd:DefaultName>
672                      <Style>
673                        <BackgroundColor>WhiteSmoke</BackgroundColor>
674                        <BorderColor>
675                          <Default>LightGrey</Default>
676                        </BorderColor>
677                        <BorderStyle>
678                          <Default>Solid</Default>
679                        </BorderStyle>
680                        <BorderWidth>
681                          <Default>0.5pt</Default>
682                        </BorderWidth>
683                        <FontWeight>700</FontWeight>
684                        <TextAlign>Center</TextAlign>
685                        <PaddingLeft>2pt</PaddingLeft>
686                        <PaddingRight>2pt</PaddingRight>
687                        <PaddingTop>2pt</PaddingTop>
688                        <PaddingBottom>2pt</PaddingBottom>
689                      </Style>
690                      <ZIndex>41</ZIndex>
691                      <CanGrow>true</CanGrow>
692                      <Value>Rok</Value>
693                    </Textbox>
694                  </ReportItems>
695                </TableCell>
696                <TableCell>
697                  <ReportItems>
698                    <Textbox Name="textbox14">
699                      <rd:DefaultName>textbox14</rd:DefaultName>
700                      <Style>
701                        <BackgroundColor>WhiteSmoke</BackgroundColor>
702                        <BorderColor>
703                          <Default>LightGrey</Default>
704                        </BorderColor>
705                        <BorderStyle>
706                          <Default>Solid</Default>
707                        </BorderStyle>
708                        <BorderWidth>
709                          <Default>0.5pt</Default>
710                        </BorderWidth>
711                        <FontWeight>700</FontWeight>
712                        <TextAlign>Center</TextAlign>
713                        <PaddingLeft>2pt</PaddingLeft>
714                        <PaddingRight>2pt</PaddingRight>
715                        <PaddingTop>2pt</PaddingTop>
716                        <PaddingBottom>2pt</PaddingBottom>
717                      </Style>
718                      <ZIndex>40</ZIndex>
719                      <CanGrow>true</CanGrow>
720                      <Value>Ms</Value>
721                    </Textbox>
722                  </ReportItems>
723                </TableCell>
724                <TableCell>
725                  <ReportItems>
726                    <Textbox Name="textbox31">
727                      <rd:DefaultName>textbox31</rd:DefaultName>
728                      <Style>
729                        <BackgroundColor>WhiteSmoke</BackgroundColor>
730                        <BorderColor>
731                          <Default>LightGrey</Default>
732                        </BorderColor>
733                        <BorderStyle>
734                          <Default>Solid</Default>
735                        </BorderStyle>
736                        <BorderWidth>
737                          <Default>0.5pt</Default>
738                        </BorderWidth>
739                        <FontWeight>700</FontWeight>
740                        <TextAlign>Center</TextAlign>
741                        <PaddingLeft>2pt</PaddingLeft>
742                        <PaddingRight>2pt</PaddingRight>
743                        <PaddingTop>2pt</PaddingTop>
744                        <PaddingBottom>2pt</PaddingBottom>
745                      </Style>
746                      <ZIndex>39</ZIndex>
747                      <CanGrow>true</CanGrow>
748                      <Value>DTP</Value>
749                    </Textbox>
750                  </ReportItems>
751                </TableCell>
752                <TableCell>
753                  <ReportItems>
754                    <Textbox Name="textbox28">
755                      <rd:DefaultName>textbox28</rd:DefaultName>
756                      <Style>
757                        <BackgroundColor>WhiteSmoke</BackgroundColor>
758                        <BorderColor>
759                          <Default>LightGrey</Default>
760                        </BorderColor>
761                        <BorderStyle>
762                          <Default>Solid</Default>
763                        </BorderStyle>
764                        <BorderWidth>
765                          <Default>0.5pt</Default>
766                        </BorderWidth>
767                        <FontWeight>700</FontWeight>
768                        <TextAlign>Center</TextAlign>
769                        <PaddingLeft>2pt</PaddingLeft>
770                        <PaddingRight>2pt</PaddingRight>
771                        <PaddingTop>2pt</PaddingTop>
772                        <PaddingBottom>2pt</PaddingBottom>
773                      </Style>
774                      <ZIndex>38</ZIndex>
775                      <CanGrow>true</CanGrow>
776                      <Value>Ilość</Value>
777                    </Textbox>
778                  </ReportItems>
779                </TableCell>
780                <TableCell>
781                  <ReportItems>
782                    <Textbox Name="textbox25">
783                      <rd:DefaultName>textbox25</rd:DefaultName>
784                      <Style>
785                        <BackgroundColor>WhiteSmoke</BackgroundColor>
786                        <BorderColor>
787                          <Default>LightGrey</Default>
788                        </BorderColor>
789                        <BorderStyle>
790                          <Default>Solid</Default>
791                        </BorderStyle>
792                        <BorderWidth>
793                          <Default>0.5pt</Default>
794                        </BorderWidth>
795                        <FontWeight>700</FontWeight>
796                        <TextAlign>Center</TextAlign>
797                        <PaddingLeft>2pt</PaddingLeft>
798                        <PaddingRight>2pt</PaddingRight>
799                        <PaddingTop>2pt</PaddingTop>
800                        <PaddingBottom>2pt</PaddingBottom>
801                      </Style>
802                      <ZIndex>37</ZIndex>
803                      <CanGrow>true</CanGrow>
804                      <Value>CZAS 1</Value>
805                    </Textbox>
806                  </ReportItems>
807                </TableCell>
808                <TableCell>
809                  <ReportItems>
810                    <Textbox Name="textbox22">
811                      <rd:DefaultName>textbox22</rd:DefaultName>
812                      <Style>
813                        <BackgroundColor>WhiteSmoke</BackgroundColor>
814                        <BorderColor>
815                          <Default>LightGrey</Default>
816                        </BorderColor>
817                        <BorderStyle>
818                          <Default>Solid</Default>
819                        </BorderStyle>
820                        <BorderWidth>
821                          <Default>0.5pt</Default>
822                        </BorderWidth>
823                        <FontWeight>700</FontWeight>
824                        <TextAlign>Center</TextAlign>
825                        <PaddingLeft>2pt</PaddingLeft>
826                        <PaddingRight>2pt</PaddingRight>
827                        <PaddingTop>2pt</PaddingTop>
828                        <PaddingBottom>2pt</PaddingBottom>
829                      </Style>
830                      <ZIndex>36</ZIndex>
831                      <CanGrow>true</CanGrow>
832                      <Value>CZAS 2</Value>
833                    </Textbox>
834                  </ReportItems>
835                </TableCell>
836                <TableCell>
837                  <ReportItems>
838                    <Textbox Name="textbox10">
839                      <rd:DefaultName>textbox10</rd:DefaultName>
840                      <Style>
841                        <BackgroundColor>WhiteSmoke</BackgroundColor>
842                        <BorderColor>
843                          <Default>LightGrey</Default>
844                        </BorderColor>
845                        <BorderStyle>
846                          <Default>Solid</Default>
847                        </BorderStyle>
848                        <BorderWidth>
849                          <Default>0.5pt</Default>
850                        </BorderWidth>
851                        <FontWeight>700</FontWeight>
852                        <TextAlign>Center</TextAlign>
853                        <PaddingLeft>2pt</PaddingLeft>
854                        <PaddingRight>2pt</PaddingRight>
855                        <PaddingTop>2pt</PaddingTop>
856                        <PaddingBottom>2pt</PaddingBottom>
857                      </Style>
858                      <ZIndex>35</ZIndex>
859                      <CanGrow>true</CanGrow>
860                      <Value>OCENA</Value>
861                    </Textbox>
862                  </ReportItems>
863                </TableCell>
864                <TableCell>
865                  <ReportItems>
866                    <Textbox Name="textbox2">
867                      <rd:DefaultName>textbox2</rd:DefaultName>
868                      <Style>
869                        <BackgroundColor>WhiteSmoke</BackgroundColor>
870                        <BorderColor>
871                          <Default>LightGrey</Default>
872                        </BorderColor>
873                        <BorderStyle>
874                          <Default>Solid</Default>
875                        </BorderStyle>
876                        <BorderWidth>
877                          <Default>0.5pt</Default>
878                        </BorderWidth>
879                        <FontWeight>700</FontWeight>
880                        <TextAlign>Center</TextAlign>
881                        <PaddingLeft>2pt</PaddingLeft>
882                        <PaddingRight>2pt</PaddingRight>
883                        <PaddingTop>2pt</PaddingTop>
884                        <PaddingBottom>2pt</PaddingBottom>
885                      </Style>
886                      <ZIndex>34</ZIndex>
887                      <CanGrow>true</CanGrow>
888                      <Value>OK</Value>
889                    </Textbox>
890                  </ReportItems>
891                </TableCell>
892                <TableCell>
893                  <ReportItems>
894                    <Textbox Name="textbox3">
895                      <rd:DefaultName>textbox3</rd:DefaultName>
896                      <Style>
897                        <BackgroundColor>WhiteSmoke</BackgroundColor>
898                        <BorderColor>
899                          <Default>LightGrey</Default>
900                        </BorderColor>
901                        <BorderStyle>
902                          <Default>Solid</Default>
903                        </BorderStyle>
904                        <BorderWidth>
905                          <Default>0.5pt</Default>
906                        </BorderWidth>
907                        <FontWeight>700</FontWeight>
908                        <TextAlign>Center</TextAlign>
909                        <PaddingLeft>2pt</PaddingLeft>
910                        <PaddingRight>2pt</PaddingRight>
911                        <PaddingTop>2pt</PaddingTop>
912                        <PaddingBottom>2pt</PaddingBottom>
913                      </Style>
914                      <ZIndex>33</ZIndex>
915                      <CanGrow>true</CanGrow>
916                      <Value>BAD</Value>
917                    </Textbox>
918                  </ReportItems>
919                </TableCell>
920                <TableCell>
921                  <ReportItems>
922                    <Textbox Name="textbox20">
923                      <rd:DefaultName>textbox20</rd:DefaultName>
924                      <Style>
925                        <BackgroundColor>WhiteSmoke</BackgroundColor>
926                        <BorderColor>
927                          <Default>LightGrey</Default>
928                        </BorderColor>
929                        <BorderStyle>
930                          <Default>Solid</Default>
931                        </BorderStyle>
932                        <BorderWidth>
933                          <Default>0.5pt</Default>
934                        </BorderWidth>
935                        <FontWeight>700</FontWeight>
936                        <TextAlign>Center</TextAlign>
937                        <PaddingLeft>2pt</PaddingLeft>
938                        <PaddingRight>2pt</PaddingRight>
939                        <PaddingTop>2pt</PaddingTop>
940                        <PaddingBottom>2pt</PaddingBottom>
941                      </Style>
942                      <ZIndex>32</ZIndex>
943                      <CanGrow>true</CanGrow>
944                      <Value>ZW</Value>
945                    </Textbox>
946                  </ReportItems>
947                </TableCell>
948                <TableCell>
949                  <ReportItems>
950                    <Textbox Name="textbox11">
951                      <rd:DefaultName>textbox11</rd:DefaultName>
952                      <Style>
953                        <BackgroundColor>WhiteSmoke</BackgroundColor>
954                        <BorderColor>
955                          <Default>LightGrey</Default>
956                        </BorderColor>
957                        <BorderStyle>
958                          <Default>Solid</Default>
959                        </BorderStyle>
960                        <BorderWidth>
961                          <Default>0.5pt</Default>
962                        </BorderWidth>
963                        <FontWeight>700</FontWeight>
964                        <TextAlign>Center</TextAlign>
965                        <PaddingLeft>2pt</PaddingLeft>
966                        <PaddingRight>2pt</PaddingRight>
967                        <PaddingTop>2pt</PaddingTop>
968                        <PaddingBottom>2pt</PaddingBottom>
969                      </Style>
970                      <ZIndex>31</ZIndex>
971                      <CanGrow>true</CanGrow>
972                      <Value>NW</Value>
973                    </Textbox>
974                  </ReportItems>
975                </TableCell>
976                <TableCell>
977                  <ReportItems>
978                    <Textbox Name="textbox4">
979                      <rd:DefaultName>textbox4</rd:DefaultName>
980                      <Style>
981                        <BackgroundColor>WhiteSmoke</BackgroundColor>
982                        <BorderColor>
983                          <Default>LightGrey</Default>
984                        </BorderColor>
985                        <BorderStyle>
986                          <Default>Solid</Default>
987                        </BorderStyle>
988                        <BorderWidth>
989                          <Default>0.5pt</Default>
990                        </BorderWidth>
991                        <FontWeight>700</FontWeight>
992                        <TextAlign>Center</TextAlign>
993                        <PaddingLeft>2pt</PaddingLeft>
994                        <PaddingRight>2pt</PaddingRight>
995                        <PaddingTop>2pt</PaddingTop>
996                        <PaddingBottom>2pt</PaddingBottom>
997                      </Style>
998                      <ZIndex>30</ZIndex>
999                      <CanGrow>true</CanGrow>
1000                      <Value>ZM</Value>
1001                    </Textbox>
1002                  </ReportItems>
1003                </TableCell>
1004                <TableCell>
1005                  <ReportItems>
1006                    <Textbox Name="textbox29">
1007                      <rd:DefaultName>textbox29</rd:DefaultName>
1008                      <Style>
1009                        <BackgroundColor>WhiteSmoke</BackgroundColor>
1010                        <BorderColor>
1011                          <Default>LightGrey</Default>
1012                        </BorderColor>
1013                        <BorderStyle>
1014                          <Default>Solid</Default>
1015                        </BorderStyle>
1016                        <BorderWidth>
1017                          <Default>0.5pt</Default>
1018                        </BorderWidth>
1019                        <FontWeight>700</FontWeight>
1020                        <TextAlign>Center</TextAlign>
1021                        <PaddingLeft>2pt</PaddingLeft>
1022                        <PaddingRight>2pt</PaddingRight>
1023                        <PaddingTop>2pt</PaddingTop>
1024                        <PaddingBottom>2pt</PaddingBottom>
1025                      </Style>
1026                      <ZIndex>29</ZIndex>
1027                      <CanGrow>true</CanGrow>
1028                      <Value>GT</Value>
1029                    </Textbox>
1030                  </ReportItems>
1031                </TableCell>
1032                <TableCell>
1033                  <ReportItems>
1034                    <Textbox Name="textbox5">
1035                      <rd:DefaultName>textbox5</rd:DefaultName>
1036                      <Style>
1037                        <BackgroundColor>WhiteSmoke</BackgroundColor>
1038                        <BorderColor>
1039                          <Default>LightGrey</Default>
1040                        </BorderColor>
1041                        <BorderStyle>
1042                          <Default>Solid</Default>
1043                        </BorderStyle>
1044                        <BorderWidth>
1045                          <Default>0.5pt</Default>
1046                        </BorderWidth>
1047                        <FontWeight>700</FontWeight>
1048                        <TextAlign>Center</TextAlign>
1049                        <PaddingLeft>2pt</PaddingLeft>
1050                        <PaddingRight>2pt</PaddingRight>
1051                        <PaddingTop>2pt</PaddingTop>
1052                        <PaddingBottom>2pt</PaddingBottom>
1053                      </Style>
1054                      <ZIndex>28</ZIndex>
1055                      <CanGrow>true</CanGrow>
1056                      <Value>PROD.</Value>
1057                    </Textbox>
1058                  </ReportItems>
1059                </TableCell>
1060              </TableCells>
1061              <Height>0.63492cm</Height>
1062            </TableRow>
1063          </TableRows>
1064        </Header>
1065        <TableColumns>
1066          <TableColumn>
1067            <Width>1.2cm</Width>
1068          </TableColumn>
1069          <TableColumn>
1070            <Width>0.9cm</Width>
1071          </TableColumn>
1072          <TableColumn>
1073            <Width>2.5cm</Width>
1074          </TableColumn>
1075          <TableColumn>
1076            <Width>1.26103cm</Width>
1077          </TableColumn>
1078          <TableColumn>
1079            <Width>1.65cm</Width>
1080          </TableColumn>
1081          <TableColumn>
1082            <Width>1.65cm</Width>
1083          </TableColumn>
1084          <TableColumn>
1085            <Width>1.76544cm</Width>
1086          </TableColumn>
1087          <TableColumn>
1088            <Width>1.26103cm</Width>
1089          </TableColumn>
1090          <TableColumn>
1091            <Width>1.0656cm</Width>
1092          </TableColumn>
1093          <TableColumn>
1094            <Width>1.03814cm</Width>
1095          </TableColumn>
1096          <TableColumn>
1097            <Width>1.03814cm</Width>
1098          </TableColumn>
1099          <TableColumn>
1100            <Width>1.00882cm</Width>
1101          </TableColumn>
1102          <TableColumn>
1103            <Width>1.0656cm</Width>
1104          </TableColumn>
1105          <TableColumn>
1106            <Width>1.5cm</Width>
1107          </TableColumn>
1108        </TableColumns>
1109        <Footer>
1110          <TableRows>
1111            <TableRow>
1112              <TableCells>
1113                <TableCell>
1114                  <ReportItems>
1115                    <Textbox Name="textbox7">
1116                      <rd:DefaultName>textbox7</rd:DefaultName>
1117                      <Style>
1118                        <BackgroundColor>WhiteSmoke</BackgroundColor>
1119                        <BorderColor>
1120                          <Default>LightGrey</Default>
1121                        </BorderColor>
1122                        <BorderWidth>
1123                          <Default>0.5pt</Default>
1124                        </BorderWidth>
1125                        <PaddingLeft>2pt</PaddingLeft>
1126                        <PaddingRight>2pt</PaddingRight>
1127                        <PaddingTop>2pt</PaddingTop>
1128                        <PaddingBottom>2pt</PaddingBottom>
1129                      </Style>
1130                      <ZIndex>27</ZIndex>
1131                      <CanGrow>true</CanGrow>
1132                      <Value />
1133                    </Textbox>
1134                  </ReportItems>
1135                </TableCell>
1136                <TableCell>
1137                  <ReportItems>
1138                    <Textbox Name="textbox36">
1139                      <rd:DefaultName>textbox36</rd:DefaultName>
1140                      <Style>
1141                        <BackgroundColor>WhiteSmoke</BackgroundColor>
1142                        <BorderColor>
1143                          <Default>LightGrey</Default>
1144                        </BorderColor>
1145                        <BorderWidth>
1146                          <Default>0.5pt</Default>
1147                        </BorderWidth>
1148                        <PaddingLeft>2pt</PaddingLeft>
1149                        <PaddingRight>2pt</PaddingRight>
1150                        <PaddingTop>2pt</PaddingTop>
1151                        <PaddingBottom>2pt</PaddingBottom>
1152                      </Style>
1153                      <ZIndex>26</ZIndex>
1154                      <CanGrow>true</CanGrow>
1155                      <Value />
1156                    </Textbox>
1157                  </ReportItems>
1158                </TableCell>
1159                <TableCell>
1160                  <ReportItems>
1161                    <Textbox Name="textbox33">
1162                      <rd:DefaultName>textbox33</rd:DefaultName>
1163                      <Style>
1164                        <BackgroundColor>WhiteSmoke</BackgroundColor>
1165                        <BorderColor>
1166                          <Default>LightGrey</Default>
1167                        </BorderColor>
1168                        <BorderWidth>
1169                          <Default>0.5pt</Default>
1170                        </BorderWidth>
1171                        <PaddingLeft>2pt</PaddingLeft>
1172                        <PaddingRight>2pt</PaddingRight>
1173                        <PaddingTop>2pt</PaddingTop>
1174                        <PaddingBottom>2pt</PaddingBottom>
1175                      </Style>
1176                      <ZIndex>25</ZIndex>
1177                      <CanGrow>true</CanGrow>
1178                      <Value />
1179                    </Textbox>
1180                  </ReportItems>
1181                </TableCell>
1182                <TableCell>
1183                  <ReportItems>
1184                    <Textbox Name="ID_1">
1185                      <rd:DefaultName>ID_1</rd:DefaultName>
1186                      <Style>
1187                        <BackgroundColor>WhiteSmoke</BackgroundColor>
1188                        <BorderColor>
1189                          <Default>LightGrey</Default>
1190                        </BorderColor>
1191                        <BorderWidth>
1192                          <Default>0.5pt</Default>
1193                        </BorderWidth>
1194                        <TextAlign>Center</TextAlign>
1195                        <PaddingLeft>2pt</PaddingLeft>
1196                        <PaddingRight>2pt</PaddingRight>
1197                        <PaddingTop>2pt</PaddingTop>
1198                        <PaddingBottom>2pt</PaddingBottom>
1199                      </Style>
1200                      <ZIndex>24</ZIndex>
1201                      <CanGrow>true</CanGrow>
1202                      <Value>=Sum(Fields!ID.Value)</Value>
1203                    </Textbox>
1204                  </ReportItems>
1205                </TableCell>
1206                <TableCell>
1207                  <ReportItems>
1208                    <Textbox Name="textbox27">
1209                      <rd:DefaultName>textbox27</rd:DefaultName>
1210                      <Style>
1211                        <BackgroundColor>WhiteSmoke</BackgroundColor>
1212                        <BorderColor>
1213                          <Default>LightGrey</Default>
1214                        </BorderColor>
1215                        <BorderWidth>
1216                          <Default>0.5pt</Default>
1217                        </BorderWidth>
1218                        <PaddingLeft>2pt</PaddingLeft>
1219                        <PaddingRight>2pt</PaddingRight>
1220                        <PaddingTop>2pt</PaddingTop>
1221                        <PaddingBottom>2pt</PaddingBottom>
1222                      </Style>
1223                      <ZIndex>23</ZIndex>
1224                      <CanGrow>true</CanGrow>
1225                      <Value />
1226                    </Textbox>
1227                  </ReportItems>
1228                </TableCell>
1229                <TableCell>
1230                  <ReportItems>
1231                    <Textbox Name="textbox24">
1232                      <rd:DefaultName>textbox24</rd:DefaultName>
1233                      <Style>
1234                        <BackgroundColor>WhiteSmoke</BackgroundColor>
1235                        <BorderColor>
1236                          <Default>LightGrey</Default>
1237                        </BorderColor>
1238                        <BorderWidth>
1239                          <Default>0.5pt</Default>
1240                        </BorderWidth>
1241                        <PaddingLeft>2pt</PaddingLeft>
1242                        <PaddingRight>2pt</PaddingRight>
1243                        <PaddingTop>2pt</PaddingTop>
1244                        <PaddingBottom>2pt</PaddingBottom>
1245                      </Style>
1246                      <ZIndex>22</ZIndex>
1247                      <CanGrow>true</CanGrow>
1248                      <Value />
1249                    </Textbox>
1250                  </ReportItems>
1251                </TableCell>
1252                <TableCell>
1253                  <ReportItems>
1254                    <Textbox Name="textbox12">
1255                      <rd:DefaultName>textbox12</rd:DefaultName>
1256                      <Style>
1257                        <BackgroundColor>WhiteSmoke</BackgroundColor>
1258                        <BorderColor>
1259                          <Default>LightGrey</Default>
1260                        </BorderColor>
1261                        <BorderWidth>
1262                          <Default>0.5pt</Default>
1263                        </BorderWidth>
1264                        <PaddingLeft>2pt</PaddingLeft>
1265                        <PaddingRight>2pt</PaddingRight>
1266                        <PaddingTop>2pt</PaddingTop>
1267                        <PaddingBottom>2pt</PaddingBottom>
1268                      </Style>
1269                      <ZIndex>21</ZIndex>
1270                      <CanGrow>true</CanGrow>
1271                      <Value />
1272                    </Textbox>
1273                  </ReportItems>
1274                </TableCell>
1275                <TableCell>
1276                  <ReportItems>
1277                    <Textbox Name="textbox8">
1278                      <rd:DefaultName>textbox8</rd:DefaultName>
1279                      <Style>
1280                        <BackgroundColor>WhiteSmoke</BackgroundColor>
1281                        <BorderColor>
1282                          <Default>LightGrey</Default>
1283                        </BorderColor>
1284                        <BorderWidth>
1285                          <Default>0.5pt</Default>
1286                        </BorderWidth>
1287                        <PaddingLeft>2pt</PaddingLeft>
1288                        <PaddingRight>2pt</PaddingRight>
1289                        <PaddingTop>2pt</PaddingTop>
1290                        <PaddingBottom>2pt</PaddingBottom>
1291                      </Style>
1292                      <ZIndex>20</ZIndex>
1293                      <CanGrow>true</CanGrow>
1294                      <Value />
1295                    </Textbox>
1296                  </ReportItems>
1297                </TableCell>
1298                <TableCell>
1299                  <ReportItems>
1300                    <Textbox Name="textbox9">
1301                      <rd:DefaultName>textbox9</rd:DefaultName>
1302                      <Style>
1303                        <BackgroundColor>WhiteSmoke</BackgroundColor>
1304                        <BorderColor>
1305                          <Default>LightGrey</Default>
1306                        </BorderColor>
1307                        <BorderWidth>
1308                          <Default>0.5pt</Default>
1309                        </BorderWidth>
1310                        <PaddingLeft>2pt</PaddingLeft>
1311                        <PaddingRight>2pt</PaddingRight>
1312                        <PaddingTop>2pt</PaddingTop>
1313                        <PaddingBottom>2pt</PaddingBottom>
1314                      </Style>
1315                      <ZIndex>19</ZIndex>
1316                      <CanGrow>true</CanGrow>
1317                      <Value />
1318                    </Textbox>
1319                  </ReportItems>
1320                </TableCell>
1321                <TableCell>
1322                  <ReportItems>
1323                    <Textbox Name="textbox26">
1324                      <rd:DefaultName>textbox26</rd:DefaultName>
1325                      <Style>
1326                        <BackgroundColor>WhiteSmoke</BackgroundColor>
1327                        <BorderColor>
1328                          <Default>LightGrey</Default>
1329                        </BorderColor>
1330                        <BorderWidth>
1331                          <Default>0.5pt</Default>
1332                        </BorderWidth>
1333                        <PaddingLeft>2pt</PaddingLeft>
1334                        <PaddingRight>2pt</PaddingRight>
1335                        <PaddingTop>2pt</PaddingTop>
1336                        <PaddingBottom>2pt</PaddingBottom>
1337                      </Style>
1338                      <ZIndex>18</ZIndex>
1339                      <CanGrow>true</CanGrow>
1340                      <Value />
1341                    </Textbox>
1342                  </ReportItems>
1343                </TableCell>
1344                <TableCell>
1345                  <ReportItems>
1346                    <Textbox Name="textbox17">
1347                      <rd:DefaultName>textbox17</rd:DefaultName>
1348                      <Style>
1349                        <BackgroundColor>WhiteSmoke</BackgroundColor>
1350                        <BorderColor>
1351                          <Default>LightGrey</Default>
1352                        </BorderColor>
1353                        <BorderWidth>
1354                          <Default>0.5pt</Default>
1355                        </BorderWidth>
1356                        <PaddingLeft>2pt</PaddingLeft>
1357                        <PaddingRight>2pt</PaddingRight>
1358                        <PaddingTop>2pt</PaddingTop>
1359                        <PaddingBottom>2pt</PaddingBottom>
1360                      </Style>
1361                      <ZIndex>17</ZIndex>
1362                      <CanGrow>true</CanGrow>
1363                      <Value />
1364                    </Textbox>
1365                  </ReportItems>
1366                </TableCell>
1367                <TableCell>
1368                  <ReportItems>
1369                    <Textbox Name="textbox6">
1370                      <rd:DefaultName>textbox6</rd:DefaultName>
1371                      <Style>
1372                        <BackgroundColor>WhiteSmoke</BackgroundColor>
1373                        <BorderColor>
1374                          <Default>LightGrey</Default>
1375                        </BorderColor>
1376                        <BorderWidth>
1377                          <Default>0.5pt</Default>
1378                        </BorderWidth>
1379                        <PaddingLeft>2pt</PaddingLeft>
1380                        <PaddingRight>2pt</PaddingRight>
1381                        <PaddingTop>2pt</PaddingTop>
1382                        <PaddingBottom>2pt</PaddingBottom>
1383                      </Style>
1384                      <ZIndex>16</ZIndex>
1385                      <CanGrow>true</CanGrow>
1386                      <Value />
1387                    </Textbox>
1388                  </ReportItems>
1389                </TableCell>
1390                <TableCell>
1391                  <ReportItems>
1392                    <Textbox Name="textbox35">
1393                      <rd:DefaultName>textbox35</rd:DefaultName>
1394                      <Style>
1395                        <BackgroundColor>WhiteSmoke</BackgroundColor>
1396                        <BorderColor>
1397                          <Default>LightGrey</Default>
1398                        </BorderColor>
1399                        <BorderWidth>
1400                          <Default>0.5pt</Default>
1401                        </BorderWidth>
1402                        <PaddingLeft>2pt</PaddingLeft>
1403                        <PaddingRight>2pt</PaddingRight>
1404                        <PaddingTop>2pt</PaddingTop>
1405                        <PaddingBottom>2pt</PaddingBottom>
1406                      </Style>
1407                      <ZIndex>15</ZIndex>
1408                      <CanGrow>true</CanGrow>
1409                      <Value />
1410                    </Textbox>
1411                  </ReportItems>
1412                </TableCell>
1413                <TableCell>
1414                  <ReportItems>
1415                    <Textbox Name="textbox23">
1416                      <rd:DefaultName>textbox23</rd:DefaultName>
1417                      <Style>
1418                        <BackgroundColor>WhiteSmoke</BackgroundColor>
1419                        <BorderColor>
1420                          <Default>LightGrey</Default>
1421                        </BorderColor>
1422                        <BorderWidth>
1423                          <Default>0.5pt</Default>
1424                        </BorderWidth>
1425                        <PaddingLeft>2pt</PaddingLeft>
1426                        <PaddingRight>2pt</PaddingRight>
1427                        <PaddingTop>2pt</PaddingTop>
1428                        <PaddingBottom>2pt</PaddingBottom>
1429                      </Style>
1430                      <ZIndex>14</ZIndex>
1431                      <CanGrow>true</CanGrow>
1432                      <Value />
1433                    </Textbox>
1434                  </ReportItems>
1435                </TableCell>
1436              </TableCells>
1437              <Height>0.63492cm</Height>
1438            </TableRow>
1439          </TableRows>
1440        </Footer>
1441      </Table>
1442    </ReportItems>
1443    <Height>3.15476cm</Height>
1444  </Body>
1445  <Language>en-US</Language>
1446  <TopMargin>1cm</TopMargin>
1447  <PageHeight>29.7cm</PageHeight>
1448</Report>
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.