root/branches/Emisje/RaportySQL/adMotoRaportFaktury.rdl @ 805

Wersja 681, 35.3 KB (wprowadzona przez marek, 17 years temu)

re #179

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>String</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="SprzedazWplywy">
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="Netto">
110          <DataField>Netto</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="Prowizja">
118          <DataField>Prowizja</DataField>
119          <rd:TypeName>System.Decimal</rd:TypeName>
120        </Field>
121        <Field Name="Agencja">
122          <DataField>Agencja</DataField>
123          <rd:TypeName>System.String</rd:TypeName>
124        </Field>
125      </Fields>
126      <Query>
127        <DataSourceName>BAZA_REKLAM</DataSourceName>
128        <CommandType>StoredProcedure</CommandType>
129        <CommandText>sp_adMotoRaportFaktury</CommandText>
130        <QueryParameters>
131          <QueryParameter Name="rok">
132            <Value>=Parameters!rok.Value</Value>
133          </QueryParameter>
134          <QueryParameter Name="miesiac">
135            <Value>=Parameters!miesiac.Value</Value>
136          </QueryParameter>
137        </QueryParameters>
138      </Query>
139    </DataSet>
140    <DataSet Name="ListaLat">
141      <Fields>
142        <Field Name="rok">
143          <DataField>rok</DataField>
144          <rd:TypeName>System.Int32</rd:TypeName>
145        </Field>
146      </Fields>
147      <Query>
148        <DataSourceName>BAZA_REKLAM</DataSourceName>
149        <CommandText>SELECT DISTINCT YEAR(DATA_W) AS rok
150FROM dbo.NR
151WHERE DATA_W IS NOT NULL
152AND YEAR(DATA_W)&gt;2007
153ORDER BY YEAR(DATA_W) DESC</CommandText>
154        <rd:UseGenericDesigner>true</rd:UseGenericDesigner>
155      </Query>
156    </DataSet>
157  </DataSets>
158  <Code />
159  <Width>12cm</Width>
160  <Body>
161    <ColumnSpacing>1cm</ColumnSpacing>
162    <ReportItems>
163      <Textbox Name="textbox19">
164        <rd:DefaultName>textbox19</rd:DefaultName>
165        <Top>0.5cm</Top>
166        <Width>11.25cm</Width>
167        <Style>
168          <FontWeight>700</FontWeight>
169          <TextAlign>Center</TextAlign>
170          <PaddingLeft>2pt</PaddingLeft>
171          <PaddingRight>2pt</PaddingRight>
172          <PaddingTop>2pt</PaddingTop>
173          <PaddingBottom>2pt</PaddingBottom>
174        </Style>
175        <ZIndex>1</ZIndex>
176        <CanGrow>true</CanGrow>
177        <Left>0.5cm</Left>
178        <Height>0.7cm</Height>
179        <Value>="Rozliczenie prowizji za sprzedaÅŒ reklam za " + CStr(Parameters!rok.Value) + ", " + CStr(Parameters!miesiac.Value)</Value>
180      </Textbox>
181      <Table Name="table1">
182        <DataSetName>SprzedazWplywy</DataSetName>
183        <Top>1.5cm</Top>
184        <Details>
185          <TableRows>
186            <TableRow>
187              <TableCells>
188                <TableCell>
189                  <ReportItems>
190                    <Textbox Name="textbox4">
191                      <rd:DefaultName>textbox4</rd:DefaultName>
192                      <Style>
193                        <BorderStyle>
194                          <Default>Solid</Default>
195                        </BorderStyle>
196                        <BorderWidth>
197                          <Default>0.5pt</Default>
198                        </BorderWidth>
199                        <FontSize>8pt</FontSize>
200                        <TextAlign>Center</TextAlign>
201                        <PaddingLeft>2pt</PaddingLeft>
202                        <PaddingRight>2pt</PaddingRight>
203                        <PaddingTop>2pt</PaddingTop>
204                        <PaddingBottom>2pt</PaddingBottom>
205                      </Style>
206                      <ZIndex>4</ZIndex>
207                      <CanGrow>true</CanGrow>
208                      <Value>=Fields!Agent.Value</Value>
209                    </Textbox>
210                  </ReportItems>
211                </TableCell>
212                <TableCell>
213                  <ReportItems>
214                    <Textbox Name="textbox5">
215                      <rd:DefaultName>textbox5</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>3</ZIndex>
231                      <CanGrow>true</CanGrow>
232                      <Value>=Fields!SymbolFaktury.Value</Value>
233                    </Textbox>
234                  </ReportItems>
235                </TableCell>
236                <TableCell>
237                  <ReportItems>
238                    <Textbox Name="textbox6">
239                      <rd:DefaultName>textbox6</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                        <Format>yyyy-MM-dd</Format>
249                        <TextAlign>Center</TextAlign>
250                        <PaddingLeft>2pt</PaddingLeft>
251                        <PaddingRight>2pt</PaddingRight>
252                        <PaddingTop>2pt</PaddingTop>
253                        <PaddingBottom>2pt</PaddingBottom>
254                      </Style>
255                      <ZIndex>2</ZIndex>
256                      <CanGrow>true</CanGrow>
257                      <Value>=Fields!DataWplaty.Value</Value>
258                    </Textbox>
259                  </ReportItems>
260                </TableCell>
261                <TableCell>
262                  <ReportItems>
263                    <Textbox Name="textbox11">
264                      <rd:DefaultName>textbox11</rd:DefaultName>
265                      <Style>
266                        <BorderStyle>
267                          <Default>Solid</Default>
268                        </BorderStyle>
269                        <BorderWidth>
270                          <Default>0.5pt</Default>
271                        </BorderWidth>
272                        <FontSize>8pt</FontSize>
273                        <Format>C</Format>
274                        <TextAlign>Center</TextAlign>
275                        <PaddingLeft>2pt</PaddingLeft>
276                        <PaddingRight>2pt</PaddingRight>
277                        <PaddingTop>2pt</PaddingTop>
278                        <PaddingBottom>2pt</PaddingBottom>
279                      </Style>
280                      <ZIndex>1</ZIndex>
281                      <CanGrow>true</CanGrow>
282                      <Value>=Fields!Netto.Value</Value>
283                    </Textbox>
284                  </ReportItems>
285                </TableCell>
286                <TableCell>
287                  <ReportItems>
288                    <Textbox Name="textbox17">
289                      <rd:DefaultName>textbox17</rd:DefaultName>
290                      <Style>
291                        <BorderStyle>
292                          <Default>Solid</Default>
293                        </BorderStyle>
294                        <BorderWidth>
295                          <Default>0.5pt</Default>
296                        </BorderWidth>
297                        <FontSize>8pt</FontSize>
298                        <Format>C</Format>
299                        <TextAlign>Center</TextAlign>
300                        <PaddingLeft>2pt</PaddingLeft>
301                        <PaddingRight>2pt</PaddingRight>
302                        <PaddingTop>2pt</PaddingTop>
303                        <PaddingBottom>2pt</PaddingBottom>
304                      </Style>
305                      <CanGrow>true</CanGrow>
306                      <Value>=Fields!Prowizja.Value</Value>
307                    </Textbox>
308                  </ReportItems>
309                </TableCell>
310              </TableCells>
311              <Height>0.7cm</Height>
312            </TableRow>
313          </TableRows>
314        </Details>
315        <Style>
316          <FontSize>8pt</FontSize>
317        </Style>
318        <Header>
319          <TableRows>
320            <TableRow>
321              <TableCells>
322                <TableCell>
323                  <ReportItems>
324                    <Textbox Name="textbox1">
325                      <rd:DefaultName>textbox1</rd:DefaultName>
326                      <Style>
327                        <BackgroundColor>WhiteSmoke</BackgroundColor>
328                        <BorderStyle>
329                          <Default>Solid</Default>
330                        </BorderStyle>
331                        <BorderWidth>
332                          <Default>0.5pt</Default>
333                        </BorderWidth>
334                        <FontSize>8pt</FontSize>
335                        <FontWeight>700</FontWeight>
336                        <TextAlign>Center</TextAlign>
337                        <PaddingLeft>2pt</PaddingLeft>
338                        <PaddingRight>2pt</PaddingRight>
339                        <PaddingTop>2pt</PaddingTop>
340                        <PaddingBottom>2pt</PaddingBottom>
341                      </Style>
342                      <ZIndex>29</ZIndex>
343                      <CanGrow>true</CanGrow>
344                      <Value>Akwizytor</Value>
345                    </Textbox>
346                  </ReportItems>
347                </TableCell>
348                <TableCell>
349                  <ReportItems>
350                    <Textbox Name="textbox2">
351                      <rd:DefaultName>textbox2</rd:DefaultName>
352                      <Style>
353                        <BackgroundColor>WhiteSmoke</BackgroundColor>
354                        <BorderStyle>
355                          <Default>Solid</Default>
356                        </BorderStyle>
357                        <BorderWidth>
358                          <Default>0.5pt</Default>
359                        </BorderWidth>
360                        <FontSize>8pt</FontSize>
361                        <FontWeight>700</FontWeight>
362                        <TextAlign>Center</TextAlign>
363                        <PaddingLeft>2pt</PaddingLeft>
364                        <PaddingRight>2pt</PaddingRight>
365                        <PaddingTop>2pt</PaddingTop>
366                        <PaddingBottom>2pt</PaddingBottom>
367                      </Style>
368                      <ZIndex>28</ZIndex>
369                      <CanGrow>true</CanGrow>
370                      <Value>Faktura</Value>
371                    </Textbox>
372                  </ReportItems>
373                </TableCell>
374                <TableCell>
375                  <ReportItems>
376                    <Textbox Name="textbox3">
377                      <rd:DefaultName>textbox3</rd:DefaultName>
378                      <Style>
379                        <BackgroundColor>WhiteSmoke</BackgroundColor>
380                        <BorderStyle>
381                          <Default>Solid</Default>
382                        </BorderStyle>
383                        <BorderWidth>
384                          <Default>0.5pt</Default>
385                        </BorderWidth>
386                        <FontSize>8pt</FontSize>
387                        <FontWeight>700</FontWeight>
388                        <TextAlign>Center</TextAlign>
389                        <PaddingLeft>2pt</PaddingLeft>
390                        <PaddingRight>2pt</PaddingRight>
391                        <PaddingTop>2pt</PaddingTop>
392                        <PaddingBottom>2pt</PaddingBottom>
393                      </Style>
394                      <ZIndex>27</ZIndex>
395                      <CanGrow>true</CanGrow>
396                      <Value>Data zapłaty</Value>
397                    </Textbox>
398                  </ReportItems>
399                </TableCell>
400                <TableCell>
401                  <ReportItems>
402                    <Textbox Name="textbox10">
403                      <rd:DefaultName>textbox10</rd:DefaultName>
404                      <Style>
405                        <BackgroundColor>WhiteSmoke</BackgroundColor>
406                        <BorderStyle>
407                          <Default>Solid</Default>
408                        </BorderStyle>
409                        <BorderWidth>
410                          <Default>0.5pt</Default>
411                        </BorderWidth>
412                        <FontSize>8pt</FontSize>
413                        <FontWeight>700</FontWeight>
414                        <TextAlign>Center</TextAlign>
415                        <PaddingLeft>2pt</PaddingLeft>
416                        <PaddingRight>2pt</PaddingRight>
417                        <PaddingTop>2pt</PaddingTop>
418                        <PaddingBottom>2pt</PaddingBottom>
419                      </Style>
420                      <ZIndex>26</ZIndex>
421                      <CanGrow>true</CanGrow>
422                      <Value>Netto</Value>
423                    </Textbox>
424                  </ReportItems>
425                </TableCell>
426                <TableCell>
427                  <ReportItems>
428                    <Textbox Name="textbox16">
429                      <rd:DefaultName>textbox16</rd:DefaultName>
430                      <Style>
431                        <BackgroundColor>WhiteSmoke</BackgroundColor>
432                        <BorderStyle>
433                          <Default>Solid</Default>
434                        </BorderStyle>
435                        <BorderWidth>
436                          <Default>0.5pt</Default>
437                        </BorderWidth>
438                        <FontSize>8pt</FontSize>
439                        <FontWeight>700</FontWeight>
440                        <TextAlign>Center</TextAlign>
441                        <PaddingLeft>2pt</PaddingLeft>
442                        <PaddingRight>2pt</PaddingRight>
443                        <PaddingTop>2pt</PaddingTop>
444                        <PaddingBottom>2pt</PaddingBottom>
445                      </Style>
446                      <ZIndex>25</ZIndex>
447                      <CanGrow>true</CanGrow>
448                      <Value>Prowizja</Value>
449                    </Textbox>
450                  </ReportItems>
451                </TableCell>
452              </TableCells>
453              <Height>0.7cm</Height>
454            </TableRow>
455          </TableRows>
456        </Header>
457        <TableColumns>
458          <TableColumn>
459            <Width>2.5cm</Width>
460          </TableColumn>
461          <TableColumn>
462            <Width>2.5cm</Width>
463          </TableColumn>
464          <TableColumn>
465            <Width>2cm</Width>
466          </TableColumn>
467          <TableColumn>
468            <Width>2.5cm</Width>
469          </TableColumn>
470          <TableColumn>
471            <Width>2cm</Width>
472          </TableColumn>
473        </TableColumns>
474        <Footer>
475          <TableRows>
476            <TableRow>
477              <TableCells>
478                <TableCell>
479                  <ReportItems>
480                    <Textbox Name="textbox7">
481                      <rd:DefaultName>textbox7</rd:DefaultName>
482                      <Style>
483                        <PaddingLeft>2pt</PaddingLeft>
484                        <PaddingRight>2pt</PaddingRight>
485                        <PaddingTop>2pt</PaddingTop>
486                        <PaddingBottom>2pt</PaddingBottom>
487                      </Style>
488                      <ZIndex>9</ZIndex>
489                      <CanGrow>true</CanGrow>
490                      <Value />
491                    </Textbox>
492                  </ReportItems>
493                </TableCell>
494                <TableCell>
495                  <ReportItems>
496                    <Textbox Name="textbox8">
497                      <rd:DefaultName>textbox8</rd:DefaultName>
498                      <Style>
499                        <PaddingLeft>2pt</PaddingLeft>
500                        <PaddingRight>2pt</PaddingRight>
501                        <PaddingTop>2pt</PaddingTop>
502                        <PaddingBottom>2pt</PaddingBottom>
503                      </Style>
504                      <ZIndex>8</ZIndex>
505                      <CanGrow>true</CanGrow>
506                      <Value />
507                    </Textbox>
508                  </ReportItems>
509                </TableCell>
510                <TableCell>
511                  <ReportItems>
512                    <Textbox Name="textbox9">
513                      <rd:DefaultName>textbox9</rd:DefaultName>
514                      <Style>
515                        <PaddingLeft>2pt</PaddingLeft>
516                        <PaddingRight>2pt</PaddingRight>
517                        <PaddingTop>2pt</PaddingTop>
518                        <PaddingBottom>2pt</PaddingBottom>
519                      </Style>
520                      <ZIndex>7</ZIndex>
521                      <CanGrow>true</CanGrow>
522                      <Value />
523                    </Textbox>
524                  </ReportItems>
525                </TableCell>
526                <TableCell>
527                  <ReportItems>
528                    <Textbox Name="textbox12">
529                      <rd:DefaultName>textbox12</rd:DefaultName>
530                      <Style>
531                        <BackgroundColor>WhiteSmoke</BackgroundColor>
532                        <BorderStyle>
533                          <Default>Solid</Default>
534                        </BorderStyle>
535                        <BorderWidth>
536                          <Default>0.5pt</Default>
537                        </BorderWidth>
538                        <FontSize>8pt</FontSize>
539                        <FontWeight>700</FontWeight>
540                        <Format>C</Format>
541                        <TextAlign>Center</TextAlign>
542                        <PaddingLeft>2pt</PaddingLeft>
543                        <PaddingRight>2pt</PaddingRight>
544                        <PaddingTop>2pt</PaddingTop>
545                        <PaddingBottom>2pt</PaddingBottom>
546                      </Style>
547                      <ZIndex>6</ZIndex>
548                      <CanGrow>true</CanGrow>
549                      <Value>=SUM(Fields!Netto.Value)</Value>
550                    </Textbox>
551                  </ReportItems>
552                </TableCell>
553                <TableCell>
554                  <ReportItems>
555                    <Textbox Name="textbox18">
556                      <rd:DefaultName>textbox18</rd:DefaultName>
557                      <Style>
558                        <BackgroundColor>WhiteSmoke</BackgroundColor>
559                        <BorderStyle>
560                          <Default>Solid</Default>
561                        </BorderStyle>
562                        <BorderWidth>
563                          <Default>0.5pt</Default>
564                        </BorderWidth>
565                        <FontSize>8pt</FontSize>
566                        <FontWeight>700</FontWeight>
567                        <Format>C</Format>
568                        <TextAlign>Center</TextAlign>
569                        <PaddingLeft>2pt</PaddingLeft>
570                        <PaddingRight>2pt</PaddingRight>
571                        <PaddingTop>2pt</PaddingTop>
572                        <PaddingBottom>2pt</PaddingBottom>
573                      </Style>
574                      <ZIndex>5</ZIndex>
575                      <CanGrow>true</CanGrow>
576                      <Value>=SUM(Fields!Prowizja.Value)</Value>
577                    </Textbox>
578                  </ReportItems>
579                </TableCell>
580              </TableCells>
581              <Height>0.7cm</Height>
582            </TableRow>
583            <TableRow>
584              <TableCells>
585                <TableCell>
586                  <ReportItems>
587                    <Textbox Name="textbox20">
588                      <rd:DefaultName>textbox20</rd:DefaultName>
589                      <Style>
590                        <PaddingLeft>2pt</PaddingLeft>
591                        <PaddingRight>2pt</PaddingRight>
592                        <PaddingTop>2pt</PaddingTop>
593                        <PaddingBottom>2pt</PaddingBottom>
594                      </Style>
595                      <ZIndex>14</ZIndex>
596                      <CanGrow>true</CanGrow>
597                      <Value />
598                    </Textbox>
599                  </ReportItems>
600                </TableCell>
601                <TableCell>
602                  <ReportItems>
603                    <Textbox Name="textbox21">
604                      <rd:DefaultName>textbox21</rd:DefaultName>
605                      <Style>
606                        <PaddingLeft>2pt</PaddingLeft>
607                        <PaddingRight>2pt</PaddingRight>
608                        <PaddingTop>2pt</PaddingTop>
609                        <PaddingBottom>2pt</PaddingBottom>
610                      </Style>
611                      <ZIndex>13</ZIndex>
612                      <CanGrow>true</CanGrow>
613                      <Value />
614                    </Textbox>
615                  </ReportItems>
616                </TableCell>
617                <TableCell>
618                  <ReportItems>
619                    <Textbox Name="textbox22">
620                      <rd:DefaultName>textbox22</rd:DefaultName>
621                      <Style>
622                        <PaddingLeft>2pt</PaddingLeft>
623                        <PaddingRight>2pt</PaddingRight>
624                        <PaddingTop>2pt</PaddingTop>
625                        <PaddingBottom>2pt</PaddingBottom>
626                      </Style>
627                      <ZIndex>12</ZIndex>
628                      <CanGrow>true</CanGrow>
629                      <Value />
630                    </Textbox>
631                  </ReportItems>
632                </TableCell>
633                <TableCell>
634                  <ReportItems>
635                    <Textbox Name="textbox23">
636                      <rd:DefaultName>textbox23</rd:DefaultName>
637                      <Style>
638                        <BorderWidth>
639                          <Default>0.5pt</Default>
640                        </BorderWidth>
641                        <FontSize>8pt</FontSize>
642                        <FontWeight>700</FontWeight>
643                        <Format>C</Format>
644                        <TextAlign>Center</TextAlign>
645                        <PaddingLeft>2pt</PaddingLeft>
646                        <PaddingRight>2pt</PaddingRight>
647                        <PaddingTop>2pt</PaddingTop>
648                        <PaddingBottom>2pt</PaddingBottom>
649                      </Style>
650                      <ZIndex>11</ZIndex>
651                      <CanGrow>true</CanGrow>
652                      <Value />
653                    </Textbox>
654                  </ReportItems>
655                </TableCell>
656                <TableCell>
657                  <ReportItems>
658                    <Textbox Name="textbox24">
659                      <rd:DefaultName>textbox24</rd:DefaultName>
660                      <Style>
661                        <BorderWidth>
662                          <Default>0.5pt</Default>
663                        </BorderWidth>
664                        <FontSize>8pt</FontSize>
665                        <FontWeight>700</FontWeight>
666                        <Format>C</Format>
667                        <TextAlign>Center</TextAlign>
668                        <PaddingLeft>2pt</PaddingLeft>
669                        <PaddingRight>2pt</PaddingRight>
670                        <PaddingTop>2pt</PaddingTop>
671                        <PaddingBottom>2pt</PaddingBottom>
672                      </Style>
673                      <ZIndex>10</ZIndex>
674                      <CanGrow>true</CanGrow>
675                      <Value />
676                    </Textbox>
677                  </ReportItems>
678                </TableCell>
679              </TableCells>
680              <Height>0.63492cm</Height>
681            </TableRow>
682            <TableRow>
683              <TableCells>
684                <TableCell>
685                  <ReportItems>
686                    <Textbox Name="textbox26">
687                      <rd:DefaultName>textbox26</rd:DefaultName>
688                      <Style>
689                        <PaddingLeft>2pt</PaddingLeft>
690                        <PaddingRight>2pt</PaddingRight>
691                        <PaddingTop>2pt</PaddingTop>
692                        <PaddingBottom>2pt</PaddingBottom>
693                      </Style>
694                      <ZIndex>19</ZIndex>
695                      <CanGrow>true</CanGrow>
696                      <Value />
697                    </Textbox>
698                  </ReportItems>
699                </TableCell>
700                <TableCell>
701                  <ReportItems>
702                    <Textbox Name="textbox27">
703                      <rd:DefaultName>textbox27</rd:DefaultName>
704                      <Style>
705                        <PaddingLeft>2pt</PaddingLeft>
706                        <PaddingRight>2pt</PaddingRight>
707                        <PaddingTop>2pt</PaddingTop>
708                        <PaddingBottom>2pt</PaddingBottom>
709                      </Style>
710                      <ZIndex>18</ZIndex>
711                      <CanGrow>true</CanGrow>
712                      <Value />
713                    </Textbox>
714                  </ReportItems>
715                </TableCell>
716                <TableCell>
717                  <ReportItems>
718                    <Textbox Name="textbox35">
719                      <rd:DefaultName>textbox35</rd:DefaultName>
720                      <Style>
721                        <PaddingLeft>2pt</PaddingLeft>
722                        <PaddingRight>2pt</PaddingRight>
723                        <PaddingTop>2pt</PaddingTop>
724                        <PaddingBottom>2pt</PaddingBottom>
725                      </Style>
726                      <ZIndex>17</ZIndex>
727                      <CanGrow>true</CanGrow>
728                      <Value />
729                    </Textbox>
730                  </ReportItems>
731                </TableCell>
732                <TableCell>
733                  <ReportItems>
734                    <Textbox Name="textbox34">
735                      <Style>
736                        <FontSize>8pt</FontSize>
737                        <TextAlign>Right</TextAlign>
738                        <PaddingLeft>2pt</PaddingLeft>
739                        <PaddingRight>2pt</PaddingRight>
740                        <PaddingTop>2pt</PaddingTop>
741                        <PaddingBottom>2pt</PaddingBottom>
742                      </Style>
743                      <ZIndex>16</ZIndex>
744                      <CanGrow>true</CanGrow>
745                      <Value>Suma netto:</Value>
746                    </Textbox>
747                  </ReportItems>
748                </TableCell>
749                <TableCell>
750                  <ReportItems>
751                    <Textbox Name="textbox39">
752                      <Style>
753                        <BackgroundColor>WhiteSmoke</BackgroundColor>
754                        <BorderStyle>
755                          <Default>Solid</Default>
756                        </BorderStyle>
757                        <BorderWidth>
758                          <Default>0.5pt</Default>
759                        </BorderWidth>
760                        <FontSize>8pt</FontSize>
761                        <FontWeight>700</FontWeight>
762                        <Format>C</Format>
763                        <TextAlign>Center</TextAlign>
764                        <PaddingLeft>2pt</PaddingLeft>
765                        <PaddingRight>2pt</PaddingRight>
766                        <PaddingTop>2pt</PaddingTop>
767                        <PaddingBottom>2pt</PaddingBottom>
768                      </Style>
769                      <ZIndex>15</ZIndex>
770                      <CanGrow>true</CanGrow>
771                      <Value>=SUM(Fields!Netto.Value)</Value>
772                    </Textbox>
773                  </ReportItems>
774                </TableCell>
775              </TableCells>
776              <Height>0.63492cm</Height>
777            </TableRow>
778            <TableRow>
779              <TableCells>
780                <TableCell>
781                  <ReportItems>
782                    <Textbox Name="textbox32">
783                      <rd:DefaultName>textbox32</rd:DefaultName>
784                      <Style>
785                        <PaddingLeft>2pt</PaddingLeft>
786                        <PaddingRight>2pt</PaddingRight>
787                        <PaddingTop>2pt</PaddingTop>
788                        <PaddingBottom>2pt</PaddingBottom>
789                      </Style>
790                      <ZIndex>24</ZIndex>
791                      <CanGrow>true</CanGrow>
792                      <Value />
793                    </Textbox>
794                  </ReportItems>
795                </TableCell>
796                <TableCell>
797                  <ReportItems>
798                    <Textbox Name="textbox33">
799                      <rd:DefaultName>textbox33</rd:DefaultName>
800                      <Style>
801                        <PaddingLeft>2pt</PaddingLeft>
802                        <PaddingRight>2pt</PaddingRight>
803                        <PaddingTop>2pt</PaddingTop>
804                        <PaddingBottom>2pt</PaddingBottom>
805                      </Style>
806                      <ZIndex>23</ZIndex>
807                      <CanGrow>true</CanGrow>
808                      <Value />
809                    </Textbox>
810                  </ReportItems>
811                </TableCell>
812                <TableCell>
813                  <ReportItems>
814                    <Textbox Name="textbox28">
815                      <rd:DefaultName>textbox28</rd:DefaultName>
816                      <Style>
817                        <PaddingLeft>2pt</PaddingLeft>
818                        <PaddingRight>2pt</PaddingRight>
819                        <PaddingTop>2pt</PaddingTop>
820                        <PaddingBottom>2pt</PaddingBottom>
821                      </Style>
822                      <ZIndex>22</ZIndex>
823                      <CanGrow>true</CanGrow>
824                      <Value />
825                    </Textbox>
826                  </ReportItems>
827                </TableCell>
828                <TableCell>
829                  <ReportItems>
830                    <Textbox Name="textbox40">
831                      <Style>
832                        <FontSize>8pt</FontSize>
833                        <TextAlign>Right</TextAlign>
834                        <PaddingLeft>2pt</PaddingLeft>
835                        <PaddingRight>2pt</PaddingRight>
836                        <PaddingTop>2pt</PaddingTop>
837                        <PaddingBottom>2pt</PaddingBottom>
838                      </Style>
839                      <ZIndex>21</ZIndex>
840                      <CanGrow>true</CanGrow>
841                      <Value>Suma prowizji:</Value>
842                    </Textbox>
843                  </ReportItems>
844                </TableCell>
845                <TableCell>
846                  <ReportItems>
847                    <Textbox Name="textbox41">
848                      <Style>
849                        <BackgroundColor>WhiteSmoke</BackgroundColor>
850                        <BorderStyle>
851                          <Default>Solid</Default>
852                        </BorderStyle>
853                        <BorderWidth>
854                          <Default>0.5pt</Default>
855                        </BorderWidth>
856                        <FontSize>8pt</FontSize>
857                        <FontWeight>700</FontWeight>
858                        <Format>C</Format>
859                        <TextAlign>Center</TextAlign>
860                        <PaddingLeft>2pt</PaddingLeft>
861                        <PaddingRight>2pt</PaddingRight>
862                        <PaddingTop>2pt</PaddingTop>
863                        <PaddingBottom>2pt</PaddingBottom>
864                      </Style>
865                      <ZIndex>20</ZIndex>
866                      <CanGrow>true</CanGrow>
867                      <Value>=SUM(Fields!Prowizja.Value)</Value>
868                    </Textbox>
869                  </ReportItems>
870                </TableCell>
871              </TableCells>
872              <Height>0.63492cm</Height>
873            </TableRow>
874          </TableRows>
875        </Footer>
876        <Left>0.5cm</Left>
877      </Table>
878    </ReportItems>
879    <Height>5.50476cm</Height>
880  </Body>
881  <Language>pl-PL</Language>
882  <TopMargin>1cm</TopMargin>
883  <PageHeight>29.7cm</PageHeight>
884</Report>
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.