root/trunk/RaportySQL/adMotoRaportWyroznienia.rdl @ 355

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

re #92

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