root/trunk/RaportySQL/ListaReklamA3.rdl @ 733

Wersja 733, 50.4 KB (wprowadzona przez marek, 17 years temu)

poprawki w raportach SQL oraz w raportach faktur - popraawiony wydruk faktury dla klienta zagranicznego z VAT

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>71af35be-d6b9-40ac-aa77-85f47c870948</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        <Values>
15          <Value>1</Value>
16        </Values>
17      </DefaultValue>
18      <AllowBlank>true</AllowBlank>
19      <Prompt>tytul</Prompt>
20      <ValidValues>
21        <DataSetReference>
22          <DataSetName>ListaTytulow</DataSetName>
23          <ValueField>Id</ValueField>
24          <LabelField>SYMB</LabelField>
25        </DataSetReference>
26      </ValidValues>
27    </ReportParameter>
28    <ReportParameter Name="nrwydania">
29      <DataType>String</DataType>
30      <AllowBlank>true</AllowBlank>
31      <Prompt>nr wydania</Prompt>
32    </ReportParameter>
33    <ReportParameter Name="agencja">
34      <DataType>String</DataType>
35      <Nullable>true</Nullable>
36      <Prompt>agencja</Prompt>
37      <ValidValues>
38        <DataSetReference>
39          <DataSetName>ListaAgencji</DataSetName>
40          <ValueField>Id_agencji</ValueField>
41          <LabelField>Symbol</LabelField>
42        </DataSetReference>
43      </ValidValues>
44    </ReportParameter>
45    <ReportParameter Name="agent">
46      <DataType>String</DataType>
47      <Nullable>true</Nullable>
48      <Prompt>agent</Prompt>
49      <ValidValues>
50        <DataSetReference>
51          <DataSetName>ListaAgentow</DataSetName>
52          <ValueField>ID_AGENTA</ValueField>
53          <LabelField>Symbol</LabelField>
54        </DataSetReference>
55      </ValidValues>
56    </ReportParameter>
57    <ReportParameter Name="grzbiet">
58      <DataType>Integer</DataType>
59      <Nullable>true</Nullable>
60      <Prompt>grzbiet</Prompt>
61      <ValidValues>
62        <DataSetReference>
63          <DataSetName>ListaGrzebietow</DataSetName>
64          <ValueField>ID</ValueField>
65          <LabelField>Nazwa</LabelField>
66        </DataSetReference>
67      </ValidValues>
68    </ReportParameter>
69    <ReportParameter Name="sortuj">
70      <DataType>String</DataType>
71      <DefaultValue>
72        <Values>
73          <Value>0</Value>
74        </Values>
75      </DefaultValue>
76      <AllowBlank>true</AllowBlank>
77      <Prompt>sortuj</Prompt>
78      <ValidValues>
79        <ParameterValues>
80          <ParameterValue>
81            <Value>0</Value>
82            <Label>wg Symbolu</Label>
83          </ParameterValue>
84          <ParameterValue>
85            <Value>1</Value>
86            <Label>wg Modułu</Label>
87          </ParameterValue>
88        </ParameterValues>
89      </ValidValues>
90    </ReportParameter>
91    <ReportParameter Name="dzial">
92      <DataType>String</DataType>
93      <DefaultValue>
94        <DataSetReference>
95          <DataSetName>ListaDzialow</DataSetName>
96          <ValueField>Id</ValueField>
97        </DataSetReference>
98      </DefaultValue>
99      <AllowBlank>true</AllowBlank>
100      <Prompt>Działy:</Prompt>
101      <ValidValues>
102        <DataSetReference>
103          <DataSetName>ListaDzialow</DataSetName>
104          <ValueField>Id</ValueField>
105          <LabelField>Name</LabelField>
106        </DataSetReference>
107      </ValidValues>
108      <MultiValue>true</MultiValue>
109    </ReportParameter>
110  </ReportParameters>
111  <rd:DrawGrid>true</rd:DrawGrid>
112  <InteractiveWidth>21cm</InteractiveWidth>
113  <rd:GridSpacing>0.15cm</rd:GridSpacing>
114  <rd:SnapToGrid>true</rd:SnapToGrid>
115  <RightMargin>1cm</RightMargin>
116  <LeftMargin>1cm</LeftMargin>
117  <BottomMargin>1cm</BottomMargin>
118  <rd:ReportID>c8c9d8c9-35ad-4718-921a-81280b453acf</rd:ReportID>
119  <PageWidth>29.7cm</PageWidth>
120  <DataSets>
121    <DataSet Name="ListaReklam">
122      <Fields>
123        <Field Name="ReklamaID">
124          <DataField>ReklamaID</DataField>
125          <rd:TypeName>System.Int32</rd:TypeName>
126        </Field>
127        <Field Name="TYTUŁ">
128          <DataField>TYTUŁ</DataField>
129          <rd:TypeName>System.String</rd:TypeName>
130        </Field>
131        <Field Name="ID_REKLAMY">
132          <DataField>ID REKLAMY</DataField>
133          <rd:TypeName>System.String</rd:TypeName>
134        </Field>
135        <Field Name="SZER">
136          <DataField>SZER</DataField>
137          <rd:TypeName>System.Double</rd:TypeName>
138        </Field>
139        <Field Name="WYS">
140          <DataField>WYS</DataField>
141          <rd:TypeName>System.Double</rd:TypeName>
142        </Field>
143        <Field Name="KOLOR">
144          <DataField>KOLOR</DataField>
145          <rd:TypeName>System.String</rd:TypeName>
146        </Field>
147        <Field Name="NICK_NAME">
148          <DataField>NICK NAME</DataField>
149          <rd:TypeName>System.String</rd:TypeName>
150        </Field>
151        <Field Name="MOD_TYP">
152          <DataField>MOD_TYP</DataField>
153          <rd:TypeName>System.String</rd:TypeName>
154        </Field>
155        <Field Name="RABAT">
156          <DataField>RABAT</DataField>
157          <rd:TypeName>System.Double</rd:TypeName>
158        </Field>
159        <Field Name="lokalizacja">
160          <DataField>lokalizacja</DataField>
161          <rd:TypeName>System.String</rd:TypeName>
162        </Field>
163        <Field Name="lokalizacja1">
164          <DataField>lokalizacja1</DataField>
165          <rd:TypeName>System.String</rd:TypeName>
166        </Field>
167        <Field Name="NR">
168          <DataField>NR</DataField>
169          <rd:TypeName>System.Int16</rd:TypeName>
170        </Field>
171        <Field Name="ZATWIERDZONO_DO_DRUKU">
172          <DataField>ZATWIERDZONO DO DRUKU</DataField>
173          <rd:TypeName>System.Boolean</rd:TypeName>
174        </Field>
175        <Field Name="GRZBIET">
176          <DataField>GRZBIET</DataField>
177          <rd:TypeName>System.Int32</rd:TypeName>
178        </Field>
179        <Field Name="STRONA">
180          <DataField>STRONA</DataField>
181          <rd:TypeName>System.Int16</rd:TypeName>
182        </Field>
183        <Field Name="agencja">
184          <DataField>Agencja</DataField>
185          <rd:TypeName>System.String</rd:TypeName>
186        </Field>
187        <Field Name="SYMBOL_AKWIZYTORA">
188          <DataField>SYMBOL AKWIZYTORA</DataField>
189          <rd:TypeName>System.String</rd:TypeName>
190        </Field>
191        <Field Name="KROTNOŚĆ">
192          <DataField>KROTNOŚĆ</DataField>
193          <rd:TypeName>System.Int16</rd:TypeName>
194        </Field>
195        <Field Name="NETTO">
196          <DataField>NETTO</DataField>
197          <rd:TypeName>System.Double</rd:TypeName>
198        </Field>
199        <Field Name="nazwaGrzbietu">
200          <DataField>nazwaGrzbietu</DataField>
201          <rd:TypeName>System.String</rd:TypeName>
202        </Field>
203        <Field Name="ID_AGENTA">
204          <DataField>ID_AGENTA</DataField>
205          <rd:TypeName>System.Int32</rd:TypeName>
206        </Field>
207        <Field Name="CENA_JEDN">
208          <DataField>CENA JEDN</DataField>
209          <rd:TypeName>System.Double</rd:TypeName>
210        </Field>
211        <Field Name="RABAT_WARTOŚĆ">
212          <DataField>RABAT WARTOŚĆ</DataField>
213          <rd:TypeName>System.Double</rd:TypeName>
214        </Field>
215        <Field Name="nettoZEmisji">
216          <DataField>nettoZEmisji</DataField>
217          <rd:TypeName>System.Decimal</rd:TypeName>
218        </Field>
219        <Field Name="zafakturowana">
220          <DataField>zafakturowana</DataField>
221          <rd:TypeName>System.Boolean</rd:TypeName>
222        </Field>
223        <Field Name="Dzial">
224          <DataField>Dzial</DataField>
225          <rd:TypeName>System.String</rd:TypeName>
226        </Field>
227        <Field Name="Rozdzial">
228          <DataField>Rozdzial</DataField>
229          <rd:TypeName>System.String</rd:TypeName>
230        </Field>
231      </Fields>
232      <Query>
233        <DataSourceName>BAZA_REKLAM</DataSourceName>
234        <CommandType>StoredProcedure</CommandType>
235        <CommandText>sp_GetListaReklamNaWydanie</CommandText>
236        <QueryParameters>
237          <QueryParameter Name="@nrwydania">
238            <Value>=Parameters!nrwydania.Value</Value>
239          </QueryParameter>
240          <QueryParameter Name="@tytul">
241            <Value>=Parameters!tytul.Value</Value>
242          </QueryParameter>
243          <QueryParameter Name="@dzial">
244            <Value>=Parameters!dzial.Value</Value>
245          </QueryParameter>
246          <QueryParameter Name="@agencja">
247            <Value>=Parameters!agencja.Value</Value>
248          </QueryParameter>
249          <QueryParameter Name="@agent">
250            <Value>=Parameters!agent.Value</Value>
251          </QueryParameter>
252          <QueryParameter Name="@grzbiet">
253            <Value>=Parameters!grzbiet.Value</Value>
254          </QueryParameter>
255        </QueryParameters>
256      </Query>
257    </DataSet>
258    <DataSet Name="ListaTytulow">
259      <Fields>
260        <Field Name="Id">
261          <DataField>Id</DataField>
262          <rd:TypeName>System.Int32</rd:TypeName>
263        </Field>
264        <Field Name="SYMB">
265          <DataField>Symb</DataField>
266          <rd:TypeName>System.String</rd:TypeName>
267        </Field>
268      </Fields>
269      <Query>
270        <DataSourceName>BAZA_REKLAM</DataSourceName>
271        <CommandText>SELECT Id, Symb FROM [LISTA TYTUŁÓW]
272WHERE Active=1</CommandText>
273        <rd:UseGenericDesigner>true</rd:UseGenericDesigner>
274      </Query>
275    </DataSet>
276    <DataSet Name="ListaAgencji">
277      <Fields>
278        <Field Name="Id_agencji">
279          <DataField>Id_agencji</DataField>
280          <rd:TypeName>System.Int32</rd:TypeName>
281        </Field>
282        <Field Name="Symbol">
283          <DataField>Symbol</DataField>
284          <rd:TypeName>System.String</rd:TypeName>
285        </Field>
286      </Fields>
287      <Query>
288        <DataSourceName>BAZA_REKLAM</DataSourceName>
289        <CommandText>SELECT Id_agencji, Symbol
290FROM AGENCJE where aktywna=1
291union
292select NULL ,'Wszystkie'
293order by Symbol</CommandText>
294        <rd:UseGenericDesigner>true</rd:UseGenericDesigner>
295      </Query>
296    </DataSet>
297    <DataSet Name="ListaAgentow">
298      <Fields>
299        <Field Name="ID_AGENTA">
300          <DataField>ID_AGENTA</DataField>
301          <rd:TypeName>System.Int32</rd:TypeName>
302        </Field>
303        <Field Name="Symbol">
304          <DataField>Symbol</DataField>
305          <rd:TypeName>System.String</rd:TypeName>
306        </Field>
307        <Field Name="agencja">
308          <DataField>agencja</DataField>
309          <rd:TypeName>System.String</rd:TypeName>
310        </Field>
311      </Fields>
312      <Query>
313        <DataSourceName>BAZA_REKLAM</DataSourceName>
314        <CommandText>SELECT A.ID_AGENTA, A.Symbol, A2.Symbol agencja
315FROM AGENCI A left join Agencje A2
316on A.ID_AGENCJI = A2.ID_Agencji
317where  (A2.ID_Agencji in (@agencja))
318and a.aktywny=1
319union
320select NULL,'Wszyscy','costam'
321order by A.Symbol</CommandText>
322        <QueryParameters>
323          <QueryParameter Name="@agencja">
324            <Value>=Parameters!agencja.Value</Value>
325          </QueryParameter>
326        </QueryParameters>
327        <rd:UseGenericDesigner>true</rd:UseGenericDesigner>
328      </Query>
329    </DataSet>
330    <DataSet Name="ListaGrzebietow">
331      <Fields>
332        <Field Name="ID">
333          <DataField>ID</DataField>
334          <rd:TypeName>System.Int32</rd:TypeName>
335        </Field>
336        <Field Name="Nazwa">
337          <DataField>Nazwa</DataField>
338          <rd:TypeName>System.String</rd:TypeName>
339        </Field>
340      </Fields>
341      <Query>
342        <DataSourceName>BAZA_REKLAM</DataSourceName>
343        <CommandText>SELECT        ID, Nazwa
344FROM            GRZBIETY
345WHERE Active=1 AND TytulId=@tytul
346UNION
347SELECT NULL ,'Wszystkie'
348ORDER BY Nazwa</CommandText>
349        <QueryParameters>
350          <QueryParameter Name="@tytul">
351            <Value>=Parameters!tytul.Value</Value>
352          </QueryParameter>
353        </QueryParameters>
354        <rd:UseGenericDesigner>true</rd:UseGenericDesigner>
355      </Query>
356    </DataSet>
357    <DataSet Name="ListaDzialow">
358      <Fields>
359        <Field Name="Id">
360          <DataField>Id</DataField>
361          <rd:TypeName>System.Int32</rd:TypeName>
362        </Field>
363        <Field Name="Name">
364          <DataField>Name</DataField>
365          <rd:TypeName>System.String</rd:TypeName>
366        </Field>
367      </Fields>
368      <Query>
369        <DataSourceName>BAZA_REKLAM</DataSourceName>
370        <CommandText>DECLARE @Dzialy Table
371(
372   Id INT,
373   Name NVARCHAR(50)
374)
375
376INSERT INTO @Dzialy
377SELECT Id, Name FROM Dzial WHERE Active=1 AND TitleId=@tytul
378
379IF (SELECT COUNT(Id) FROM @Dzialy)&lt;1
380INSERT INTO @Dzialy
381SELECT 0, 'Wszystkie działy'
382
383SELECT * FROM @Dzialy</CommandText>
384        <QueryParameters>
385          <QueryParameter Name="@tytul">
386            <Value>=Parameters!tytul.Value</Value>
387          </QueryParameter>
388        </QueryParameters>
389        <rd:UseGenericDesigner>true</rd:UseGenericDesigner>
390      </Query>
391    </DataSet>
392  </DataSets>
393  <Code />
394  <Width>27.55292cm</Width>
395  <Body>
396    <ColumnSpacing>1cm</ColumnSpacing>
397    <ReportItems>
398      <Textbox Name="textbox6">
399        <Top>0.25cm</Top>
400        <Width>3cm</Width>
401        <Style>
402          <FontSize>12pt</FontSize>
403          <FontWeight>700</FontWeight>
404          <Format>d</Format>
405          <TextAlign>Left</TextAlign>
406          <PaddingLeft>2pt</PaddingLeft>
407          <PaddingRight>2pt</PaddingRight>
408          <PaddingTop>2pt</PaddingTop>
409          <PaddingBottom>2pt</PaddingBottom>
410          <Language>pl-PL</Language>
411        </Style>
412        <ZIndex>3</ZIndex>
413        <CanGrow>true</CanGrow>
414        <Left>15.5cm</Left>
415        <Height>0.75cm</Height>
416        <Value>=Today</Value>
417      </Textbox>
418      <Textbox Name="textbox5">
419        <Top>0.25cm</Top>
420        <Width>4.5cm</Width>
421        <Style>
422          <FontSize>12pt</FontSize>
423          <FontWeight>700</FontWeight>
424          <Format>d</Format>
425          <TextAlign>Left</TextAlign>
426          <PaddingLeft>2pt</PaddingLeft>
427          <PaddingRight>2pt</PaddingRight>
428          <PaddingTop>2pt</PaddingTop>
429          <PaddingBottom>2pt</PaddingBottom>
430          <Language>pl-PL</Language>
431        </Style>
432        <ZIndex>2</ZIndex>
433        <CanGrow>true</CanGrow>
434        <Left>11.5cm</Left>
435        <Height>0.75cm</Height>
436        <Value>="Grzbiet: " &amp; Parameters!grzbiet.Label</Value>
437      </Textbox>
438      <Textbox Name="textbox17">
439        <rd:DefaultName>textbox17</rd:DefaultName>
440        <Top>0.25cm</Top>
441        <Width>11.5cm</Width>
442        <Style>
443          <FontSize>14pt</FontSize>
444          <FontWeight>700</FontWeight>
445          <TextAlign>Left</TextAlign>
446          <PaddingLeft>2pt</PaddingLeft>
447          <PaddingRight>2pt</PaddingRight>
448          <PaddingTop>2pt</PaddingTop>
449          <PaddingBottom>2pt</PaddingBottom>
450          <Language>pl-PL</Language>
451        </Style>
452        <ZIndex>1</ZIndex>
453        <CanGrow>true</CanGrow>
454        <Height>0.75cm</Height>
455        <Value>="LISTA REKLAM DO WYDANIA NR: " &amp; Parameters!tytul.Label &amp; " " &amp; Parameters!nrwydania.Value</Value>
456      </Textbox>
457      <Table Name="table1">
458        <DataSetName>ListaReklam</DataSetName>
459        <Top>1.25cm</Top>
460        <Width>24.22646cm</Width>
461        <Details>
462          <TableRows>
463            <TableRow>
464              <TableCells>
465                <TableCell>
466                  <ReportItems>
467                    <Textbox Name="agencja">
468                      <rd:DefaultName>agencja</rd:DefaultName>
469                      <Style>
470                        <BorderColor>
471                          <Default>LightGrey</Default>
472                        </BorderColor>
473                        <BorderStyle>
474                          <Default>Solid</Default>
475                        </BorderStyle>
476                        <BorderWidth>
477                          <Default>0.5pt</Default>
478                        </BorderWidth>
479                        <FontSize>7pt</FontSize>
480                        <VerticalAlign>Middle</VerticalAlign>
481                        <PaddingLeft>2pt</PaddingLeft>
482                        <PaddingRight>2pt</PaddingRight>
483                        <PaddingTop>2pt</PaddingTop>
484                        <PaddingBottom>2pt</PaddingBottom>
485                        <Language>pl-PL</Language>
486                      </Style>
487                      <ZIndex>10</ZIndex>
488                      <CanGrow>true</CanGrow>
489                      <Value>=Left(Fields!agencja.Value,10)</Value>
490                    </Textbox>
491                  </ReportItems>
492                </TableCell>
493                <TableCell>
494                  <ReportItems>
495                    <Textbox Name="ID_REKLAMY">
496                      <rd:DefaultName>ID_REKLAMY</rd:DefaultName>
497                      <Style>
498                        <BorderColor>
499                          <Default>LightGrey</Default>
500                        </BorderColor>
501                        <BorderStyle>
502                          <Default>Solid</Default>
503                        </BorderStyle>
504                        <BorderWidth>
505                          <Default>0.5pt</Default>
506                        </BorderWidth>
507                        <FontSize>7pt</FontSize>
508                        <FontWeight>700</FontWeight>
509                        <TextAlign>Left</TextAlign>
510                        <VerticalAlign>Middle</VerticalAlign>
511                        <PaddingLeft>2pt</PaddingLeft>
512                        <PaddingRight>2pt</PaddingRight>
513                        <PaddingTop>2pt</PaddingTop>
514                        <PaddingBottom>2pt</PaddingBottom>
515                        <Language>pl-PL</Language>
516                      </Style>
517                      <ZIndex>9</ZIndex>
518                      <CanGrow>true</CanGrow>
519                      <Value>=Fields!ID_REKLAMY.Value</Value>
520                    </Textbox>
521                  </ReportItems>
522                </TableCell>
523                <TableCell>
524                  <ReportItems>
525                    <Textbox Name="SZER">
526                      <rd:DefaultName>SZER</rd:DefaultName>
527                      <Style>
528                        <BorderColor>
529                          <Default>LightGrey</Default>
530                        </BorderColor>
531                        <BorderStyle>
532                          <Default>Solid</Default>
533                        </BorderStyle>
534                        <BorderWidth>
535                          <Default>0.5pt</Default>
536                        </BorderWidth>
537                        <FontSize>7pt</FontSize>
538                        <FontWeight>700</FontWeight>
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                        <Language>pl-PL</Language>
546                      </Style>
547                      <ZIndex>8</ZIndex>
548                      <CanGrow>true</CanGrow>
549                      <Value>=Fields!SZER.Value</Value>
550                    </Textbox>
551                  </ReportItems>
552                </TableCell>
553                <TableCell>
554                  <ReportItems>
555                    <Textbox Name="WYS">
556                      <rd:DefaultName>WYS</rd:DefaultName>
557                      <Style>
558                        <BorderColor>
559                          <Default>LightGrey</Default>
560                        </BorderColor>
561                        <BorderStyle>
562                          <Default>Solid</Default>
563                        </BorderStyle>
564                        <BorderWidth>
565                          <Default>0.5pt</Default>
566                        </BorderWidth>
567                        <FontSize>7pt</FontSize>
568                        <FontWeight>700</FontWeight>
569                        <TextAlign>Center</TextAlign>
570                        <VerticalAlign>Middle</VerticalAlign>
571                        <PaddingLeft>2pt</PaddingLeft>
572                        <PaddingRight>2pt</PaddingRight>
573                        <PaddingTop>2pt</PaddingTop>
574                        <PaddingBottom>2pt</PaddingBottom>
575                        <Language>pl-PL</Language>
576                      </Style>
577                      <ZIndex>7</ZIndex>
578                      <CanGrow>true</CanGrow>
579                      <Value>=Fields!WYS.Value</Value>
580                    </Textbox>
581                  </ReportItems>
582                </TableCell>
583                <TableCell>
584                  <ReportItems>
585                    <Textbox Name="MOD_TYP">
586                      <rd:DefaultName>MOD_TYP</rd:DefaultName>
587                      <Style>
588                        <BorderColor>
589                          <Default>LightGrey</Default>
590                        </BorderColor>
591                        <BorderStyle>
592                          <Default>Solid</Default>
593                        </BorderStyle>
594                        <BorderWidth>
595                          <Default>0.5pt</Default>
596                        </BorderWidth>
597                        <FontSize>7pt</FontSize>
598                        <TextAlign>Center</TextAlign>
599                        <VerticalAlign>Middle</VerticalAlign>
600                        <PaddingLeft>2pt</PaddingLeft>
601                        <PaddingRight>2pt</PaddingRight>
602                        <PaddingTop>2pt</PaddingTop>
603                        <PaddingBottom>2pt</PaddingBottom>
604                        <Language>pl-PL</Language>
605                      </Style>
606                      <ZIndex>6</ZIndex>
607                      <CanGrow>true</CanGrow>
608                      <Value>=Fields!MOD_TYP.Value</Value>
609                    </Textbox>
610                  </ReportItems>
611                </TableCell>
612                <TableCell>
613                  <ReportItems>
614                    <Textbox Name="NICK_NAME">
615                      <rd:DefaultName>NICK_NAME</rd:DefaultName>
616                      <Style>
617                        <BorderColor>
618                          <Default>LightGrey</Default>
619                        </BorderColor>
620                        <BorderStyle>
621                          <Default>Solid</Default>
622                        </BorderStyle>
623                        <BorderWidth>
624                          <Default>0.5pt</Default>
625                        </BorderWidth>
626                        <FontSize>7pt</FontSize>
627                        <TextAlign>Center</TextAlign>
628                        <VerticalAlign>Middle</VerticalAlign>
629                        <PaddingLeft>2pt</PaddingLeft>
630                        <PaddingRight>2pt</PaddingRight>
631                        <PaddingTop>2pt</PaddingTop>
632                        <PaddingBottom>2pt</PaddingBottom>
633                        <Language>pl-PL</Language>
634                      </Style>
635                      <ZIndex>5</ZIndex>
636                      <CanGrow>true</CanGrow>
637                      <Value>=Left(Fields!NICK_NAME.Value,15)</Value>
638                    </Textbox>
639                  </ReportItems>
640                </TableCell>
641                <TableCell>
642                  <ReportItems>
643                    <Textbox Name="ogl_dzial">
644                      <rd:DefaultName>ogl_dzial</rd:DefaultName>
645                      <Style>
646                        <BorderColor>
647                          <Default>LightGrey</Default>
648                        </BorderColor>
649                        <BorderStyle>
650                          <Default>Solid</Default>
651                        </BorderStyle>
652                        <BorderWidth>
653                          <Default>0.5pt</Default>
654                        </BorderWidth>
655                        <FontSize>7pt</FontSize>
656                        <TextAlign>Center</TextAlign>
657                        <VerticalAlign>Middle</VerticalAlign>
658                        <PaddingLeft>2pt</PaddingLeft>
659                        <PaddingRight>2pt</PaddingRight>
660                        <PaddingTop>2pt</PaddingTop>
661                        <PaddingBottom>2pt</PaddingBottom>
662                      </Style>
663                      <ZIndex>4</ZIndex>
664                      <CanGrow>true</CanGrow>
665                      <Value>=Fields!Dzial.Value</Value>
666                    </Textbox>
667                  </ReportItems>
668                </TableCell>
669                <TableCell>
670                  <ReportItems>
671                    <Textbox Name="ogl_rozdzial">
672                      <rd:DefaultName>ogl_rozdzial</rd:DefaultName>
673                      <Style>
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                        <FontSize>7pt</FontSize>
684                        <TextAlign>Center</TextAlign>
685                        <VerticalAlign>Middle</VerticalAlign>
686                        <PaddingLeft>2pt</PaddingLeft>
687                        <PaddingRight>2pt</PaddingRight>
688                        <PaddingTop>2pt</PaddingTop>
689                        <PaddingBottom>2pt</PaddingBottom>
690                      </Style>
691                      <ZIndex>3</ZIndex>
692                      <CanGrow>true</CanGrow>
693                      <Value>=Fields!Rozdzial.Value</Value>
694                    </Textbox>
695                  </ReportItems>
696                </TableCell>
697                <TableCell>
698                  <ReportItems>
699                    <Textbox Name="lokalizacja">
700                      <rd:DefaultName>lokalizacja</rd:DefaultName>
701                      <Style>
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                        <FontSize>7pt</FontSize>
712                        <TextAlign>Center</TextAlign>
713                        <VerticalAlign>Middle</VerticalAlign>
714                        <PaddingLeft>2pt</PaddingLeft>
715                        <PaddingRight>2pt</PaddingRight>
716                        <PaddingTop>2pt</PaddingTop>
717                        <PaddingBottom>2pt</PaddingBottom>
718                        <Language>pl-PL</Language>
719                      </Style>
720                      <ZIndex>2</ZIndex>
721                      <CanGrow>true</CanGrow>
722                      <Value>=Fields!lokalizacja.Value</Value>
723                    </Textbox>
724                  </ReportItems>
725                </TableCell>
726                <TableCell>
727                  <ReportItems>
728                    <Textbox Name="STRONA">
729                      <rd:DefaultName>STRONA</rd:DefaultName>
730                      <Style>
731                        <BorderColor>
732                          <Default>LightGrey</Default>
733                        </BorderColor>
734                        <BorderStyle>
735                          <Default>Solid</Default>
736                        </BorderStyle>
737                        <BorderWidth>
738                          <Default>0.5pt</Default>
739                        </BorderWidth>
740                        <FontSize>7pt</FontSize>
741                        <TextAlign>Center</TextAlign>
742                        <VerticalAlign>Middle</VerticalAlign>
743                        <PaddingLeft>2pt</PaddingLeft>
744                        <PaddingRight>2pt</PaddingRight>
745                        <PaddingTop>2pt</PaddingTop>
746                        <PaddingBottom>2pt</PaddingBottom>
747                        <Language>pl-PL</Language>
748                      </Style>
749                      <ZIndex>1</ZIndex>
750                      <CanGrow>true</CanGrow>
751                      <Value>=Fields!STRONA.Value</Value>
752                    </Textbox>
753                  </ReportItems>
754                </TableCell>
755                <TableCell>
756                  <ReportItems>
757                    <Textbox Name="ID_GRZBIETU">
758                      <rd:DefaultName>ID_GRZBIETU</rd:DefaultName>
759                      <Style>
760                        <BorderColor>
761                          <Default>LightGrey</Default>
762                        </BorderColor>
763                        <BorderStyle>
764                          <Default>Solid</Default>
765                        </BorderStyle>
766                        <BorderWidth>
767                          <Default>0.5pt</Default>
768                        </BorderWidth>
769                        <FontSize>7pt</FontSize>
770                        <TextAlign>Center</TextAlign>
771                        <VerticalAlign>Middle</VerticalAlign>
772                        <PaddingLeft>2pt</PaddingLeft>
773                        <PaddingRight>2pt</PaddingRight>
774                        <PaddingTop>2pt</PaddingTop>
775                        <PaddingBottom>2pt</PaddingBottom>
776                        <Language>pl-PL</Language>
777                      </Style>
778                      <CanGrow>true</CanGrow>
779                      <Value>=Fields!nazwaGrzbietu.Value</Value>
780                    </Textbox>
781                  </ReportItems>
782                </TableCell>
783              </TableCells>
784              <Height>0.5cm</Height>
785            </TableRow>
786          </TableRows>
787          <Sorting>
788            <SortBy>
789              <SortExpression>=iif(Parameters!sortuj.Value=1,Fields!MOD_TYP.Value,Fields!ID_REKLAMY.Value)</SortExpression>
790              <Direction>Ascending</Direction>
791            </SortBy>
792          </Sorting>
793        </Details>
794        <Style>
795          <Language>pl-PL</Language>
796        </Style>
797        <Header>
798          <TableRows>
799            <TableRow>
800              <TableCells>
801                <TableCell>
802                  <ColSpan>6</ColSpan>
803                  <ReportItems>
804                    <Textbox Name="textbox37">
805                      <rd:DefaultName>textbox37</rd:DefaultName>
806                      <Style>
807                        <BackgroundColor>Gainsboro</BackgroundColor>
808                        <BorderColor>
809                          <Default>LightGrey</Default>
810                        </BorderColor>
811                        <BorderStyle>
812                          <Left>Solid</Left>
813                          <Right>None</Right>
814                          <Top>Solid</Top>
815                          <Bottom>Solid</Bottom>
816                        </BorderStyle>
817                        <BorderWidth>
818                          <Default>0.5pt</Default>
819                        </BorderWidth>
820                        <FontSize>7pt</FontSize>
821                        <FontWeight>700</FontWeight>
822                        <TextAlign>Center</TextAlign>
823                        <VerticalAlign>Middle</VerticalAlign>
824                        <PaddingLeft>2pt</PaddingLeft>
825                        <PaddingRight>2pt</PaddingRight>
826                        <PaddingTop>2pt</PaddingTop>
827                        <PaddingBottom>2pt</PaddingBottom>
828                        <Language>pl-PL</Language>
829                      </Style>
830                      <ZIndex>23</ZIndex>
831                      <CanGrow>true</CanGrow>
832                      <Value>=Count(Fields!ReklamaID.Value) &amp; " REK" &amp; "          " &amp; Sum(Fields!WYS.Value*Fields!SZER.Value) &amp; " MOD" &amp; "          " &amp; Round(Sum(Fields!WYS.Value*Fields!SZER.Value)/64) &amp; " stron"</Value>
833                    </Textbox>
834                  </ReportItems>
835                </TableCell>
836                <TableCell>
837                  <ColSpan>5</ColSpan>
838                  <ReportItems>
839                    <Textbox Name="textbox24">
840                      <rd:DefaultName>textbox24</rd:DefaultName>
841                      <Style>
842                        <BackgroundColor>Gainsboro</BackgroundColor>
843                        <BorderColor>
844                          <Default>LightGrey</Default>
845                        </BorderColor>
846                        <BorderStyle>
847                          <Left>None</Left>
848                          <Right>Solid</Right>
849                          <Top>Solid</Top>
850                          <Bottom>Solid</Bottom>
851                        </BorderStyle>
852                        <BorderWidth>
853                          <Default>0.5pt</Default>
854                        </BorderWidth>
855                        <FontSize>7pt</FontSize>
856                        <FontWeight>700</FontWeight>
857                        <Format>C</Format>
858                        <TextAlign>Center</TextAlign>
859                        <VerticalAlign>Middle</VerticalAlign>
860                        <PaddingLeft>2pt</PaddingLeft>
861                        <PaddingRight>2pt</PaddingRight>
862                        <PaddingTop>2pt</PaddingTop>
863                        <PaddingBottom>2pt</PaddingBottom>
864                      </Style>
865                      <ZIndex>22</ZIndex>
866                      <CanGrow>true</CanGrow>
867                      <Value>=Sum(Fields!CENA_JEDN.Value) - Sum(Fields!RABAT_WARTOŚĆ.Value)</Value>
868                    </Textbox>
869                  </ReportItems>
870                </TableCell>
871              </TableCells>
872              <Height>0.63492cm</Height>
873            </TableRow>
874            <TableRow>
875              <TableCells>
876                <TableCell>
877                  <ReportItems>
878                    <Textbox Name="textbox1">
879                      <rd:DefaultName>textbox1</rd:DefaultName>
880                      <Style>
881                        <BackgroundColor>WhiteSmoke</BackgroundColor>
882                        <BorderColor>
883                          <Default>LightGrey</Default>
884                        </BorderColor>
885                        <BorderStyle>
886                          <Default>Solid</Default>
887                        </BorderStyle>
888                        <BorderWidth>
889                          <Default>0.5pt</Default>
890                        </BorderWidth>
891                        <FontSize>7pt</FontSize>
892                        <FontWeight>700</FontWeight>
893                        <TextAlign>Center</TextAlign>
894                        <VerticalAlign>Middle</VerticalAlign>
895                        <PaddingLeft>2pt</PaddingLeft>
896                        <PaddingRight>2pt</PaddingRight>
897                        <PaddingTop>2pt</PaddingTop>
898                        <PaddingBottom>2pt</PaddingBottom>
899                        <Language>pl-PL</Language>
900                      </Style>
901                      <ZIndex>21</ZIndex>
902                      <CanGrow>true</CanGrow>
903                      <Value>Agencja</Value>
904                    </Textbox>
905                  </ReportItems>
906                </TableCell>
907                <TableCell>
908                  <ReportItems>
909                    <Textbox Name="textbox25">
910                      <rd:DefaultName>textbox25</rd:DefaultName>
911                      <Style>
912                        <BackgroundColor>WhiteSmoke</BackgroundColor>
913                        <BorderColor>
914                          <Default>LightGrey</Default>
915                        </BorderColor>
916                        <BorderStyle>
917                          <Default>Solid</Default>
918                        </BorderStyle>
919                        <BorderWidth>
920                          <Default>0.5pt</Default>
921                        </BorderWidth>
922                        <FontSize>7pt</FontSize>
923                        <FontWeight>700</FontWeight>
924                        <TextAlign>Center</TextAlign>
925                        <VerticalAlign>Middle</VerticalAlign>
926                        <PaddingLeft>2pt</PaddingLeft>
927                        <PaddingRight>2pt</PaddingRight>
928                        <PaddingTop>2pt</PaddingTop>
929                        <PaddingBottom>2pt</PaddingBottom>
930                        <Language>pl-PL</Language>
931                      </Style>
932                      <ZIndex>20</ZIndex>
933                      <CanGrow>true</CanGrow>
934                      <Value>Symbol </Value>
935                    </Textbox>
936                  </ReportItems>
937                </TableCell>
938                <TableCell>
939                  <ReportItems>
940                    <Textbox Name="textbox22">
941                      <rd:DefaultName>textbox22</rd:DefaultName>
942                      <Style>
943                        <BackgroundColor>WhiteSmoke</BackgroundColor>
944                        <BorderColor>
945                          <Default>LightGrey</Default>
946                        </BorderColor>
947                        <BorderStyle>
948                          <Default>Solid</Default>
949                        </BorderStyle>
950                        <BorderWidth>
951                          <Default>0.5pt</Default>
952                        </BorderWidth>
953                        <FontSize>7pt</FontSize>
954                        <FontWeight>700</FontWeight>
955                        <TextAlign>Center</TextAlign>
956                        <VerticalAlign>Middle</VerticalAlign>
957                        <PaddingLeft>2pt</PaddingLeft>
958                        <PaddingRight>2pt</PaddingRight>
959                        <PaddingTop>2pt</PaddingTop>
960                        <PaddingBottom>2pt</PaddingBottom>
961                        <Language>pl-PL</Language>
962                      </Style>
963                      <ZIndex>19</ZIndex>
964                      <CanGrow>true</CanGrow>
965                      <Value>S</Value>
966                    </Textbox>
967                  </ReportItems>
968                </TableCell>
969                <TableCell>
970                  <ReportItems>
971                    <Textbox Name="textbox19">
972                      <rd:DefaultName>textbox19</rd:DefaultName>
973                      <Style>
974                        <BackgroundColor>WhiteSmoke</BackgroundColor>
975                        <BorderColor>
976                          <Default>LightGrey</Default>
977                        </BorderColor>
978                        <BorderStyle>
979                          <Default>Solid</Default>
980                        </BorderStyle>
981                        <BorderWidth>
982                          <Default>0.5pt</Default>
983                        </BorderWidth>
984                        <FontSize>7pt</FontSize>
985                        <FontWeight>700</FontWeight>
986                        <TextAlign>Center</TextAlign>
987                        <VerticalAlign>Middle</VerticalAlign>
988                        <PaddingLeft>2pt</PaddingLeft>
989                        <PaddingRight>2pt</PaddingRight>
990                        <PaddingTop>2pt</PaddingTop>
991                        <PaddingBottom>2pt</PaddingBottom>
992                        <Language>pl-PL</Language>
993                      </Style>
994                      <ZIndex>18</ZIndex>
995                      <CanGrow>true</CanGrow>
996                      <Value>W</Value>
997                    </Textbox>
998                  </ReportItems>
999                </TableCell>
1000                <TableCell>
1001                  <ReportItems>
1002                    <Textbox Name="textbox2">
1003                      <rd:DefaultName>textbox2</rd:DefaultName>
1004                      <Style>
1005                        <BackgroundColor>WhiteSmoke</BackgroundColor>
1006                        <BorderColor>
1007                          <Default>LightGrey</Default>
1008                        </BorderColor>
1009                        <BorderStyle>
1010                          <Default>Solid</Default>
1011                        </BorderStyle>
1012                        <BorderWidth>
1013                          <Default>0.5pt</Default>
1014                        </BorderWidth>
1015                        <FontSize>7pt</FontSize>
1016                        <FontWeight>700</FontWeight>
1017                        <TextAlign>Center</TextAlign>
1018                        <VerticalAlign>Middle</VerticalAlign>
1019                        <PaddingLeft>2pt</PaddingLeft>
1020                        <PaddingRight>2pt</PaddingRight>
1021                        <PaddingTop>2pt</PaddingTop>
1022                        <PaddingBottom>2pt</PaddingBottom>
1023                        <Language>pl-PL</Language>
1024                      </Style>
1025                      <ZIndex>17</ZIndex>
1026                      <CanGrow>true</CanGrow>
1027                      <Value>Moduł</Value>
1028                    </Textbox>
1029                  </ReportItems>
1030                </TableCell>
1031                <TableCell>
1032                  <ReportItems>
1033                    <Textbox Name="textbox13">
1034                      <rd:DefaultName>textbox13</rd:DefaultName>
1035                      <Style>
1036                        <BackgroundColor>WhiteSmoke</BackgroundColor>
1037                        <BorderColor>
1038                          <Default>LightGrey</Default>
1039                        </BorderColor>
1040                        <BorderStyle>
1041                          <Default>Solid</Default>
1042                        </BorderStyle>
1043                        <BorderWidth>
1044                          <Default>0.5pt</Default>
1045                        </BorderWidth>
1046                        <FontSize>7pt</FontSize>
1047                        <FontWeight>700</FontWeight>
1048                        <TextAlign>Center</TextAlign>
1049                        <VerticalAlign>Middle</VerticalAlign>
1050                        <PaddingLeft>2pt</PaddingLeft>
1051                        <PaddingRight>2pt</PaddingRight>
1052                        <PaddingTop>2pt</PaddingTop>
1053                        <PaddingBottom>2pt</PaddingBottom>
1054                        <Language>pl-PL</Language>
1055                      </Style>
1056                      <ZIndex>16</ZIndex>
1057                      <CanGrow>true</CanGrow>
1058                      <Value>Klient</Value>
1059                    </Textbox>
1060                  </ReportItems>
1061                </TableCell>
1062                <TableCell>
1063                  <ReportItems>
1064                    <Textbox Name="textbox26">
1065                      <rd:DefaultName>textbox26</rd:DefaultName>
1066                      <Style>
1067                        <BackgroundColor>WhiteSmoke</BackgroundColor>
1068                        <BorderColor>
1069                          <Default>LightGrey</Default>
1070                        </BorderColor>
1071                        <BorderStyle>
1072                          <Default>Solid</Default>
1073                        </BorderStyle>
1074                        <BorderWidth>
1075                          <Default>0.5pt</Default>
1076                        </BorderWidth>
1077                        <FontSize>7pt</FontSize>
1078                        <FontWeight>700</FontWeight>
1079                        <TextAlign>Center</TextAlign>
1080                        <VerticalAlign>Middle</VerticalAlign>
1081                        <PaddingLeft>2pt</PaddingLeft>
1082                        <PaddingRight>2pt</PaddingRight>
1083                        <PaddingTop>2pt</PaddingTop>
1084                        <PaddingBottom>2pt</PaddingBottom>
1085                      </Style>
1086                      <ZIndex>15</ZIndex>
1087                      <CanGrow>true</CanGrow>
1088                      <Value>Dział</Value>
1089                    </Textbox>
1090                  </ReportItems>
1091                </TableCell>
1092                <TableCell>
1093                  <ReportItems>
1094                    <Textbox Name="textbox21">
1095                      <rd:DefaultName>textbox21</rd:DefaultName>
1096                      <Style>
1097                        <BackgroundColor>WhiteSmoke</BackgroundColor>
1098                        <BorderColor>
1099                          <Default>LightGrey</Default>
1100                        </BorderColor>
1101                        <BorderStyle>
1102                          <Default>Solid</Default>
1103                        </BorderStyle>
1104                        <BorderWidth>
1105                          <Default>0.5pt</Default>
1106                        </BorderWidth>
1107                        <FontSize>7pt</FontSize>
1108                        <FontWeight>700</FontWeight>
1109                        <TextAlign>Center</TextAlign>
1110                        <VerticalAlign>Middle</VerticalAlign>
1111                        <PaddingLeft>2pt</PaddingLeft>
1112                        <PaddingRight>2pt</PaddingRight>
1113                        <PaddingTop>2pt</PaddingTop>
1114                        <PaddingBottom>2pt</PaddingBottom>
1115                      </Style>
1116                      <ZIndex>14</ZIndex>
1117                      <CanGrow>true</CanGrow>
1118                      <Value>Roz</Value>
1119                    </Textbox>
1120                  </ReportItems>
1121                </TableCell>
1122                <TableCell>
1123                  <ReportItems>
1124                    <Textbox Name="textbox10">
1125                      <rd:DefaultName>textbox10</rd:DefaultName>
1126                      <Style>
1127                        <BackgroundColor>WhiteSmoke</BackgroundColor>
1128                        <BorderColor>
1129                          <Default>LightGrey</Default>
1130                        </BorderColor>
1131                        <BorderStyle>
1132                          <Default>Solid</Default>
1133                        </BorderStyle>
1134                        <BorderWidth>
1135                          <Default>0.5pt</Default>
1136                        </BorderWidth>
1137                        <FontSize>7pt</FontSize>
1138                        <FontWeight>700</FontWeight>
1139                        <TextAlign>Center</TextAlign>
1140                        <VerticalAlign>Middle</VerticalAlign>
1141                        <PaddingLeft>2pt</PaddingLeft>
1142                        <PaddingRight>2pt</PaddingRight>
1143                        <PaddingTop>2pt</PaddingTop>
1144                        <PaddingBottom>2pt</PaddingBottom>
1145                        <Language>pl-PL</Language>
1146                      </Style>
1147                      <ZIndex>13</ZIndex>
1148                      <CanGrow>true</CanGrow>
1149                      <Value>Lokalizacja</Value>
1150                    </Textbox>
1151                  </ReportItems>
1152                </TableCell>
1153                <TableCell>
1154                  <ReportItems>
1155                    <Textbox Name="textbox4">
1156                      <rd:DefaultName>textbox4</rd:DefaultName>
1157                      <Style>
1158                        <BackgroundColor>WhiteSmoke</BackgroundColor>
1159                        <BorderColor>
1160                          <Default>LightGrey</Default>
1161                        </BorderColor>
1162                        <BorderStyle>
1163                          <Default>Solid</Default>
1164                        </BorderStyle>
1165                        <BorderWidth>
1166                          <Default>0.5pt</Default>
1167                        </BorderWidth>
1168                        <FontSize>7pt</FontSize>
1169                        <FontWeight>700</FontWeight>
1170                        <TextAlign>Center</TextAlign>
1171                        <VerticalAlign>Middle</VerticalAlign>
1172                        <PaddingLeft>2pt</PaddingLeft>
1173                        <PaddingRight>2pt</PaddingRight>
1174                        <PaddingTop>2pt</PaddingTop>
1175                        <PaddingBottom>2pt</PaddingBottom>
1176                        <Language>pl-PL</Language>
1177                      </Style>
1178                      <ZIndex>12</ZIndex>
1179                      <CanGrow>true</CanGrow>
1180                      <Value>Str</Value>
1181                    </Textbox>
1182                  </ReportItems>
1183                </TableCell>
1184                <TableCell>
1185                  <ReportItems>
1186                    <Textbox Name="textbox11">
1187                      <rd:DefaultName>textbox11</rd:DefaultName>
1188                      <Style>
1189                        <BackgroundColor>WhiteSmoke</BackgroundColor>
1190                        <BorderColor>
1191                          <Default>LightGrey</Default>
1192                        </BorderColor>
1193                        <BorderStyle>
1194                          <Default>Solid</Default>
1195                        </BorderStyle>
1196                        <BorderWidth>
1197                          <Default>0.5pt</Default>
1198                        </BorderWidth>
1199                        <FontSize>7pt</FontSize>
1200                        <FontWeight>700</FontWeight>
1201                        <TextAlign>Center</TextAlign>
1202                        <VerticalAlign>Middle</VerticalAlign>
1203                        <PaddingLeft>2pt</PaddingLeft>
1204                        <PaddingRight>2pt</PaddingRight>
1205                        <PaddingTop>2pt</PaddingTop>
1206                        <PaddingBottom>2pt</PaddingBottom>
1207                        <Language>pl-PL</Language>
1208                      </Style>
1209                      <ZIndex>11</ZIndex>
1210                      <CanGrow>true</CanGrow>
1211                      <Value>Grzbiet</Value>
1212                    </Textbox>
1213                  </ReportItems>
1214                </TableCell>
1215              </TableCells>
1216              <Height>0.5cm</Height>
1217            </TableRow>
1218          </TableRows>
1219        </Header>
1220        <TableColumns>
1221          <TableColumn>
1222            <Width>1.35cm</Width>
1223          </TableColumn>
1224          <TableColumn>
1225            <Width>2cm</Width>
1226          </TableColumn>
1227          <TableColumn>
1228            <Width>0.5cm</Width>
1229          </TableColumn>
1230          <TableColumn>
1231            <Width>0.5cm</Width>
1232          </TableColumn>
1233          <TableColumn>
1234            <Width>1.27646cm</Width>
1235          </TableColumn>
1236          <TableColumn>
1237            <Width>4.35cm</Width>
1238          </TableColumn>
1239          <TableColumn>
1240            <Width>3.6cm</Width>
1241          </TableColumn>
1242          <TableColumn>
1243            <Width>3.75cm</Width>
1244          </TableColumn>
1245          <TableColumn>
1246            <Width>4.05cm</Width>
1247          </TableColumn>
1248          <TableColumn>
1249            <Width>1.2cm</Width>
1250          </TableColumn>
1251          <TableColumn>
1252            <Width>1.65cm</Width>
1253          </TableColumn>
1254        </TableColumns>
1255      </Table>
1256    </ReportItems>
1257    <Height>2.88492cm</Height>
1258  </Body>
1259  <Language>pl-PL</Language>
1260  <TopMargin>1cm</TopMargin>
1261  <PageHeight>42cm</PageHeight>
1262</Report>
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.