root/trunk/RaportySQL/adMotoRaportProwizja.rdl @ 355

Wersja 355, 41.7 KB (wprowadzona przez marek, 17 years temu)

re #92

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>ed9250ac-1e80-4e2c-96f3-1503c15302b9</rd:DataSourceID>
6      <DataSourceReference>BAZA_REKLAM</DataSourceReference>
7    </DataSource>
8  </DataSources>
9  <InteractiveHeight>29.7cm</InteractiveHeight>
10  <ReportParameters>
11    <ReportParameter Name="rok">
12      <DataType>Integer</DataType>
13      <DefaultValue>
14        <Values>
15          <Value>=Year(Today)</Value>
16        </Values>
17      </DefaultValue>
18      <Prompt>Rok:</Prompt>
19      <ValidValues>
20        <DataSetReference>
21          <DataSetName>ListaLat</DataSetName>
22          <ValueField>rok</ValueField>
23          <LabelField>rok</LabelField>
24        </DataSetReference>
25      </ValidValues>
26    </ReportParameter>
27    <ReportParameter Name="miesiac">
28      <DataType>Integer</DataType>
29      <DefaultValue>
30        <Values>
31          <Value>=Month(Today)</Value>
32        </Values>
33      </DefaultValue>
34      <Prompt>Miesiąc:</Prompt>
35      <ValidValues>
36        <ParameterValues>
37          <ParameterValue>
38            <Value>1</Value>
39          </ParameterValue>
40          <ParameterValue>
41            <Value>2</Value>
42          </ParameterValue>
43          <ParameterValue>
44            <Value>3</Value>
45          </ParameterValue>
46          <ParameterValue>
47            <Value>4</Value>
48          </ParameterValue>
49          <ParameterValue>
50            <Value>5</Value>
51          </ParameterValue>
52          <ParameterValue>
53            <Value>6</Value>
54          </ParameterValue>
55          <ParameterValue>
56            <Value>7</Value>
57          </ParameterValue>
58          <ParameterValue>
59            <Value>8</Value>
60          </ParameterValue>
61          <ParameterValue>
62            <Value>9</Value>
63          </ParameterValue>
64          <ParameterValue>
65            <Value>10</Value>
66          </ParameterValue>
67          <ParameterValue>
68            <Value>11</Value>
69          </ParameterValue>
70          <ParameterValue>
71            <Value>12</Value>
72          </ParameterValue>
73        </ParameterValues>
74      </ValidValues>
75    </ReportParameter>
76    <ReportParameter Name="tytul">
77      <DataType>String</DataType>
78      <DefaultValue>
79        <Values>
80          <Value>adMot</Value>
81        </Values>
82      </DefaultValue>
83      <Prompt>tytul</Prompt>
84      <Hidden>true</Hidden>
85    </ReportParameter>
86    <ReportParameter Name="prowizjaPoz">
87      <DataType>Float</DataType>
88      <DefaultValue>
89        <Values>
90          <Value>=0.3733</Value>
91        </Values>
92      </DefaultValue>
93      <Prompt>Prowizja Poznań:</Prompt>
94    </ReportParameter>
95    <ReportParameter Name="prowizjaKat">
96      <DataType>Float</DataType>
97      <DefaultValue>
98        <Values>
99          <Value>=0.50</Value>
100        </Values>
101      </DefaultValue>
102      <Prompt>Prowizja Katowice</Prompt>
103    </ReportParameter>
104  </ReportParameters>
105  <rd:DrawGrid>true</rd:DrawGrid>
106  <InteractiveWidth>21cm</InteractiveWidth>
107  <rd:GridSpacing>0.25cm</rd:GridSpacing>
108  <rd:SnapToGrid>true</rd:SnapToGrid>
109  <RightMargin>2.5cm</RightMargin>
110  <LeftMargin>2.5cm</LeftMargin>
111  <BottomMargin>2.5cm</BottomMargin>
112  <rd:ReportID>dd7314e5-c4d3-4536-8315-ba2a6dac5b4c</rd:ReportID>
113  <PageWidth>21cm</PageWidth>
114  <DataSets>
115    <DataSet Name="SprzedazWplywy">
116      <Fields>
117        <Field Name="IdFaktury">
118          <DataField>IdFaktury</DataField>
119          <rd:TypeName>System.Int32</rd:TypeName>
120        </Field>
121        <Field Name="NumerFaktury">
122          <DataField>NumerFaktury</DataField>
123          <rd:TypeName>System.Int32</rd:TypeName>
124        </Field>
125        <Field Name="Agent">
126          <DataField>Agent</DataField>
127          <rd:TypeName>System.String</rd:TypeName>
128        </Field>
129        <Field Name="SymbolFaktury">
130          <DataField>SymbolFaktury</DataField>
131          <rd:TypeName>System.String</rd:TypeName>
132        </Field>
133        <Field Name="DataWplaty">
134          <DataField>DataWplaty</DataField>
135          <rd:TypeName>System.DateTime</rd:TypeName>
136        </Field>
137        <Field Name="Netto">
138          <DataField>Netto</DataField>
139          <rd:TypeName>System.Decimal</rd:TypeName>
140        </Field>
141        <Field Name="DataFaktury">
142          <DataField>DataFaktury</DataField>
143          <rd:TypeName>System.DateTime</rd:TypeName>
144        </Field>
145        <Field Name="Prowizja">
146          <DataField>Prowizja</DataField>
147          <rd:TypeName>System.Decimal</rd:TypeName>
148        </Field>
149        <Field Name="Agencja">
150          <DataField>Agencja</DataField>
151          <rd:TypeName>System.String</rd:TypeName>
152        </Field>
153      </Fields>
154      <Query>
155        <DataSourceName>BAZA_REKLAM</DataSourceName>
156        <CommandType>StoredProcedure</CommandType>
157        <CommandText>sp_adMotoRaportProwizja</CommandText>
158        <QueryParameters>
159          <QueryParameter Name="@rok">
160            <Value>=Parameters!rok.Value</Value>
161          </QueryParameter>
162          <QueryParameter Name="@miesiac">
163            <Value>=Parameters!miesiac.Value</Value>
164          </QueryParameter>
165          <QueryParameter Name="@tytul">
166            <Value>=Parameters!tytul.Value</Value>
167          </QueryParameter>
168          <QueryParameter Name="@prowizjaPoz">
169            <Value>=Parameters!prowizjaPoz.Value</Value>
170          </QueryParameter>
171          <QueryParameter Name="@prowizjaKat">
172            <Value>=Parameters!prowizjaKat.Value</Value>
173          </QueryParameter>
174        </QueryParameters>
175      </Query>
176    </DataSet>
177    <DataSet Name="ListaLat">
178      <Fields>
179        <Field Name="rok">
180          <DataField>rok</DataField>
181          <rd:TypeName>System.Int32</rd:TypeName>
182        </Field>
183      </Fields>
184      <Query>
185        <DataSourceName>BAZA_REKLAM</DataSourceName>
186        <CommandText>SELECT DISTINCT YEAR(DATA_W) AS rok
187FROM dbo.NR
188WHERE DATA_W IS NOT NULL
189AND YEAR(DATA_W)&gt;2007
190ORDER BY YEAR(DATA_W) DESC</CommandText>
191        <rd:UseGenericDesigner>true</rd:UseGenericDesigner>
192      </Query>
193    </DataSet>
194  </DataSets>
195  <Width>21cm</Width>
196  <Body>
197    <ColumnSpacing>1cm</ColumnSpacing>
198    <ReportItems>
199      <Textbox Name="textbox19">
200        <rd:DefaultName>textbox19</rd:DefaultName>
201        <Top>0.5cm</Top>
202        <Width>18cm</Width>
203        <Style>
204          <FontWeight>700</FontWeight>
205          <TextAlign>Center</TextAlign>
206          <PaddingLeft>2pt</PaddingLeft>
207          <PaddingRight>2pt</PaddingRight>
208          <PaddingTop>2pt</PaddingTop>
209          <PaddingBottom>2pt</PaddingBottom>
210        </Style>
211        <ZIndex>1</ZIndex>
212        <CanGrow>true</CanGrow>
213        <Left>0.5cm</Left>
214        <Height>0.7cm</Height>
215        <Value>="Rozliczenie reklamy za " + CStr(Parameters!rok.Value) + ", " + CStr(Parameters!miesiac.Value)</Value>
216      </Textbox>
217      <Table Name="table1">
218        <DataSetName>SprzedazWplywy</DataSetName>
219        <Top>1.5cm</Top>
220        <Width>18cm</Width>
221        <Details>
222          <TableRows>
223            <TableRow>
224              <TableCells>
225                <TableCell>
226                  <ReportItems>
227                    <Textbox Name="textbox4">
228                      <rd:DefaultName>textbox4</rd:DefaultName>
229                      <Style>
230                        <BorderStyle>
231                          <Default>Solid</Default>
232                        </BorderStyle>
233                        <BorderWidth>
234                          <Default>0.5pt</Default>
235                        </BorderWidth>
236                        <FontSize>8pt</FontSize>
237                        <TextAlign>Center</TextAlign>
238                        <PaddingLeft>2pt</PaddingLeft>
239                        <PaddingRight>2pt</PaddingRight>
240                        <PaddingTop>2pt</PaddingTop>
241                        <PaddingBottom>2pt</PaddingBottom>
242                      </Style>
243                      <ZIndex>5</ZIndex>
244                      <CanGrow>true</CanGrow>
245                      <Value>=Fields!Agent.Value</Value>
246                    </Textbox>
247                  </ReportItems>
248                </TableCell>
249                <TableCell>
250                  <ReportItems>
251                    <Textbox Name="textbox5">
252                      <rd:DefaultName>textbox5</rd:DefaultName>
253                      <Style>
254                        <BorderStyle>
255                          <Default>Solid</Default>
256                        </BorderStyle>
257                        <BorderWidth>
258                          <Default>0.5pt</Default>
259                        </BorderWidth>
260                        <FontSize>8pt</FontSize>
261                        <TextAlign>Center</TextAlign>
262                        <PaddingLeft>2pt</PaddingLeft>
263                        <PaddingRight>2pt</PaddingRight>
264                        <PaddingTop>2pt</PaddingTop>
265                        <PaddingBottom>2pt</PaddingBottom>
266                      </Style>
267                      <ZIndex>4</ZIndex>
268                      <CanGrow>true</CanGrow>
269                      <Value>=Fields!SymbolFaktury.Value</Value>
270                    </Textbox>
271                  </ReportItems>
272                </TableCell>
273                <TableCell>
274                  <ReportItems>
275                    <Textbox Name="textbox6">
276                      <rd:DefaultName>textbox6</rd:DefaultName>
277                      <Style>
278                        <BorderStyle>
279                          <Default>Solid</Default>
280                        </BorderStyle>
281                        <BorderWidth>
282                          <Default>0.5pt</Default>
283                        </BorderWidth>
284                        <FontSize>8pt</FontSize>
285                        <Format>yyyy-MM-dd</Format>
286                        <TextAlign>Center</TextAlign>
287                        <PaddingLeft>2pt</PaddingLeft>
288                        <PaddingRight>2pt</PaddingRight>
289                        <PaddingTop>2pt</PaddingTop>
290                        <PaddingBottom>2pt</PaddingBottom>
291                      </Style>
292                      <ZIndex>3</ZIndex>
293                      <CanGrow>true</CanGrow>
294                      <Value>=Fields!DataWplaty.Value</Value>
295                    </Textbox>
296                  </ReportItems>
297                </TableCell>
298                <TableCell>
299                  <ReportItems>
300                    <Textbox Name="textbox11">
301                      <rd:DefaultName>textbox11</rd:DefaultName>
302                      <Style>
303                        <BorderStyle>
304                          <Default>Solid</Default>
305                        </BorderStyle>
306                        <BorderWidth>
307                          <Default>0.5pt</Default>
308                        </BorderWidth>
309                        <FontSize>8pt</FontSize>
310                        <Format>C</Format>
311                        <TextAlign>Center</TextAlign>
312                        <PaddingLeft>2pt</PaddingLeft>
313                        <PaddingRight>2pt</PaddingRight>
314                        <PaddingTop>2pt</PaddingTop>
315                        <PaddingBottom>2pt</PaddingBottom>
316                      </Style>
317                      <ZIndex>2</ZIndex>
318                      <CanGrow>true</CanGrow>
319                      <Value>=Fields!Netto.Value</Value>
320                    </Textbox>
321                  </ReportItems>
322                </TableCell>
323                <TableCell>
324                  <ReportItems>
325                    <Textbox Name="textbox17">
326                      <rd:DefaultName>textbox17</rd:DefaultName>
327                      <Style>
328                        <BorderStyle>
329                          <Default>Solid</Default>
330                        </BorderStyle>
331                        <BorderWidth>
332                          <Default>0.5pt</Default>
333                        </BorderWidth>
334                        <FontSize>8pt</FontSize>
335                        <Format>C</Format>
336                        <TextAlign>Center</TextAlign>
337                        <PaddingLeft>2pt</PaddingLeft>
338                        <PaddingRight>2pt</PaddingRight>
339                        <PaddingTop>2pt</PaddingTop>
340                        <PaddingBottom>2pt</PaddingBottom>
341                      </Style>
342                      <ZIndex>1</ZIndex>
343                      <CanGrow>true</CanGrow>
344                      <Value>=Fields!Prowizja.Value</Value>
345                    </Textbox>
346                  </ReportItems>
347                </TableCell>
348                <TableCell>
349                  <ReportItems>
350                    <Textbox Name="textbox14">
351                      <rd:DefaultName>textbox14</rd:DefaultName>
352                      <Style>
353                        <BorderStyle>
354                          <Default>Solid</Default>
355                        </BorderStyle>
356                        <BorderWidth>
357                          <Default>0.5pt</Default>
358                        </BorderWidth>
359                        <FontSize>8pt</FontSize>
360                        <TextAlign>Center</TextAlign>
361                        <PaddingLeft>2pt</PaddingLeft>
362                        <PaddingRight>2pt</PaddingRight>
363                        <PaddingTop>2pt</PaddingTop>
364                        <PaddingBottom>2pt</PaddingBottom>
365                      </Style>
366                      <CanGrow>true</CanGrow>
367                      <Value>=Fields!Agencja.Value</Value>
368                    </Textbox>
369                  </ReportItems>
370                </TableCell>
371              </TableCells>
372              <Height>0.7cm</Height>
373            </TableRow>
374          </TableRows>
375        </Details>
376        <Style>
377          <FontSize>8pt</FontSize>
378        </Style>
379        <Header>
380          <TableRows>
381            <TableRow>
382              <TableCells>
383                <TableCell>
384                  <ReportItems>
385                    <Textbox Name="textbox1">
386                      <rd:DefaultName>textbox1</rd:DefaultName>
387                      <Style>
388                        <BackgroundColor>WhiteSmoke</BackgroundColor>
389                        <BorderStyle>
390                          <Default>Solid</Default>
391                        </BorderStyle>
392                        <BorderWidth>
393                          <Default>0.5pt</Default>
394                        </BorderWidth>
395                        <FontSize>8pt</FontSize>
396                        <FontWeight>700</FontWeight>
397                        <TextAlign>Center</TextAlign>
398                        <PaddingLeft>2pt</PaddingLeft>
399                        <PaddingRight>2pt</PaddingRight>
400                        <PaddingTop>2pt</PaddingTop>
401                        <PaddingBottom>2pt</PaddingBottom>
402                      </Style>
403                      <ZIndex>35</ZIndex>
404                      <CanGrow>true</CanGrow>
405                      <Value>Akwizytor</Value>
406                    </Textbox>
407                  </ReportItems>
408                </TableCell>
409                <TableCell>
410                  <ReportItems>
411                    <Textbox Name="textbox2">
412                      <rd:DefaultName>textbox2</rd:DefaultName>
413                      <Style>
414                        <BackgroundColor>WhiteSmoke</BackgroundColor>
415                        <BorderStyle>
416                          <Default>Solid</Default>
417                        </BorderStyle>
418                        <BorderWidth>
419                          <Default>0.5pt</Default>
420                        </BorderWidth>
421                        <FontSize>8pt</FontSize>
422                        <FontWeight>700</FontWeight>
423                        <TextAlign>Center</TextAlign>
424                        <PaddingLeft>2pt</PaddingLeft>
425                        <PaddingRight>2pt</PaddingRight>
426                        <PaddingTop>2pt</PaddingTop>
427                        <PaddingBottom>2pt</PaddingBottom>
428                      </Style>
429                      <ZIndex>34</ZIndex>
430                      <CanGrow>true</CanGrow>
431                      <Value>Faktura</Value>
432                    </Textbox>
433                  </ReportItems>
434                </TableCell>
435                <TableCell>
436                  <ReportItems>
437                    <Textbox Name="textbox3">
438                      <rd:DefaultName>textbox3</rd:DefaultName>
439                      <Style>
440                        <BackgroundColor>WhiteSmoke</BackgroundColor>
441                        <BorderStyle>
442                          <Default>Solid</Default>
443                        </BorderStyle>
444                        <BorderWidth>
445                          <Default>0.5pt</Default>
446                        </BorderWidth>
447                        <FontSize>8pt</FontSize>
448                        <FontWeight>700</FontWeight>
449                        <TextAlign>Center</TextAlign>
450                        <PaddingLeft>2pt</PaddingLeft>
451                        <PaddingRight>2pt</PaddingRight>
452                        <PaddingTop>2pt</PaddingTop>
453                        <PaddingBottom>2pt</PaddingBottom>
454                      </Style>
455                      <ZIndex>33</ZIndex>
456                      <CanGrow>true</CanGrow>
457                      <Value>Data zapłaty</Value>
458                    </Textbox>
459                  </ReportItems>
460                </TableCell>
461                <TableCell>
462                  <ReportItems>
463                    <Textbox Name="textbox10">
464                      <rd:DefaultName>textbox10</rd:DefaultName>
465                      <Style>
466                        <BackgroundColor>WhiteSmoke</BackgroundColor>
467                        <BorderStyle>
468                          <Default>Solid</Default>
469                        </BorderStyle>
470                        <BorderWidth>
471                          <Default>0.5pt</Default>
472                        </BorderWidth>
473                        <FontSize>8pt</FontSize>
474                        <FontWeight>700</FontWeight>
475                        <TextAlign>Center</TextAlign>
476                        <PaddingLeft>2pt</PaddingLeft>
477                        <PaddingRight>2pt</PaddingRight>
478                        <PaddingTop>2pt</PaddingTop>
479                        <PaddingBottom>2pt</PaddingBottom>
480                      </Style>
481                      <ZIndex>32</ZIndex>
482                      <CanGrow>true</CanGrow>
483                      <Value>Netto</Value>
484                    </Textbox>
485                  </ReportItems>
486                </TableCell>
487                <TableCell>
488                  <ReportItems>
489                    <Textbox Name="textbox16">
490                      <rd:DefaultName>textbox16</rd:DefaultName>
491                      <Style>
492                        <BackgroundColor>WhiteSmoke</BackgroundColor>
493                        <BorderStyle>
494                          <Default>Solid</Default>
495                        </BorderStyle>
496                        <BorderWidth>
497                          <Default>0.5pt</Default>
498                        </BorderWidth>
499                        <FontSize>8pt</FontSize>
500                        <FontWeight>700</FontWeight>
501                        <TextAlign>Center</TextAlign>
502                        <PaddingLeft>2pt</PaddingLeft>
503                        <PaddingRight>2pt</PaddingRight>
504                        <PaddingTop>2pt</PaddingTop>
505                        <PaddingBottom>2pt</PaddingBottom>
506                      </Style>
507                      <ZIndex>31</ZIndex>
508                      <CanGrow>true</CanGrow>
509                      <Value>Prowizja</Value>
510                    </Textbox>
511                  </ReportItems>
512                </TableCell>
513                <TableCell>
514                  <ReportItems>
515                    <Textbox Name="textbox13">
516                      <rd:DefaultName>textbox13</rd:DefaultName>
517                      <Style>
518                        <BackgroundColor>WhiteSmoke</BackgroundColor>
519                        <BorderStyle>
520                          <Default>Solid</Default>
521                        </BorderStyle>
522                        <BorderWidth>
523                          <Default>0.5pt</Default>
524                        </BorderWidth>
525                        <FontSize>8pt</FontSize>
526                        <FontWeight>700</FontWeight>
527                        <TextAlign>Center</TextAlign>
528                        <PaddingLeft>2pt</PaddingLeft>
529                        <PaddingRight>2pt</PaddingRight>
530                        <PaddingTop>2pt</PaddingTop>
531                        <PaddingBottom>2pt</PaddingBottom>
532                      </Style>
533                      <ZIndex>30</ZIndex>
534                      <CanGrow>true</CanGrow>
535                      <Value>Agencja</Value>
536                    </Textbox>
537                  </ReportItems>
538                </TableCell>
539              </TableCells>
540              <Height>0.7cm</Height>
541            </TableRow>
542          </TableRows>
543        </Header>
544        <TableColumns>
545          <TableColumn>
546            <Width>3cm</Width>
547          </TableColumn>
548          <TableColumn>
549            <Width>3cm</Width>
550          </TableColumn>
551          <TableColumn>
552            <Width>3cm</Width>
553          </TableColumn>
554          <TableColumn>
555            <Width>3cm</Width>
556          </TableColumn>
557          <TableColumn>
558            <Width>3cm</Width>
559          </TableColumn>
560          <TableColumn>
561            <Width>3cm</Width>
562          </TableColumn>
563        </TableColumns>
564        <Height>4.00476cm</Height>
565        <Footer>
566          <TableRows>
567            <TableRow>
568              <TableCells>
569                <TableCell>
570                  <ReportItems>
571                    <Textbox Name="textbox7">
572                      <rd:DefaultName>textbox7</rd:DefaultName>
573                      <Style>
574                        <PaddingLeft>2pt</PaddingLeft>
575                        <PaddingRight>2pt</PaddingRight>
576                        <PaddingTop>2pt</PaddingTop>
577                        <PaddingBottom>2pt</PaddingBottom>
578                      </Style>
579                      <ZIndex>11</ZIndex>
580                      <CanGrow>true</CanGrow>
581                      <Value />
582                    </Textbox>
583                  </ReportItems>
584                </TableCell>
585                <TableCell>
586                  <ReportItems>
587                    <Textbox Name="textbox8">
588                      <rd:DefaultName>textbox8</rd:DefaultName>
589                      <Style>
590                        <PaddingLeft>2pt</PaddingLeft>
591                        <PaddingRight>2pt</PaddingRight>
592                        <PaddingTop>2pt</PaddingTop>
593                        <PaddingBottom>2pt</PaddingBottom>
594                      </Style>
595                      <ZIndex>10</ZIndex>
596                      <CanGrow>true</CanGrow>
597                      <Value />
598                    </Textbox>
599                  </ReportItems>
600                </TableCell>
601                <TableCell>
602                  <ReportItems>
603                    <Textbox Name="textbox9">
604                      <rd:DefaultName>textbox9</rd:DefaultName>
605                      <Style>
606                        <PaddingLeft>2pt</PaddingLeft>
607                        <PaddingRight>2pt</PaddingRight>
608                        <PaddingTop>2pt</PaddingTop>
609                        <PaddingBottom>2pt</PaddingBottom>
610                      </Style>
611                      <ZIndex>9</ZIndex>
612                      <CanGrow>true</CanGrow>
613                      <Value />
614                    </Textbox>
615                  </ReportItems>
616                </TableCell>
617                <TableCell>
618                  <ReportItems>
619                    <Textbox Name="textbox12">
620                      <rd:DefaultName>textbox12</rd:DefaultName>
621                      <Style>
622                        <BackgroundColor>WhiteSmoke</BackgroundColor>
623                        <BorderStyle>
624                          <Default>Solid</Default>
625                        </BorderStyle>
626                        <BorderWidth>
627                          <Default>0.5pt</Default>
628                        </BorderWidth>
629                        <FontSize>8pt</FontSize>
630                        <FontWeight>700</FontWeight>
631                        <Format>C</Format>
632                        <TextAlign>Center</TextAlign>
633                        <PaddingLeft>2pt</PaddingLeft>
634                        <PaddingRight>2pt</PaddingRight>
635                        <PaddingTop>2pt</PaddingTop>
636                        <PaddingBottom>2pt</PaddingBottom>
637                      </Style>
638                      <ZIndex>8</ZIndex>
639                      <CanGrow>true</CanGrow>
640                      <Value>=SUM(Fields!Netto.Value)</Value>
641                    </Textbox>
642                  </ReportItems>
643                </TableCell>
644                <TableCell>
645                  <ReportItems>
646                    <Textbox Name="textbox18">
647                      <rd:DefaultName>textbox18</rd:DefaultName>
648                      <Style>
649                        <BackgroundColor>WhiteSmoke</BackgroundColor>
650                        <BorderStyle>
651                          <Default>Solid</Default>
652                        </BorderStyle>
653                        <BorderWidth>
654                          <Default>0.5pt</Default>
655                        </BorderWidth>
656                        <FontSize>8pt</FontSize>
657                        <FontWeight>700</FontWeight>
658                        <Format>C</Format>
659                        <TextAlign>Center</TextAlign>
660                        <PaddingLeft>2pt</PaddingLeft>
661                        <PaddingRight>2pt</PaddingRight>
662                        <PaddingTop>2pt</PaddingTop>
663                        <PaddingBottom>2pt</PaddingBottom>
664                      </Style>
665                      <ZIndex>7</ZIndex>
666                      <CanGrow>true</CanGrow>
667                      <Value>=SUM(Fields!Prowizja.Value)</Value>
668                    </Textbox>
669                  </ReportItems>
670                </TableCell>
671                <TableCell>
672                  <ReportItems>
673                    <Textbox Name="textbox15">
674                      <rd:DefaultName>textbox15</rd:DefaultName>
675                      <Style>
676                        <PaddingLeft>2pt</PaddingLeft>
677                        <PaddingRight>2pt</PaddingRight>
678                        <PaddingTop>2pt</PaddingTop>
679                        <PaddingBottom>2pt</PaddingBottom>
680                      </Style>
681                      <ZIndex>6</ZIndex>
682                      <CanGrow>true</CanGrow>
683                      <Value />
684                    </Textbox>
685                  </ReportItems>
686                </TableCell>
687              </TableCells>
688              <Height>0.7cm</Height>
689            </TableRow>
690            <TableRow>
691              <TableCells>
692                <TableCell>
693                  <ReportItems>
694                    <Textbox Name="textbox20">
695                      <rd:DefaultName>textbox20</rd:DefaultName>
696                      <Style>
697                        <PaddingLeft>2pt</PaddingLeft>
698                        <PaddingRight>2pt</PaddingRight>
699                        <PaddingTop>2pt</PaddingTop>
700                        <PaddingBottom>2pt</PaddingBottom>
701                      </Style>
702                      <ZIndex>17</ZIndex>
703                      <CanGrow>true</CanGrow>
704                      <Value />
705                    </Textbox>
706                  </ReportItems>
707                </TableCell>
708                <TableCell>
709                  <ReportItems>
710                    <Textbox Name="textbox21">
711                      <rd:DefaultName>textbox21</rd:DefaultName>
712                      <Style>
713                        <PaddingLeft>2pt</PaddingLeft>
714                        <PaddingRight>2pt</PaddingRight>
715                        <PaddingTop>2pt</PaddingTop>
716                        <PaddingBottom>2pt</PaddingBottom>
717                      </Style>
718                      <ZIndex>16</ZIndex>
719                      <CanGrow>true</CanGrow>
720                      <Value />
721                    </Textbox>
722                  </ReportItems>
723                </TableCell>
724                <TableCell>
725                  <ReportItems>
726                    <Textbox Name="textbox22">
727                      <rd:DefaultName>textbox22</rd:DefaultName>
728                      <Style>
729                        <PaddingLeft>2pt</PaddingLeft>
730                        <PaddingRight>2pt</PaddingRight>
731                        <PaddingTop>2pt</PaddingTop>
732                        <PaddingBottom>2pt</PaddingBottom>
733                      </Style>
734                      <ZIndex>15</ZIndex>
735                      <CanGrow>true</CanGrow>
736                      <Value />
737                    </Textbox>
738                  </ReportItems>
739                </TableCell>
740                <TableCell>
741                  <ReportItems>
742                    <Textbox Name="textbox23">
743                      <rd:DefaultName>textbox23</rd:DefaultName>
744                      <Style>
745                        <BorderWidth>
746                          <Default>0.5pt</Default>
747                        </BorderWidth>
748                        <FontSize>8pt</FontSize>
749                        <FontWeight>700</FontWeight>
750                        <Format>C</Format>
751                        <TextAlign>Center</TextAlign>
752                        <PaddingLeft>2pt</PaddingLeft>
753                        <PaddingRight>2pt</PaddingRight>
754                        <PaddingTop>2pt</PaddingTop>
755                        <PaddingBottom>2pt</PaddingBottom>
756                      </Style>
757                      <ZIndex>14</ZIndex>
758                      <CanGrow>true</CanGrow>
759                      <Value />
760                    </Textbox>
761                  </ReportItems>
762                </TableCell>
763                <TableCell>
764                  <ReportItems>
765                    <Textbox Name="textbox24">
766                      <rd:DefaultName>textbox24</rd:DefaultName>
767                      <Style>
768                        <BorderWidth>
769                          <Default>0.5pt</Default>
770                        </BorderWidth>
771                        <FontSize>8pt</FontSize>
772                        <FontWeight>700</FontWeight>
773                        <Format>C</Format>
774                        <TextAlign>Center</TextAlign>
775                        <PaddingLeft>2pt</PaddingLeft>
776                        <PaddingRight>2pt</PaddingRight>
777                        <PaddingTop>2pt</PaddingTop>
778                        <PaddingBottom>2pt</PaddingBottom>
779                      </Style>
780                      <ZIndex>13</ZIndex>
781                      <CanGrow>true</CanGrow>
782                      <Value />
783                    </Textbox>
784                  </ReportItems>
785                </TableCell>
786                <TableCell>
787                  <ReportItems>
788                    <Textbox Name="textbox25">
789                      <rd:DefaultName>textbox25</rd:DefaultName>
790                      <Style>
791                        <PaddingLeft>2pt</PaddingLeft>
792                        <PaddingRight>2pt</PaddingRight>
793                        <PaddingTop>2pt</PaddingTop>
794                        <PaddingBottom>2pt</PaddingBottom>
795                      </Style>
796                      <ZIndex>12</ZIndex>
797                      <CanGrow>true</CanGrow>
798                      <Value />
799                    </Textbox>
800                  </ReportItems>
801                </TableCell>
802              </TableCells>
803              <Height>0.63492cm</Height>
804            </TableRow>
805            <TableRow>
806              <TableCells>
807                <TableCell>
808                  <ReportItems>
809                    <Textbox Name="textbox26">
810                      <rd:DefaultName>textbox26</rd:DefaultName>
811                      <Style>
812                        <PaddingLeft>2pt</PaddingLeft>
813                        <PaddingRight>2pt</PaddingRight>
814                        <PaddingTop>2pt</PaddingTop>
815                        <PaddingBottom>2pt</PaddingBottom>
816                      </Style>
817                      <ZIndex>23</ZIndex>
818                      <CanGrow>true</CanGrow>
819                      <Value />
820                    </Textbox>
821                  </ReportItems>
822                </TableCell>
823                <TableCell>
824                  <ReportItems>
825                    <Textbox Name="textbox27">
826                      <rd:DefaultName>textbox27</rd:DefaultName>
827                      <Style>
828                        <PaddingLeft>2pt</PaddingLeft>
829                        <PaddingRight>2pt</PaddingRight>
830                        <PaddingTop>2pt</PaddingTop>
831                        <PaddingBottom>2pt</PaddingBottom>
832                      </Style>
833                      <ZIndex>22</ZIndex>
834                      <CanGrow>true</CanGrow>
835                      <Value />
836                    </Textbox>
837                  </ReportItems>
838                </TableCell>
839                <TableCell>
840                  <ReportItems>
841                    <Textbox Name="textbox35">
842                      <rd:DefaultName>textbox35</rd:DefaultName>
843                      <Style>
844                        <PaddingLeft>2pt</PaddingLeft>
845                        <PaddingRight>2pt</PaddingRight>
846                        <PaddingTop>2pt</PaddingTop>
847                        <PaddingBottom>2pt</PaddingBottom>
848                      </Style>
849                      <ZIndex>21</ZIndex>
850                      <CanGrow>true</CanGrow>
851                      <Value />
852                    </Textbox>
853                  </ReportItems>
854                </TableCell>
855                <TableCell>
856                  <ReportItems>
857                    <Textbox Name="textbox38">
858                      <rd:DefaultName>textbox38</rd:DefaultName>
859                      <Style>
860                        <BorderWidth>
861                          <Default>0.5pt</Default>
862                        </BorderWidth>
863                        <PaddingLeft>2pt</PaddingLeft>
864                        <PaddingRight>2pt</PaddingRight>
865                        <PaddingTop>2pt</PaddingTop>
866                        <PaddingBottom>2pt</PaddingBottom>
867                      </Style>
868                      <ZIndex>20</ZIndex>
869                      <CanGrow>true</CanGrow>
870                      <Value />
871                    </Textbox>
872                  </ReportItems>
873                </TableCell>
874                <TableCell>
875                  <ReportItems>
876                    <Textbox Name="textbox34">
877                      <Style>
878                        <FontSize>8pt</FontSize>
879                        <TextAlign>Right</TextAlign>
880                        <PaddingLeft>2pt</PaddingLeft>
881                        <PaddingRight>2pt</PaddingRight>
882                        <PaddingTop>2pt</PaddingTop>
883                        <PaddingBottom>2pt</PaddingBottom>
884                      </Style>
885                      <ZIndex>19</ZIndex>
886                      <CanGrow>true</CanGrow>
887                      <Value>Zysk:</Value>
888                    </Textbox>
889                  </ReportItems>
890                </TableCell>
891                <TableCell>
892                  <ReportItems>
893                    <Textbox Name="textbox39">
894                      <Style>
895                        <BackgroundColor>WhiteSmoke</BackgroundColor>
896                        <BorderStyle>
897                          <Default>Solid</Default>
898                        </BorderStyle>
899                        <BorderWidth>
900                          <Default>0.5pt</Default>
901                        </BorderWidth>
902                        <FontSize>8pt</FontSize>
903                        <FontWeight>700</FontWeight>
904                        <Format>C</Format>
905                        <TextAlign>Center</TextAlign>
906                        <PaddingLeft>2pt</PaddingLeft>
907                        <PaddingRight>2pt</PaddingRight>
908                        <PaddingTop>2pt</PaddingTop>
909                        <PaddingBottom>2pt</PaddingBottom>
910                      </Style>
911                      <ZIndex>18</ZIndex>
912                      <CanGrow>true</CanGrow>
913                      <Value>=(SUM(Fields!Netto.Value)-SUM(Fields!Prowizja.Value))</Value>
914                    </Textbox>
915                  </ReportItems>
916                </TableCell>
917              </TableCells>
918              <Height>0.63492cm</Height>
919            </TableRow>
920            <TableRow>
921              <TableCells>
922                <TableCell>
923                  <ReportItems>
924                    <Textbox Name="textbox32">
925                      <rd:DefaultName>textbox32</rd:DefaultName>
926                      <Style>
927                        <PaddingLeft>2pt</PaddingLeft>
928                        <PaddingRight>2pt</PaddingRight>
929                        <PaddingTop>2pt</PaddingTop>
930                        <PaddingBottom>2pt</PaddingBottom>
931                      </Style>
932                      <ZIndex>29</ZIndex>
933                      <CanGrow>true</CanGrow>
934                      <Value />
935                    </Textbox>
936                  </ReportItems>
937                </TableCell>
938                <TableCell>
939                  <ReportItems>
940                    <Textbox Name="textbox33">
941                      <rd:DefaultName>textbox33</rd:DefaultName>
942                      <Style>
943                        <PaddingLeft>2pt</PaddingLeft>
944                        <PaddingRight>2pt</PaddingRight>
945                        <PaddingTop>2pt</PaddingTop>
946                        <PaddingBottom>2pt</PaddingBottom>
947                      </Style>
948                      <ZIndex>28</ZIndex>
949                      <CanGrow>true</CanGrow>
950                      <Value />
951                    </Textbox>
952                  </ReportItems>
953                </TableCell>
954                <TableCell>
955                  <ReportItems>
956                    <Textbox Name="textbox28">
957                      <rd:DefaultName>textbox28</rd:DefaultName>
958                      <Style>
959                        <PaddingLeft>2pt</PaddingLeft>
960                        <PaddingRight>2pt</PaddingRight>
961                        <PaddingTop>2pt</PaddingTop>
962                        <PaddingBottom>2pt</PaddingBottom>
963                      </Style>
964                      <ZIndex>27</ZIndex>
965                      <CanGrow>true</CanGrow>
966                      <Value />
967                    </Textbox>
968                  </ReportItems>
969                </TableCell>
970                <TableCell>
971                  <ReportItems>
972                    <Textbox Name="textbox29">
973                      <rd:DefaultName>textbox29</rd:DefaultName>
974                      <Style>
975                        <BorderWidth>
976                          <Default>0.5pt</Default>
977                        </BorderWidth>
978                        <PaddingLeft>2pt</PaddingLeft>
979                        <PaddingRight>2pt</PaddingRight>
980                        <PaddingTop>2pt</PaddingTop>
981                        <PaddingBottom>2pt</PaddingBottom>
982                      </Style>
983                      <ZIndex>26</ZIndex>
984                      <CanGrow>true</CanGrow>
985                      <Value />
986                    </Textbox>
987                  </ReportItems>
988                </TableCell>
989                <TableCell>
990                  <ReportItems>
991                    <Textbox Name="textbox40">
992                      <Style>
993                        <FontSize>8pt</FontSize>
994                        <TextAlign>Right</TextAlign>
995                        <PaddingLeft>2pt</PaddingLeft>
996                        <PaddingRight>2pt</PaddingRight>
997                        <PaddingTop>2pt</PaddingTop>
998                        <PaddingBottom>2pt</PaddingBottom>
999                      </Style>
1000                      <ZIndex>25</ZIndex>
1001                      <CanGrow>true</CanGrow>
1002                      <Value>Prowizja:</Value>
1003                    </Textbox>
1004                  </ReportItems>
1005                </TableCell>
1006                <TableCell>
1007                  <ReportItems>
1008                    <Textbox Name="textbox41">
1009                      <Style>
1010                        <BackgroundColor>WhiteSmoke</BackgroundColor>
1011                        <BorderStyle>
1012                          <Default>Solid</Default>
1013                        </BorderStyle>
1014                        <BorderWidth>
1015                          <Default>0.5pt</Default>
1016                        </BorderWidth>
1017                        <FontSize>8pt</FontSize>
1018                        <FontWeight>700</FontWeight>
1019                        <Format>C</Format>
1020                        <TextAlign>Center</TextAlign>
1021                        <PaddingLeft>2pt</PaddingLeft>
1022                        <PaddingRight>2pt</PaddingRight>
1023                        <PaddingTop>2pt</PaddingTop>
1024                        <PaddingBottom>2pt</PaddingBottom>
1025                      </Style>
1026                      <ZIndex>24</ZIndex>
1027                      <CanGrow>true</CanGrow>
1028                      <Value>=(SUM(Fields!Netto.Value)-SUM(Fields!Prowizja.Value))*0.75</Value>
1029                    </Textbox>
1030                  </ReportItems>
1031                </TableCell>
1032              </TableCells>
1033              <Height>0.63492cm</Height>
1034            </TableRow>
1035          </TableRows>
1036        </Footer>
1037        <Left>0.5cm</Left>
1038      </Table>
1039    </ReportItems>
1040    <Height>29.7cm</Height>
1041  </Body>
1042  <Language>pl-PL</Language>
1043  <TopMargin>2.5cm</TopMargin>
1044  <PageHeight>29.7cm</PageHeight>
1045</Report>
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.