root/trunk/RaportySQL/adMotoRaportProwizja.rdl @ 357

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