root/trunk/RaportySQL/adMotoRaportProwizja.rdl @ 426

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

re #117 - wprowadzono prowizje dla Poznania i Katowic podane przez Irene na miesiąc luty 2009

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.3583</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.4797</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>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  <Code />
196  <Width>18.75cm</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>14.5cm</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>2.5cm</Width>
548          </TableColumn>
549          <TableColumn>
550            <Width>2.5cm</Width>
551          </TableColumn>
552          <TableColumn>
553            <Width>2cm</Width>
554          </TableColumn>
555          <TableColumn>
556            <Width>2.5cm</Width>
557          </TableColumn>
558          <TableColumn>
559            <Width>2cm</Width>
560          </TableColumn>
561          <TableColumn>
562            <Width>3cm</Width>
563          </TableColumn>
564        </TableColumns>
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>5.50476cm</Height>
1041  </Body>
1042  <Language>pl-PL</Language>
1043  <TopMargin>1cm</TopMargin>
1044  <PageHeight>29.7cm</PageHeight>
1045</Report>
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.