root/trunk/RaportySQL/adMotoRaportWyroznienia.rdl @ 898

Wersja 539, 40.9 KB (wprowadzona przez marek, 17 years temu)

re #150

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