root/trunk/RaportySQL/adMotoRaportWyroznienia.rdl @ 433

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

re #75

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