root/trunk/RaportySQL/ListaReklamNaWydanieNr.rdl @ 991

Wersja 738, 66.1 KB (wprowadzona przez marek, 17 years temu)

poprawiono raporty, miejsce po przecinku przy obliczaniu rozmiaru dla Master Truck

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>21cm</InteractiveHeight>
10  <ReportParameters>
11    <ReportParameter Name="tytul">
12      <DataType>String</DataType>
13      <DefaultValue>
14        <Values>
15          <Value>1</Value>
16        </Values>
17      </DefaultValue>
18      <Prompt>Tytuł:</Prompt>
19      <ValidValues>
20        <DataSetReference>
21          <DataSetName>ListaTytulow</DataSetName>
22          <ValueField>Id</ValueField>
23          <LabelField>SYMB</LabelField>
24        </DataSetReference>
25      </ValidValues>
26    </ReportParameter>
27    <ReportParameter Name="nrwydania">
28      <DataType>String</DataType>
29      <AllowBlank>true</AllowBlank>
30      <Prompt>Nr wydania:</Prompt>
31    </ReportParameter>
32    <ReportParameter Name="agencja">
33      <DataType>String</DataType>
34      <Nullable>true</Nullable>
35      <Prompt>Biuro:</Prompt>
36      <ValidValues>
37        <DataSetReference>
38          <DataSetName>ListaAgencji</DataSetName>
39          <ValueField>Id_agencji</ValueField>
40          <LabelField>Symbol</LabelField>
41        </DataSetReference>
42      </ValidValues>
43    </ReportParameter>
44    <ReportParameter Name="agent">
45      <DataType>String</DataType>
46      <Nullable>true</Nullable>
47      <Prompt>Agent:</Prompt>
48      <ValidValues>
49        <DataSetReference>
50          <DataSetName>ListaAgentow</DataSetName>
51          <ValueField>ID_AGENTA</ValueField>
52          <LabelField>Symbol</LabelField>
53        </DataSetReference>
54      </ValidValues>
55    </ReportParameter>
56    <ReportParameter Name="grzbiet">
57      <DataType>String</DataType>
58      <DefaultValue>
59        <DataSetReference>
60          <DataSetName>ListaGrzebietow</DataSetName>
61          <ValueField>ID</ValueField>
62        </DataSetReference>
63      </DefaultValue>
64      <Prompt>Grzbiet:</Prompt>
65      <ValidValues>
66        <DataSetReference>
67          <DataSetName>ListaGrzebietow</DataSetName>
68          <ValueField>ID</ValueField>
69          <LabelField>Nazwa</LabelField>
70        </DataSetReference>
71      </ValidValues>
72      <MultiValue>true</MultiValue>
73    </ReportParameter>
74    <ReportParameter Name="sortuj">
75      <DataType>String</DataType>
76      <DefaultValue>
77        <Values>
78          <Value>0</Value>
79        </Values>
80      </DefaultValue>
81      <AllowBlank>true</AllowBlank>
82      <Prompt>Sortuj:</Prompt>
83      <ValidValues>
84        <ParameterValues>
85          <ParameterValue>
86            <Value>0</Value>
87            <Label>wg Symbolu</Label>
88          </ParameterValue>
89          <ParameterValue>
90            <Value>1</Value>
91            <Label>wg Modułu</Label>
92          </ParameterValue>
93        </ParameterValues>
94      </ValidValues>
95    </ReportParameter>
96    <ReportParameter Name="dzial">
97      <DataType>String</DataType>
98      <DefaultValue>
99        <DataSetReference>
100          <DataSetName>ListaDzialow</DataSetName>
101          <ValueField>Id</ValueField>
102        </DataSetReference>
103      </DefaultValue>
104      <AllowBlank>true</AllowBlank>
105      <Prompt>Dział:</Prompt>
106      <ValidValues>
107        <DataSetReference>
108          <DataSetName>ListaDzialow</DataSetName>
109          <ValueField>Id</ValueField>
110          <LabelField>Name</LabelField>
111        </DataSetReference>
112      </ValidValues>
113      <MultiValue>true</MultiValue>
114    </ReportParameter>
115  </ReportParameters>
116  <rd:DrawGrid>true</rd:DrawGrid>
117  <InteractiveWidth>29.7cm</InteractiveWidth>
118  <rd:GridSpacing>0.15cm</rd:GridSpacing>
119  <rd:SnapToGrid>true</rd:SnapToGrid>
120  <RightMargin>1cm</RightMargin>
121  <LeftMargin>1cm</LeftMargin>
122  <BottomMargin>1cm</BottomMargin>
123  <rd:ReportID>c8c9d8c9-35ad-4718-921a-81280b453acf</rd:ReportID>
124  <PageWidth>29.7cm</PageWidth>
125  <DataSets>
126    <DataSet Name="ListaReklam">
127      <Fields>
128        <Field Name="ReklamaID">
129          <DataField>ReklamaID</DataField>
130          <rd:TypeName>System.Int32</rd:TypeName>
131        </Field>
132        <Field Name="TYTUŁ">
133          <DataField>TYTUŁ</DataField>
134          <rd:TypeName>System.String</rd:TypeName>
135        </Field>
136        <Field Name="ID_REKLAMY">
137          <DataField>ID REKLAMY</DataField>
138          <rd:TypeName>System.String</rd:TypeName>
139        </Field>
140        <Field Name="SZER">
141          <DataField>SZER</DataField>
142          <rd:TypeName>System.Double</rd:TypeName>
143        </Field>
144        <Field Name="WYS">
145          <DataField>WYS</DataField>
146          <rd:TypeName>System.Double</rd:TypeName>
147        </Field>
148        <Field Name="KOLOR">
149          <DataField>KOLOR</DataField>
150          <rd:TypeName>System.String</rd:TypeName>
151        </Field>
152        <Field Name="NICK_NAME">
153          <DataField>NICK NAME</DataField>
154          <rd:TypeName>System.String</rd:TypeName>
155        </Field>
156        <Field Name="MOD_TYP">
157          <DataField>MOD_TYP</DataField>
158          <rd:TypeName>System.String</rd:TypeName>
159        </Field>
160        <Field Name="RABAT">
161          <DataField>RABAT</DataField>
162          <rd:TypeName>System.Double</rd:TypeName>
163        </Field>
164        <Field Name="lokalizacja">
165          <DataField>lokalizacja</DataField>
166          <rd:TypeName>System.String</rd:TypeName>
167        </Field>
168        <Field Name="lokalizacja1">
169          <DataField>lokalizacja1</DataField>
170          <rd:TypeName>System.String</rd:TypeName>
171        </Field>
172        <Field Name="NR">
173          <DataField>NR</DataField>
174          <rd:TypeName>System.Int16</rd:TypeName>
175        </Field>
176        <Field Name="ZATWIERDZONO_DO_DRUKU">
177          <DataField>ZATWIERDZONO DO DRUKU</DataField>
178          <rd:TypeName>System.Boolean</rd:TypeName>
179        </Field>
180        <Field Name="GRZBIET">
181          <DataField>GRZBIET</DataField>
182          <rd:TypeName>System.Int32</rd:TypeName>
183        </Field>
184        <Field Name="STRONA">
185          <DataField>STRONA</DataField>
186          <rd:TypeName>System.Int16</rd:TypeName>
187        </Field>
188        <Field Name="agencja">
189          <DataField>Agencja</DataField>
190          <rd:TypeName>System.String</rd:TypeName>
191        </Field>
192        <Field Name="SYMBOL_AKWIZYTORA">
193          <DataField>SYMBOL AKWIZYTORA</DataField>
194          <rd:TypeName>System.String</rd:TypeName>
195        </Field>
196        <Field Name="KROTNOŚĆ">
197          <DataField>KROTNOŚĆ</DataField>
198          <rd:TypeName>System.Int16</rd:TypeName>
199        </Field>
200        <Field Name="NETTO">
201          <DataField>NETTO</DataField>
202          <rd:TypeName>System.Double</rd:TypeName>
203        </Field>
204        <Field Name="nazwaGrzbietu">
205          <DataField>nazwaGrzbietu</DataField>
206          <rd:TypeName>System.String</rd:TypeName>
207        </Field>
208        <Field Name="ID_AGENTA">
209          <DataField>ID_AGENTA</DataField>
210          <rd:TypeName>System.Int32</rd:TypeName>
211        </Field>
212        <Field Name="CENA_JEDN">
213          <DataField>CENA JEDN</DataField>
214          <rd:TypeName>System.Double</rd:TypeName>
215        </Field>
216        <Field Name="RABAT_WARTOŚĆ">
217          <DataField>RABAT WARTOŚĆ</DataField>
218          <rd:TypeName>System.Double</rd:TypeName>
219        </Field>
220        <Field Name="nettoZEmisji">
221          <DataField>nettoZEmisji</DataField>
222          <rd:TypeName>System.Decimal</rd:TypeName>
223        </Field>
224        <Field Name="zafakturowana">
225          <DataField>zafakturowana</DataField>
226          <rd:TypeName>System.Boolean</rd:TypeName>
227        </Field>
228        <Field Name="Dzial">
229          <DataField>Dzial</DataField>
230          <rd:TypeName>System.String</rd:TypeName>
231        </Field>
232        <Field Name="Rozdzial">
233          <DataField>Rozdzial</DataField>
234          <rd:TypeName>System.String</rd:TypeName>
235        </Field>
236      </Fields>
237      <Query>
238        <DataSourceName>BAZA_REKLAM</DataSourceName>
239        <CommandType>StoredProcedure</CommandType>
240        <CommandText>sp_GetListaReklamNaWydanie</CommandText>
241        <QueryParameters>
242          <QueryParameter Name="@nrwydania">
243            <Value>=Parameters!nrwydania.Value</Value>
244          </QueryParameter>
245          <QueryParameter Name="@tytul">
246            <Value>=Parameters!tytul.Value</Value>
247          </QueryParameter>
248          <QueryParameter Name="@dzial">
249            <Value>=Parameters!dzial.Value</Value>
250          </QueryParameter>
251          <QueryParameter Name="@agencja">
252            <Value>=Parameters!agencja.Value</Value>
253          </QueryParameter>
254          <QueryParameter Name="@agent">
255            <Value>=Parameters!agent.Value</Value>
256          </QueryParameter>
257          <QueryParameter Name="@grzbiet">
258            <Value>=Parameters!grzbiet.Value</Value>
259          </QueryParameter>
260        </QueryParameters>
261      </Query>
262    </DataSet>
263    <DataSet Name="ListaTytulow">
264      <Fields>
265        <Field Name="Id">
266          <DataField>Id</DataField>
267          <rd:TypeName>System.Int32</rd:TypeName>
268        </Field>
269        <Field Name="SYMB">
270          <DataField>Symb</DataField>
271          <rd:TypeName>System.String</rd:TypeName>
272        </Field>
273      </Fields>
274      <Query>
275        <DataSourceName>BAZA_REKLAM</DataSourceName>
276        <CommandText>SELECT Id, Symb FROM [LISTA TYTUŁÓW]
277WHERE Active=1</CommandText>
278        <rd:UseGenericDesigner>true</rd:UseGenericDesigner>
279      </Query>
280    </DataSet>
281    <DataSet Name="ListaAgencji">
282      <Fields>
283        <Field Name="Id_agencji">
284          <DataField>Id_agencji</DataField>
285          <rd:TypeName>System.Int32</rd:TypeName>
286        </Field>
287        <Field Name="Symbol">
288          <DataField>Symbol</DataField>
289          <rd:TypeName>System.String</rd:TypeName>
290        </Field>
291      </Fields>
292      <Query>
293        <DataSourceName>BAZA_REKLAM</DataSourceName>
294        <CommandText>SELECT Id_agencji, Symbol
295FROM AGENCJE
296WHERE Aktywna=1
297UNION
298SELECT NULL ,'Wszystkie'
299ORDER BY Symbol</CommandText>
300        <rd:UseGenericDesigner>true</rd:UseGenericDesigner>
301      </Query>
302    </DataSet>
303    <DataSet Name="ListaAgentow">
304      <Fields>
305        <Field Name="ID_AGENTA">
306          <DataField>ID_AGENTA</DataField>
307          <rd:TypeName>System.Int32</rd:TypeName>
308        </Field>
309        <Field Name="Symbol">
310          <DataField>Symbol</DataField>
311          <rd:TypeName>System.String</rd:TypeName>
312        </Field>
313        <Field Name="agencja">
314          <DataField>agencja</DataField>
315          <rd:TypeName>System.String</rd:TypeName>
316        </Field>
317      </Fields>
318      <Query>
319        <DataSourceName>BAZA_REKLAM</DataSourceName>
320        <CommandText>SELECT A.ID_AGENTA, A.Symbol, A2.Symbol agencja
321FROM AGENCI A left join Agencje A2
322on A.ID_AGENCJI = A2.ID_Agencji
323where  (A2.ID_Agencji in (@agencja))
324and a.aktywny=1
325union
326select NULL,'Wszyscy','costam'
327order by A.Symbol</CommandText>
328        <QueryParameters>
329          <QueryParameter Name="@agencja">
330            <Value>=Parameters!agencja.Value</Value>
331          </QueryParameter>
332        </QueryParameters>
333        <rd:UseGenericDesigner>true</rd:UseGenericDesigner>
334      </Query>
335    </DataSet>
336    <DataSet Name="ListaGrzebietow">
337      <Fields>
338        <Field Name="ID">
339          <DataField>ID</DataField>
340          <rd:TypeName>System.Int32</rd:TypeName>
341        </Field>
342        <Field Name="Nazwa">
343          <DataField>Nazwa</DataField>
344          <rd:TypeName>System.String</rd:TypeName>
345        </Field>
346      </Fields>
347      <Query>
348        <DataSourceName>BAZA_REKLAM</DataSourceName>
349        <CommandText>SELECT        ID, Nazwa
350FROM            GRZBIETY
351WHERE Active=1 AND TytulId=@tytul
352ORDER BY Nazwa</CommandText>
353        <QueryParameters>
354          <QueryParameter Name="@tytul">
355            <Value>=Parameters!tytul.Value</Value>
356          </QueryParameter>
357        </QueryParameters>
358        <rd:UseGenericDesigner>true</rd:UseGenericDesigner>
359      </Query>
360    </DataSet>
361    <DataSet Name="ListaDzialow">
362      <Fields>
363        <Field Name="Id">
364          <DataField>Id</DataField>
365          <rd:TypeName>System.Int32</rd:TypeName>
366        </Field>
367        <Field Name="Name">
368          <DataField>Name</DataField>
369          <rd:TypeName>System.String</rd:TypeName>
370        </Field>
371      </Fields>
372      <Query>
373        <DataSourceName>BAZA_REKLAM</DataSourceName>
374        <CommandText>DECLARE @Dzialy Table
375(
376   Id INT,
377   Name NVARCHAR(50)
378)
379
380INSERT INTO @Dzialy
381SELECT Id, Name FROM Dzial WHERE Active=1 AND TitleId=@tytul
382
383IF (SELECT COUNT(Id) FROM @Dzialy)&lt;1
384INSERT INTO @Dzialy
385SELECT 0, 'Wszystkie działy'
386
387SELECT * FROM @Dzialy</CommandText>
388        <QueryParameters>
389          <QueryParameter Name="@tytul">
390            <Value>=Parameters!tytul.Value</Value>
391          </QueryParameter>
392        </QueryParameters>
393        <rd:UseGenericDesigner>true</rd:UseGenericDesigner>
394      </Query>
395    </DataSet>
396  </DataSets>
397  <Code>Public Function GetMultiSelectLabels(P as Parameter) as String
398  Dim i As Integer
399  Dim s As String
400  s = p.Label(0)               
401  For i = 1 to Ubound(P.Value)
402    s = s + ", " + p.Label(i)
403  Next i
404  Return s
405End Function</Code>
406  <Width>23.61254cm</Width>
407  <Body>
408    <ColumnSpacing>1cm</ColumnSpacing>
409    <ReportItems>
410      <Textbox Name="textbox5">
411        <Top>1.05cm</Top>
412        <Width>2.55cm</Width>
413        <Style>
414          <FontSize>12pt</FontSize>
415          <FontWeight>700</FontWeight>
416          <Format>d</Format>
417          <TextAlign>Left</TextAlign>
418          <PaddingLeft>2pt</PaddingLeft>
419          <PaddingRight>2pt</PaddingRight>
420          <PaddingTop>2pt</PaddingTop>
421          <PaddingBottom>2pt</PaddingBottom>
422          <Language>pl-PL</Language>
423        </Style>
424        <ZIndex>4</ZIndex>
425        <CanGrow>true</CanGrow>
426        <Height>0.75cm</Height>
427        <Value>Grzbiet(y):</Value>
428      </Textbox>
429      <Textbox Name="textbox14">
430        <Top>1.05cm</Top>
431        <Width>16.35cm</Width>
432        <Style>
433          <FontSize>12pt</FontSize>
434          <Format>d</Format>
435          <TextAlign>Left</TextAlign>
436          <PaddingLeft>2pt</PaddingLeft>
437          <PaddingRight>2pt</PaddingRight>
438          <PaddingTop>2pt</PaddingTop>
439          <PaddingBottom>2pt</PaddingBottom>
440          <Language>pl-PL</Language>
441        </Style>
442        <ZIndex>3</ZIndex>
443        <CanGrow>true</CanGrow>
444        <Left>2.55cm</Left>
445        <Height>0.75cm</Height>
446        <Value>=Code.GetMultiSelectLabels(Parameters!grzbiet)</Value>
447      </Textbox>
448      <Textbox Name="textbox6">
449        <Top>0.25cm</Top>
450        <Width>3cm</Width>
451        <Style>
452          <FontSize>12pt</FontSize>
453          <FontWeight>700</FontWeight>
454          <Format>d</Format>
455          <TextAlign>Left</TextAlign>
456          <PaddingLeft>2pt</PaddingLeft>
457          <PaddingRight>2pt</PaddingRight>
458          <PaddingTop>2pt</PaddingTop>
459          <PaddingBottom>2pt</PaddingBottom>
460          <Language>pl-PL</Language>
461        </Style>
462        <ZIndex>2</ZIndex>
463        <CanGrow>true</CanGrow>
464        <Left>15.9cm</Left>
465        <Height>0.75cm</Height>
466        <Value>=Today</Value>
467      </Textbox>
468      <Textbox Name="textbox17">
469        <rd:DefaultName>textbox17</rd:DefaultName>
470        <Top>0.25cm</Top>
471        <Width>11.5cm</Width>
472        <Style>
473          <FontSize>14pt</FontSize>
474          <FontWeight>700</FontWeight>
475          <TextAlign>Left</TextAlign>
476          <PaddingLeft>2pt</PaddingLeft>
477          <PaddingRight>2pt</PaddingRight>
478          <PaddingTop>2pt</PaddingTop>
479          <PaddingBottom>2pt</PaddingBottom>
480          <Language>pl-PL</Language>
481        </Style>
482        <ZIndex>1</ZIndex>
483        <CanGrow>true</CanGrow>
484        <Height>0.75cm</Height>
485        <Value>="LISTA REKLAM DO WYDANIA NR: " &amp; Parameters!tytul.Label &amp; " " &amp; Parameters!nrwydania.Value</Value>
486      </Textbox>
487      <Table Name="table1">
488        <DataSetName>ListaReklam</DataSetName>
489        <Top>1.95cm</Top>
490        <Details>
491          <TableRows>
492            <TableRow>
493              <TableCells>
494                <TableCell>
495                  <ReportItems>
496                    <Textbox Name="agencja">
497                      <rd:DefaultName>agencja</rd:DefaultName>
498                      <Style>
499                        <BorderColor>
500                          <Default>LightGrey</Default>
501                        </BorderColor>
502                        <BorderStyle>
503                          <Default>Solid</Default>
504                        </BorderStyle>
505                        <BorderWidth>
506                          <Default>0.5pt</Default>
507                        </BorderWidth>
508                        <FontSize>7pt</FontSize>
509                        <VerticalAlign>Middle</VerticalAlign>
510                        <PaddingLeft>2pt</PaddingLeft>
511                        <PaddingRight>2pt</PaddingRight>
512                        <PaddingTop>2pt</PaddingTop>
513                        <PaddingBottom>2pt</PaddingBottom>
514                        <Language>pl-PL</Language>
515                      </Style>
516                      <ZIndex>12</ZIndex>
517                      <CanGrow>true</CanGrow>
518                      <Value>=Left(Fields!agencja.Value,10)</Value>
519                    </Textbox>
520                  </ReportItems>
521                </TableCell>
522                <TableCell>
523                  <ReportItems>
524                    <Textbox Name="ID_REKLAMY">
525                      <rd:DefaultName>ID_REKLAMY</rd:DefaultName>
526                      <Style>
527                        <BorderColor>
528                          <Default>LightGrey</Default>
529                        </BorderColor>
530                        <BorderStyle>
531                          <Default>Solid</Default>
532                        </BorderStyle>
533                        <BorderWidth>
534                          <Default>0.5pt</Default>
535                        </BorderWidth>
536                        <FontSize>7pt</FontSize>
537                        <FontWeight>700</FontWeight>
538                        <TextAlign>Left</TextAlign>
539                        <VerticalAlign>Middle</VerticalAlign>
540                        <PaddingLeft>2pt</PaddingLeft>
541                        <PaddingRight>2pt</PaddingRight>
542                        <PaddingTop>2pt</PaddingTop>
543                        <PaddingBottom>2pt</PaddingBottom>
544                        <Language>pl-PL</Language>
545                      </Style>
546                      <ZIndex>11</ZIndex>
547                      <CanGrow>true</CanGrow>
548                      <Value>=Fields!ID_REKLAMY.Value</Value>
549                    </Textbox>
550                  </ReportItems>
551                </TableCell>
552                <TableCell>
553                  <ReportItems>
554                    <Textbox Name="SZER">
555                      <rd:DefaultName>SZER</rd:DefaultName>
556                      <Style>
557                        <BorderColor>
558                          <Default>LightGrey</Default>
559                        </BorderColor>
560                        <BorderStyle>
561                          <Default>Solid</Default>
562                        </BorderStyle>
563                        <BorderWidth>
564                          <Default>0.5pt</Default>
565                        </BorderWidth>
566                        <FontSize>7pt</FontSize>
567                        <FontWeight>700</FontWeight>
568                        <TextAlign>Center</TextAlign>
569                        <VerticalAlign>Middle</VerticalAlign>
570                        <PaddingLeft>2pt</PaddingLeft>
571                        <PaddingRight>2pt</PaddingRight>
572                        <PaddingTop>2pt</PaddingTop>
573                        <PaddingBottom>2pt</PaddingBottom>
574                        <Language>pl-PL</Language>
575                      </Style>
576                      <ZIndex>10</ZIndex>
577                      <CanGrow>true</CanGrow>
578                      <Value>=Fields!SZER.Value</Value>
579                    </Textbox>
580                  </ReportItems>
581                </TableCell>
582                <TableCell>
583                  <ReportItems>
584                    <Textbox Name="WYS">
585                      <rd:DefaultName>WYS</rd:DefaultName>
586                      <Style>
587                        <BorderColor>
588                          <Default>LightGrey</Default>
589                        </BorderColor>
590                        <BorderStyle>
591                          <Default>Solid</Default>
592                        </BorderStyle>
593                        <BorderWidth>
594                          <Default>0.5pt</Default>
595                        </BorderWidth>
596                        <FontSize>7pt</FontSize>
597                        <FontWeight>700</FontWeight>
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>9</ZIndex>
607                      <CanGrow>true</CanGrow>
608                      <Value>=Fields!WYS.Value</Value>
609                    </Textbox>
610                  </ReportItems>
611                </TableCell>
612                <TableCell>
613                  <ReportItems>
614                    <Textbox Name="MOD_TYP">
615                      <rd:DefaultName>MOD_TYP</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>8</ZIndex>
636                      <CanGrow>true</CanGrow>
637                      <Value>=Fields!MOD_TYP.Value</Value>
638                    </Textbox>
639                  </ReportItems>
640                </TableCell>
641                <TableCell>
642                  <ReportItems>
643                    <Textbox Name="NICK_NAME">
644                      <rd:DefaultName>NICK_NAME</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                        <VerticalAlign>Middle</VerticalAlign>
657                        <PaddingLeft>2pt</PaddingLeft>
658                        <PaddingRight>2pt</PaddingRight>
659                        <PaddingTop>2pt</PaddingTop>
660                        <PaddingBottom>2pt</PaddingBottom>
661                        <Language>pl-PL</Language>
662                      </Style>
663                      <ZIndex>7</ZIndex>
664                      <CanGrow>true</CanGrow>
665                      <Value>=Left(Fields!NICK_NAME.Value,15)</Value>
666                    </Textbox>
667                  </ReportItems>
668                </TableCell>
669                <TableCell>
670                  <ReportItems>
671                    <Textbox Name="lokalizacja">
672                      <rd:DefaultName>lokalizacja</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                        <VerticalAlign>Middle</VerticalAlign>
685                        <PaddingLeft>2pt</PaddingLeft>
686                        <PaddingRight>2pt</PaddingRight>
687                        <PaddingTop>2pt</PaddingTop>
688                        <PaddingBottom>2pt</PaddingBottom>
689                        <Language>pl-PL</Language>
690                      </Style>
691                      <ZIndex>6</ZIndex>
692                      <CanGrow>true</CanGrow>
693                      <Value>=Fields!lokalizacja1.Value</Value>
694                    </Textbox>
695                  </ReportItems>
696                </TableCell>
697                <TableCell>
698                  <ReportItems>
699                    <Textbox Name="textbox29">
700                      <Style>
701                        <BorderColor>
702                          <Default>LightGrey</Default>
703                        </BorderColor>
704                        <BorderStyle>
705                          <Default>Solid</Default>
706                        </BorderStyle>
707                        <BorderWidth>
708                          <Default>0.5pt</Default>
709                        </BorderWidth>
710                        <FontSize>7pt</FontSize>
711                        <VerticalAlign>Middle</VerticalAlign>
712                        <PaddingLeft>2pt</PaddingLeft>
713                        <PaddingRight>2pt</PaddingRight>
714                        <PaddingTop>2pt</PaddingTop>
715                        <PaddingBottom>2pt</PaddingBottom>
716                        <Language>pl-PL</Language>
717                      </Style>
718                      <ZIndex>5</ZIndex>
719                      <CanGrow>true</CanGrow>
720                      <Value>=Fields!lokalizacja.Value</Value>
721                    </Textbox>
722                  </ReportItems>
723                </TableCell>
724                <TableCell>
725                  <ReportItems>
726                    <Textbox Name="RABAT">
727                      <rd:DefaultName>RABAT</rd:DefaultName>
728                      <Style>
729                        <BorderColor>
730                          <Default>LightGrey</Default>
731                        </BorderColor>
732                        <BorderStyle>
733                          <Default>Solid</Default>
734                        </BorderStyle>
735                        <BorderWidth>
736                          <Default>0.5pt</Default>
737                        </BorderWidth>
738                        <FontSize>7pt</FontSize>
739                        <Format>P</Format>
740                        <TextAlign>Center</TextAlign>
741                        <VerticalAlign>Middle</VerticalAlign>
742                        <PaddingLeft>2pt</PaddingLeft>
743                        <PaddingRight>2pt</PaddingRight>
744                        <PaddingTop>2pt</PaddingTop>
745                        <PaddingBottom>2pt</PaddingBottom>
746                        <Language>pl-PL</Language>
747                      </Style>
748                      <ZIndex>4</ZIndex>
749                      <CanGrow>true</CanGrow>
750                      <Value>=Fields!RABAT.Value</Value>
751                    </Textbox>
752                  </ReportItems>
753                </TableCell>
754                <TableCell>
755                  <ReportItems>
756                    <Textbox Name="textbox8">
757                      <rd:DefaultName>textbox8</rd:DefaultName>
758                      <Style>
759                        <BorderColor>
760                          <Default>LightGrey</Default>
761                        </BorderColor>
762                        <BorderStyle>
763                          <Default>Solid</Default>
764                        </BorderStyle>
765                        <BorderWidth>
766                          <Default>0.5pt</Default>
767                        </BorderWidth>
768                        <FontSize>7pt</FontSize>
769                        <Format>C</Format>
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</Language>
777                      </Style>
778                      <ZIndex>3</ZIndex>
779                      <CanGrow>true</CanGrow>
780                      <Value>=iif(Fields!KROTNOŚĆ.Value&lt;&gt;0,Fields!NETTO.Value/Fields!KROTNOŚĆ.Value,"NAN")</Value>
781                    </Textbox>
782                  </ReportItems>
783                </TableCell>
784                <TableCell>
785                  <ReportItems>
786                    <Textbox Name="textbox12">
787                      <rd:DefaultName>textbox12</rd:DefaultName>
788                      <Style>
789                        <BorderColor>
790                          <Default>LightGrey</Default>
791                        </BorderColor>
792                        <BorderStyle>
793                          <Default>Solid</Default>
794                        </BorderStyle>
795                        <BorderWidth>
796                          <Default>0.5pt</Default>
797                        </BorderWidth>
798                        <FontSize>7pt</FontSize>
799                        <Format>C</Format>
800                        <TextAlign>Center</TextAlign>
801                        <VerticalAlign>Middle</VerticalAlign>
802                        <PaddingLeft>2pt</PaddingLeft>
803                        <PaddingRight>2pt</PaddingRight>
804                        <PaddingTop>2pt</PaddingTop>
805                        <PaddingBottom>2pt</PaddingBottom>
806                        <Language>pl</Language>
807                      </Style>
808                      <ZIndex>2</ZIndex>
809                      <CanGrow>true</CanGrow>
810                      <Value>=Fields!nettoZEmisji.Value</Value>
811                    </Textbox>
812                  </ReportItems>
813                </TableCell>
814                <TableCell>
815                  <ReportItems>
816                    <Textbox Name="STRONA">
817                      <rd:DefaultName>STRONA</rd:DefaultName>
818                      <Style>
819                        <BorderColor>
820                          <Default>LightGrey</Default>
821                        </BorderColor>
822                        <BorderStyle>
823                          <Default>Solid</Default>
824                        </BorderStyle>
825                        <BorderWidth>
826                          <Default>0.5pt</Default>
827                        </BorderWidth>
828                        <FontSize>7pt</FontSize>
829                        <TextAlign>Center</TextAlign>
830                        <VerticalAlign>Middle</VerticalAlign>
831                        <PaddingLeft>2pt</PaddingLeft>
832                        <PaddingRight>2pt</PaddingRight>
833                        <PaddingTop>2pt</PaddingTop>
834                        <PaddingBottom>2pt</PaddingBottom>
835                        <Language>pl-PL</Language>
836                      </Style>
837                      <ZIndex>1</ZIndex>
838                      <CanGrow>true</CanGrow>
839                      <Value>=Fields!STRONA.Value</Value>
840                    </Textbox>
841                  </ReportItems>
842                </TableCell>
843                <TableCell>
844                  <ReportItems>
845                    <Textbox Name="ID_GRZBIETU">
846                      <rd:DefaultName>ID_GRZBIETU</rd:DefaultName>
847                      <Style>
848                        <BorderColor>
849                          <Default>LightGrey</Default>
850                        </BorderColor>
851                        <BorderStyle>
852                          <Default>Solid</Default>
853                        </BorderStyle>
854                        <BorderWidth>
855                          <Default>0.5pt</Default>
856                        </BorderWidth>
857                        <FontSize>7pt</FontSize>
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                        <Language>pl-PL</Language>
865                      </Style>
866                      <CanGrow>true</CanGrow>
867                      <Value>=Fields!nazwaGrzbietu.Value</Value>
868                    </Textbox>
869                  </ReportItems>
870                </TableCell>
871              </TableCells>
872              <Height>0.5cm</Height>
873            </TableRow>
874          </TableRows>
875          <Sorting>
876            <SortBy>
877              <SortExpression>=iif(Parameters!sortuj.Value=1,Fields!MOD_TYP.Value,Fields!ID_REKLAMY.Value)</SortExpression>
878              <Direction>Ascending</Direction>
879            </SortBy>
880          </Sorting>
881        </Details>
882        <Style>
883          <Language>pl-PL</Language>
884        </Style>
885        <Header>
886          <TableRows>
887            <TableRow>
888              <TableCells>
889                <TableCell>
890                  <ColSpan>6</ColSpan>
891                  <ReportItems>
892                    <Textbox Name="textbox37">
893                      <rd:DefaultName>textbox37</rd:DefaultName>
894                      <Style>
895                        <BackgroundColor>Gainsboro</BackgroundColor>
896                        <BorderColor>
897                          <Default>LightGrey</Default>
898                        </BorderColor>
899                        <BorderStyle>
900                          <Left>Solid</Left>
901                          <Right>None</Right>
902                          <Top>Solid</Top>
903                          <Bottom>Solid</Bottom>
904                        </BorderStyle>
905                        <BorderWidth>
906                          <Default>0.5pt</Default>
907                        </BorderWidth>
908                        <FontSize>7pt</FontSize>
909                        <FontWeight>700</FontWeight>
910                        <TextAlign>Center</TextAlign>
911                        <VerticalAlign>Middle</VerticalAlign>
912                        <PaddingLeft>2pt</PaddingLeft>
913                        <PaddingRight>2pt</PaddingRight>
914                        <PaddingTop>2pt</PaddingTop>
915                        <PaddingBottom>2pt</PaddingBottom>
916                        <Language>pl-PL</Language>
917                      </Style>
918                      <ZIndex>33</ZIndex>
919                      <CanGrow>true</CanGrow>
920                      <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>
921                    </Textbox>
922                  </ReportItems>
923                </TableCell>
924                <TableCell>
925                  <ReportItems>
926                    <Textbox Name="textbox31">
927                      <rd:DefaultName>textbox31</rd:DefaultName>
928                      <Style>
929                        <BackgroundColor>Gainsboro</BackgroundColor>
930                        <BorderColor>
931                          <Default>LightGrey</Default>
932                        </BorderColor>
933                        <BorderStyle>
934                          <Left>None</Left>
935                          <Right>Solid</Right>
936                          <Top>Solid</Top>
937                          <Bottom>Solid</Bottom>
938                        </BorderStyle>
939                        <BorderWidth>
940                          <Default>0.5pt</Default>
941                        </BorderWidth>
942                        <FontSize>7pt</FontSize>
943                        <FontWeight>700</FontWeight>
944                        <Format>C</Format>
945                        <TextAlign>Center</TextAlign>
946                        <VerticalAlign>Middle</VerticalAlign>
947                        <PaddingLeft>2pt</PaddingLeft>
948                        <PaddingRight>2pt</PaddingRight>
949                        <PaddingTop>2pt</PaddingTop>
950                        <PaddingBottom>2pt</PaddingBottom>
951                        <Language>pl</Language>
952                      </Style>
953                      <ZIndex>32</ZIndex>
954                      <CanGrow>true</CanGrow>
955                      <Value>=Sum(Fields!CENA_JEDN.Value) - Sum(Fields!RABAT_WARTOŚĆ.Value)</Value>
956                    </Textbox>
957                  </ReportItems>
958                </TableCell>
959                <TableCell>
960                  <ReportItems>
961                    <Textbox Name="textbox26">
962                      <rd:DefaultName>textbox26</rd:DefaultName>
963                      <Style>
964                        <BackgroundColor>Gainsboro</BackgroundColor>
965                        <BorderColor>
966                          <Default>LightGrey</Default>
967                        </BorderColor>
968                        <BorderStyle>
969                          <Left>None</Left>
970                          <Right>Solid</Right>
971                          <Top>Solid</Top>
972                          <Bottom>Solid</Bottom>
973                        </BorderStyle>
974                        <BorderWidth>
975                          <Default>0.5pt</Default>
976                        </BorderWidth>
977                        <FontSize>7pt</FontSize>
978                        <FontWeight>700</FontWeight>
979                        <Format>C</Format>
980                        <TextAlign>Center</TextAlign>
981                        <VerticalAlign>Middle</VerticalAlign>
982                        <PaddingLeft>2pt</PaddingLeft>
983                        <PaddingRight>2pt</PaddingRight>
984                        <PaddingTop>2pt</PaddingTop>
985                        <PaddingBottom>2pt</PaddingBottom>
986                      </Style>
987                      <ZIndex>31</ZIndex>
988                      <CanGrow>true</CanGrow>
989                      <Value />
990                    </Textbox>
991                  </ReportItems>
992                </TableCell>
993                <TableCell>
994                  <ReportItems>
995                    <Textbox Name="textbox16">
996                      <rd:DefaultName>textbox16</rd:DefaultName>
997                      <Style>
998                        <BackgroundColor>Gainsboro</BackgroundColor>
999                        <BorderColor>
1000                          <Default>LightGrey</Default>
1001                        </BorderColor>
1002                        <BorderStyle>
1003                          <Left>None</Left>
1004                          <Right>Solid</Right>
1005                          <Top>Solid</Top>
1006                          <Bottom>Solid</Bottom>
1007                        </BorderStyle>
1008                        <BorderWidth>
1009                          <Default>0.5pt</Default>
1010                        </BorderWidth>
1011                        <FontSize>7pt</FontSize>
1012                        <FontWeight>700</FontWeight>
1013                        <Format>C</Format>
1014                        <TextAlign>Center</TextAlign>
1015                        <VerticalAlign>Middle</VerticalAlign>
1016                        <PaddingLeft>2pt</PaddingLeft>
1017                        <PaddingRight>2pt</PaddingRight>
1018                        <PaddingTop>2pt</PaddingTop>
1019                        <PaddingBottom>2pt</PaddingBottom>
1020                      </Style>
1021                      <ZIndex>30</ZIndex>
1022                      <CanGrow>true</CanGrow>
1023                      <Value />
1024                    </Textbox>
1025                  </ReportItems>
1026                </TableCell>
1027                <TableCell>
1028                  <ReportItems>
1029                    <Textbox Name="textbox15">
1030                      <rd:DefaultName>textbox15</rd:DefaultName>
1031                      <Style>
1032                        <BackgroundColor>Gainsboro</BackgroundColor>
1033                        <BorderColor>
1034                          <Default>LightGrey</Default>
1035                        </BorderColor>
1036                        <BorderStyle>
1037                          <Left>None</Left>
1038                          <Right>Solid</Right>
1039                          <Top>Solid</Top>
1040                          <Bottom>Solid</Bottom>
1041                        </BorderStyle>
1042                        <BorderWidth>
1043                          <Default>0.5pt</Default>
1044                        </BorderWidth>
1045                        <FontSize>7pt</FontSize>
1046                        <FontWeight>700</FontWeight>
1047                        <Format>C</Format>
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</Language>
1055                      </Style>
1056                      <ZIndex>29</ZIndex>
1057                      <CanGrow>true</CanGrow>
1058                      <Value>=Sum(Fields!nettoZEmisji.Value)</Value>
1059                    </Textbox>
1060                  </ReportItems>
1061                </TableCell>
1062                <TableCell>
1063                  <ReportItems>
1064                    <Textbox Name="textbox20">
1065                      <rd:DefaultName>textbox20</rd:DefaultName>
1066                      <Style>
1067                        <BackgroundColor>Gainsboro</BackgroundColor>
1068                        <BorderColor>
1069                          <Default>LightGrey</Default>
1070                        </BorderColor>
1071                        <BorderStyle>
1072                          <Left>None</Left>
1073                          <Right>Solid</Right>
1074                          <Top>Solid</Top>
1075                          <Bottom>Solid</Bottom>
1076                        </BorderStyle>
1077                        <BorderWidth>
1078                          <Default>0.5pt</Default>
1079                        </BorderWidth>
1080                        <FontSize>7pt</FontSize>
1081                        <FontWeight>700</FontWeight>
1082                        <Format>C</Format>
1083                        <TextAlign>Center</TextAlign>
1084                        <VerticalAlign>Middle</VerticalAlign>
1085                        <PaddingLeft>2pt</PaddingLeft>
1086                        <PaddingRight>2pt</PaddingRight>
1087                        <PaddingTop>2pt</PaddingTop>
1088                        <PaddingBottom>2pt</PaddingBottom>
1089                      </Style>
1090                      <ZIndex>28</ZIndex>
1091                      <CanGrow>true</CanGrow>
1092                      <Value />
1093                    </Textbox>
1094                  </ReportItems>
1095                </TableCell>
1096                <TableCell>
1097                  <ReportItems>
1098                    <Textbox Name="textbox23">
1099                      <rd:DefaultName>textbox23</rd:DefaultName>
1100                      <Style>
1101                        <BackgroundColor>Gainsboro</BackgroundColor>
1102                        <BorderColor>
1103                          <Default>LightGrey</Default>
1104                        </BorderColor>
1105                        <BorderStyle>
1106                          <Left>None</Left>
1107                          <Right>Solid</Right>
1108                          <Top>Solid</Top>
1109                          <Bottom>Solid</Bottom>
1110                        </BorderStyle>
1111                        <BorderWidth>
1112                          <Default>0.5pt</Default>
1113                        </BorderWidth>
1114                        <FontSize>7pt</FontSize>
1115                        <FontWeight>700</FontWeight>
1116                        <Format>C</Format>
1117                        <TextAlign>Center</TextAlign>
1118                        <VerticalAlign>Middle</VerticalAlign>
1119                        <PaddingLeft>2pt</PaddingLeft>
1120                        <PaddingRight>2pt</PaddingRight>
1121                        <PaddingTop>2pt</PaddingTop>
1122                        <PaddingBottom>2pt</PaddingBottom>
1123                      </Style>
1124                      <ZIndex>27</ZIndex>
1125                      <CanGrow>true</CanGrow>
1126                      <Value />
1127                    </Textbox>
1128                  </ReportItems>
1129                </TableCell>
1130                <TableCell>
1131                  <ReportItems>
1132                    <Textbox Name="textbox24">
1133                      <rd:DefaultName>textbox24</rd:DefaultName>
1134                      <Style>
1135                        <BackgroundColor>Gainsboro</BackgroundColor>
1136                        <BorderColor>
1137                          <Default>LightGrey</Default>
1138                        </BorderColor>
1139                        <BorderStyle>
1140                          <Left>None</Left>
1141                          <Right>Solid</Right>
1142                          <Top>Solid</Top>
1143                          <Bottom>Solid</Bottom>
1144                        </BorderStyle>
1145                        <BorderWidth>
1146                          <Default>0.5pt</Default>
1147                        </BorderWidth>
1148                        <FontSize>7pt</FontSize>
1149                        <FontWeight>700</FontWeight>
1150                        <Format>C</Format>
1151                        <TextAlign>Center</TextAlign>
1152                        <VerticalAlign>Middle</VerticalAlign>
1153                        <PaddingLeft>2pt</PaddingLeft>
1154                        <PaddingRight>2pt</PaddingRight>
1155                        <PaddingTop>2pt</PaddingTop>
1156                        <PaddingBottom>2pt</PaddingBottom>
1157                      </Style>
1158                      <ZIndex>26</ZIndex>
1159                      <CanGrow>true</CanGrow>
1160                      <Value />
1161                    </Textbox>
1162                  </ReportItems>
1163                </TableCell>
1164              </TableCells>
1165              <Height>0.63492cm</Height>
1166            </TableRow>
1167            <TableRow>
1168              <TableCells>
1169                <TableCell>
1170                  <ReportItems>
1171                    <Textbox Name="textbox1">
1172                      <rd:DefaultName>textbox1</rd:DefaultName>
1173                      <Style>
1174                        <BackgroundColor>WhiteSmoke</BackgroundColor>
1175                        <BorderColor>
1176                          <Default>LightGrey</Default>
1177                        </BorderColor>
1178                        <BorderStyle>
1179                          <Default>Solid</Default>
1180                        </BorderStyle>
1181                        <BorderWidth>
1182                          <Default>0.5pt</Default>
1183                        </BorderWidth>
1184                        <FontSize>7pt</FontSize>
1185                        <FontWeight>700</FontWeight>
1186                        <TextAlign>Center</TextAlign>
1187                        <VerticalAlign>Middle</VerticalAlign>
1188                        <PaddingLeft>2pt</PaddingLeft>
1189                        <PaddingRight>2pt</PaddingRight>
1190                        <PaddingTop>2pt</PaddingTop>
1191                        <PaddingBottom>2pt</PaddingBottom>
1192                        <Language>pl-PL</Language>
1193                      </Style>
1194                      <ZIndex>25</ZIndex>
1195                      <CanGrow>true</CanGrow>
1196                      <Value>Agencja</Value>
1197                    </Textbox>
1198                  </ReportItems>
1199                </TableCell>
1200                <TableCell>
1201                  <ReportItems>
1202                    <Textbox Name="textbox25">
1203                      <rd:DefaultName>textbox25</rd:DefaultName>
1204                      <Style>
1205                        <BackgroundColor>WhiteSmoke</BackgroundColor>
1206                        <BorderColor>
1207                          <Default>LightGrey</Default>
1208                        </BorderColor>
1209                        <BorderStyle>
1210                          <Default>Solid</Default>
1211                        </BorderStyle>
1212                        <BorderWidth>
1213                          <Default>0.5pt</Default>
1214                        </BorderWidth>
1215                        <FontSize>7pt</FontSize>
1216                        <FontWeight>700</FontWeight>
1217                        <TextAlign>Center</TextAlign>
1218                        <VerticalAlign>Middle</VerticalAlign>
1219                        <PaddingLeft>2pt</PaddingLeft>
1220                        <PaddingRight>2pt</PaddingRight>
1221                        <PaddingTop>2pt</PaddingTop>
1222                        <PaddingBottom>2pt</PaddingBottom>
1223                        <Language>pl-PL</Language>
1224                      </Style>
1225                      <ZIndex>24</ZIndex>
1226                      <CanGrow>true</CanGrow>
1227                      <Value>Symbol </Value>
1228                    </Textbox>
1229                  </ReportItems>
1230                </TableCell>
1231                <TableCell>
1232                  <ReportItems>
1233                    <Textbox Name="textbox22">
1234                      <rd:DefaultName>textbox22</rd:DefaultName>
1235                      <Style>
1236                        <BackgroundColor>WhiteSmoke</BackgroundColor>
1237                        <BorderColor>
1238                          <Default>LightGrey</Default>
1239                        </BorderColor>
1240                        <BorderStyle>
1241                          <Default>Solid</Default>
1242                        </BorderStyle>
1243                        <BorderWidth>
1244                          <Default>0.5pt</Default>
1245                        </BorderWidth>
1246                        <FontSize>7pt</FontSize>
1247                        <FontWeight>700</FontWeight>
1248                        <TextAlign>Center</TextAlign>
1249                        <VerticalAlign>Middle</VerticalAlign>
1250                        <PaddingLeft>2pt</PaddingLeft>
1251                        <PaddingRight>2pt</PaddingRight>
1252                        <PaddingTop>2pt</PaddingTop>
1253                        <PaddingBottom>2pt</PaddingBottom>
1254                        <Language>pl-PL</Language>
1255                      </Style>
1256                      <ZIndex>23</ZIndex>
1257                      <CanGrow>true</CanGrow>
1258                      <Value>S</Value>
1259                    </Textbox>
1260                  </ReportItems>
1261                </TableCell>
1262                <TableCell>
1263                  <ReportItems>
1264                    <Textbox Name="textbox19">
1265                      <rd:DefaultName>textbox19</rd:DefaultName>
1266                      <Style>
1267                        <BackgroundColor>WhiteSmoke</BackgroundColor>
1268                        <BorderColor>
1269                          <Default>LightGrey</Default>
1270                        </BorderColor>
1271                        <BorderStyle>
1272                          <Default>Solid</Default>
1273                        </BorderStyle>
1274                        <BorderWidth>
1275                          <Default>0.5pt</Default>
1276                        </BorderWidth>
1277                        <FontSize>7pt</FontSize>
1278                        <FontWeight>700</FontWeight>
1279                        <TextAlign>Center</TextAlign>
1280                        <VerticalAlign>Middle</VerticalAlign>
1281                        <PaddingLeft>2pt</PaddingLeft>
1282                        <PaddingRight>2pt</PaddingRight>
1283                        <PaddingTop>2pt</PaddingTop>
1284                        <PaddingBottom>2pt</PaddingBottom>
1285                        <Language>pl-PL</Language>
1286                      </Style>
1287                      <ZIndex>22</ZIndex>
1288                      <CanGrow>true</CanGrow>
1289                      <Value>W</Value>
1290                    </Textbox>
1291                  </ReportItems>
1292                </TableCell>
1293                <TableCell>
1294                  <ReportItems>
1295                    <Textbox Name="textbox2">
1296                      <rd:DefaultName>textbox2</rd:DefaultName>
1297                      <Style>
1298                        <BackgroundColor>WhiteSmoke</BackgroundColor>
1299                        <BorderColor>
1300                          <Default>LightGrey</Default>
1301                        </BorderColor>
1302                        <BorderStyle>
1303                          <Default>Solid</Default>
1304                        </BorderStyle>
1305                        <BorderWidth>
1306                          <Default>0.5pt</Default>
1307                        </BorderWidth>
1308                        <FontSize>7pt</FontSize>
1309                        <FontWeight>700</FontWeight>
1310                        <TextAlign>Center</TextAlign>
1311                        <VerticalAlign>Middle</VerticalAlign>
1312                        <PaddingLeft>2pt</PaddingLeft>
1313                        <PaddingRight>2pt</PaddingRight>
1314                        <PaddingTop>2pt</PaddingTop>
1315                        <PaddingBottom>2pt</PaddingBottom>
1316                        <Language>pl-PL</Language>
1317                      </Style>
1318                      <ZIndex>21</ZIndex>
1319                      <CanGrow>true</CanGrow>
1320                      <Value>Moduł</Value>
1321                    </Textbox>
1322                  </ReportItems>
1323                </TableCell>
1324                <TableCell>
1325                  <ReportItems>
1326                    <Textbox Name="textbox13">
1327                      <rd:DefaultName>textbox13</rd:DefaultName>
1328                      <Style>
1329                        <BackgroundColor>WhiteSmoke</BackgroundColor>
1330                        <BorderColor>
1331                          <Default>LightGrey</Default>
1332                        </BorderColor>
1333                        <BorderStyle>
1334                          <Default>Solid</Default>
1335                        </BorderStyle>
1336                        <BorderWidth>
1337                          <Default>0.5pt</Default>
1338                        </BorderWidth>
1339                        <FontSize>7pt</FontSize>
1340                        <FontWeight>700</FontWeight>
1341                        <TextAlign>Center</TextAlign>
1342                        <VerticalAlign>Middle</VerticalAlign>
1343                        <PaddingLeft>2pt</PaddingLeft>
1344                        <PaddingRight>2pt</PaddingRight>
1345                        <PaddingTop>2pt</PaddingTop>
1346                        <PaddingBottom>2pt</PaddingBottom>
1347                        <Language>pl-PL</Language>
1348                      </Style>
1349                      <ZIndex>20</ZIndex>
1350                      <CanGrow>true</CanGrow>
1351                      <Value>Klient</Value>
1352                    </Textbox>
1353                  </ReportItems>
1354                </TableCell>
1355                <TableCell>
1356                  <ReportItems>
1357                    <Textbox Name="textbox10">
1358                      <rd:DefaultName>textbox10</rd:DefaultName>
1359                      <Style>
1360                        <BackgroundColor>WhiteSmoke</BackgroundColor>
1361                        <BorderColor>
1362                          <Default>LightGrey</Default>
1363                        </BorderColor>
1364                        <BorderStyle>
1365                          <Default>Solid</Default>
1366                        </BorderStyle>
1367                        <BorderWidth>
1368                          <Default>0.5pt</Default>
1369                        </BorderWidth>
1370                        <FontSize>7pt</FontSize>
1371                        <FontWeight>700</FontWeight>
1372                        <TextAlign>Center</TextAlign>
1373                        <VerticalAlign>Middle</VerticalAlign>
1374                        <PaddingLeft>2pt</PaddingLeft>
1375                        <PaddingRight>2pt</PaddingRight>
1376                        <PaddingTop>2pt</PaddingTop>
1377                        <PaddingBottom>2pt</PaddingBottom>
1378                        <Language>pl-PL</Language>
1379                      </Style>
1380                      <ZIndex>19</ZIndex>
1381                      <CanGrow>true</CanGrow>
1382                      <Value>Lokalizacja</Value>
1383                    </Textbox>
1384                  </ReportItems>
1385                </TableCell>
1386                <TableCell>
1387                  <ReportItems>
1388                    <Textbox Name="textbox27">
1389                      <rd:DefaultName>textbox27</rd:DefaultName>
1390                      <Style>
1391                        <BackgroundColor>WhiteSmoke</BackgroundColor>
1392                        <BorderColor>
1393                          <Default>LightGrey</Default>
1394                        </BorderColor>
1395                        <BorderStyle>
1396                          <Default>Solid</Default>
1397                        </BorderStyle>
1398                        <BorderWidth>
1399                          <Default>0.5pt</Default>
1400                        </BorderWidth>
1401                        <FontSize>7pt</FontSize>
1402                        <FontWeight>700</FontWeight>
1403                        <TextAlign>Center</TextAlign>
1404                        <VerticalAlign>Middle</VerticalAlign>
1405                        <PaddingLeft>2pt</PaddingLeft>
1406                        <PaddingRight>2pt</PaddingRight>
1407                        <PaddingTop>2pt</PaddingTop>
1408                        <PaddingBottom>2pt</PaddingBottom>
1409                      </Style>
1410                      <ZIndex>18</ZIndex>
1411                      <CanGrow>true</CanGrow>
1412                      <Value>Uwagi</Value>
1413                    </Textbox>
1414                  </ReportItems>
1415                </TableCell>
1416                <TableCell>
1417                  <ReportItems>
1418                    <Textbox Name="textbox3">
1419                      <rd:DefaultName>textbox3</rd:DefaultName>
1420                      <Style>
1421                        <BackgroundColor>WhiteSmoke</BackgroundColor>
1422                        <BorderColor>
1423                          <Default>LightGrey</Default>
1424                        </BorderColor>
1425                        <BorderStyle>
1426                          <Default>Solid</Default>
1427                        </BorderStyle>
1428                        <BorderWidth>
1429                          <Default>0.5pt</Default>
1430                        </BorderWidth>
1431                        <FontSize>7pt</FontSize>
1432                        <FontWeight>700</FontWeight>
1433                        <TextAlign>Center</TextAlign>
1434                        <VerticalAlign>Middle</VerticalAlign>
1435                        <PaddingLeft>2pt</PaddingLeft>
1436                        <PaddingRight>2pt</PaddingRight>
1437                        <PaddingTop>2pt</PaddingTop>
1438                        <PaddingBottom>2pt</PaddingBottom>
1439                        <Language>pl-PL</Language>
1440                      </Style>
1441                      <ZIndex>17</ZIndex>
1442                      <CanGrow>true</CanGrow>
1443                      <Value>Rabat</Value>
1444                    </Textbox>
1445                  </ReportItems>
1446                </TableCell>
1447                <TableCell>
1448                  <ReportItems>
1449                    <Textbox Name="textbox7">
1450                      <rd:DefaultName>textbox7</rd:DefaultName>
1451                      <Style>
1452                        <BackgroundColor>WhiteSmoke</BackgroundColor>
1453                        <BorderColor>
1454                          <Default>LightGrey</Default>
1455                        </BorderColor>
1456                        <BorderStyle>
1457                          <Default>Solid</Default>
1458                        </BorderStyle>
1459                        <BorderWidth>
1460                          <Default>0.5pt</Default>
1461                        </BorderWidth>
1462                        <FontSize>7pt</FontSize>
1463                        <FontWeight>700</FontWeight>
1464                        <TextAlign>Center</TextAlign>
1465                        <VerticalAlign>Middle</VerticalAlign>
1466                        <PaddingLeft>2pt</PaddingLeft>
1467                        <PaddingRight>2pt</PaddingRight>
1468                        <PaddingTop>2pt</PaddingTop>
1469                        <PaddingBottom>2pt</PaddingBottom>
1470                      </Style>
1471                      <ZIndex>16</ZIndex>
1472                      <CanGrow>true</CanGrow>
1473                      <Value>CJ</Value>
1474                    </Textbox>
1475                  </ReportItems>
1476                </TableCell>
1477                <TableCell>
1478                  <ReportItems>
1479                    <Textbox Name="textbox9">
1480                      <rd:DefaultName>textbox9</rd:DefaultName>
1481                      <Style>
1482                        <BackgroundColor>WhiteSmoke</BackgroundColor>
1483                        <BorderColor>
1484                          <Default>LightGrey</Default>
1485                        </BorderColor>
1486                        <BorderStyle>
1487                          <Default>Solid</Default>
1488                        </BorderStyle>
1489                        <BorderWidth>
1490                          <Default>0.5pt</Default>
1491                        </BorderWidth>
1492                        <FontSize>7pt</FontSize>
1493                        <FontWeight>700</FontWeight>
1494                        <TextAlign>Center</TextAlign>
1495                        <VerticalAlign>Middle</VerticalAlign>
1496                        <PaddingLeft>2pt</PaddingLeft>
1497                        <PaddingRight>2pt</PaddingRight>
1498                        <PaddingTop>2pt</PaddingTop>
1499                        <PaddingBottom>2pt</PaddingBottom>
1500                      </Style>
1501                      <ZIndex>15</ZIndex>
1502                      <CanGrow>true</CanGrow>
1503                      <Value>Netto z emisji</Value>
1504                    </Textbox>
1505                  </ReportItems>
1506                </TableCell>
1507                <TableCell>
1508                  <ReportItems>
1509                    <Textbox Name="textbox4">
1510                      <rd:DefaultName>textbox4</rd:DefaultName>
1511                      <Style>
1512                        <BackgroundColor>WhiteSmoke</BackgroundColor>
1513                        <BorderColor>
1514                          <Default>LightGrey</Default>
1515                        </BorderColor>
1516                        <BorderStyle>
1517                          <Default>Solid</Default>
1518                        </BorderStyle>
1519                        <BorderWidth>
1520                          <Default>0.5pt</Default>
1521                        </BorderWidth>
1522                        <FontSize>7pt</FontSize>
1523                        <FontWeight>700</FontWeight>
1524                        <TextAlign>Center</TextAlign>
1525                        <VerticalAlign>Middle</VerticalAlign>
1526                        <PaddingLeft>2pt</PaddingLeft>
1527                        <PaddingRight>2pt</PaddingRight>
1528                        <PaddingTop>2pt</PaddingTop>
1529                        <PaddingBottom>2pt</PaddingBottom>
1530                        <Language>pl-PL</Language>
1531                      </Style>
1532                      <ZIndex>14</ZIndex>
1533                      <CanGrow>true</CanGrow>
1534                      <Value>Str</Value>
1535                    </Textbox>
1536                  </ReportItems>
1537                </TableCell>
1538                <TableCell>
1539                  <ReportItems>
1540                    <Textbox Name="textbox11">
1541                      <rd:DefaultName>textbox11</rd:DefaultName>
1542                      <Style>
1543                        <BackgroundColor>WhiteSmoke</BackgroundColor>
1544                        <BorderColor>
1545                          <Default>LightGrey</Default>
1546                        </BorderColor>
1547                        <BorderStyle>
1548                          <Default>Solid</Default>
1549                        </BorderStyle>
1550                        <BorderWidth>
1551                          <Default>0.5pt</Default>
1552                        </BorderWidth>
1553                        <FontSize>7pt</FontSize>
1554                        <FontWeight>700</FontWeight>
1555                        <TextAlign>Center</TextAlign>
1556                        <VerticalAlign>Middle</VerticalAlign>
1557                        <PaddingLeft>2pt</PaddingLeft>
1558                        <PaddingRight>2pt</PaddingRight>
1559                        <PaddingTop>2pt</PaddingTop>
1560                        <PaddingBottom>2pt</PaddingBottom>
1561                        <Language>pl-PL</Language>
1562                      </Style>
1563                      <ZIndex>13</ZIndex>
1564                      <CanGrow>true</CanGrow>
1565                      <Value>Grzbiet</Value>
1566                    </Textbox>
1567                  </ReportItems>
1568                </TableCell>
1569              </TableCells>
1570              <Height>0.5cm</Height>
1571            </TableRow>
1572          </TableRows>
1573        </Header>
1574        <TableColumns>
1575          <TableColumn>
1576            <Width>1.63783cm</Width>
1577          </TableColumn>
1578          <TableColumn>
1579            <Width>2.1cm</Width>
1580          </TableColumn>
1581          <TableColumn>
1582            <Width>0.6066cm</Width>
1583          </TableColumn>
1584          <TableColumn>
1585            <Width>0.6066cm</Width>
1586          </TableColumn>
1587          <TableColumn>
1588            <Width>1.51651cm</Width>
1589          </TableColumn>
1590          <TableColumn>
1591            <Width>2.85cm</Width>
1592          </TableColumn>
1593          <TableColumn>
1594            <Width>2.55cm</Width>
1595          </TableColumn>
1596          <TableColumn>
1597            <Width>3.63962cm</Width>
1598          </TableColumn>
1599          <TableColumn>
1600            <Width>1.45585cm</Width>
1601          </TableColumn>
1602          <TableColumn>
1603            <Width>1.81981cm</Width>
1604          </TableColumn>
1605          <TableColumn>
1606            <Width>1.81981cm</Width>
1607          </TableColumn>
1608          <TableColumn>
1609            <Width>0.90991cm</Width>
1610          </TableColumn>
1611          <TableColumn>
1612            <Width>2.1cm</Width>
1613          </TableColumn>
1614        </TableColumns>
1615      </Table>
1616    </ReportItems>
1617    <Height>3.58492cm</Height>
1618  </Body>
1619  <Language>pl-PL</Language>
1620  <TopMargin>1cm</TopMargin>
1621  <PageHeight>21cm</PageHeight>
1622</Report>
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.