root/trunk/RaportySQL/WplywyWgWplaty.rdl @ 334

Wersja 333, 28.0 KB (wprowadzona przez marek, 17 years temu)

re #85 - nowy raport FakturyNettoByTytul? - Sprzedaz netto

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>6d589086-5dce-4781-8884-a0dd6b3db78a</rd:DataSourceID>
6      <DataSourceReference>BAZA_REKLAM</DataSourceReference>
7    </DataSource>
8  </DataSources>
9  <InteractiveHeight>11in</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="ms">
28      <DataType>String</DataType>
29      <DefaultValue>
30        <Values>
31          <Value>=Month(Today)</Value>
32        </Values>
33      </DefaultValue>
34      <Prompt>Miesiac:</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      <MultiValue>true</MultiValue>
76    </ReportParameter>
77    <ReportParameter Name="agencja">
78      <DataType>String</DataType>
79      <DefaultValue>
80        <DataSetReference>
81          <DataSetName>ListaAgencji</DataSetName>
82          <ValueField>Id_agencji</ValueField>
83        </DataSetReference>
84      </DefaultValue>
85      <AllowBlank>true</AllowBlank>
86      <Prompt>Agencja:</Prompt>
87      <ValidValues>
88        <DataSetReference>
89          <DataSetName>ListaAgencji</DataSetName>
90          <ValueField>Id_agencji</ValueField>
91          <LabelField>Symbol</LabelField>
92        </DataSetReference>
93      </ValidValues>
94      <MultiValue>true</MultiValue>
95    </ReportParameter>
96    <ReportParameter Name="tytul">
97      <DataType>String</DataType>
98      <DefaultValue>
99        <DataSetReference>
100          <DataSetName>ListaTytulow</DataSetName>
101          <ValueField>SYMB</ValueField>
102        </DataSetReference>
103      </DefaultValue>
104      <AllowBlank>true</AllowBlank>
105      <Prompt>tytul</Prompt>
106      <ValidValues>
107        <DataSetReference>
108          <DataSetName>ListaTytulow</DataSetName>
109          <ValueField>SYMB</ValueField>
110          <LabelField>SYMB</LabelField>
111        </DataSetReference>
112      </ValidValues>
113      <MultiValue>true</MultiValue>
114    </ReportParameter>
115  </ReportParameters>
116  <rd:DrawGrid>true</rd:DrawGrid>
117  <InteractiveWidth>8.5in</InteractiveWidth>
118  <rd:GridSpacing>0.25cm</rd:GridSpacing>
119  <rd:SnapToGrid>true</rd:SnapToGrid>
120  <RightMargin>2.5cm</RightMargin>
121  <LeftMargin>2.5cm</LeftMargin>
122  <PageHeader>
123    <PrintOnFirstPage>true</PrintOnFirstPage>
124    <Height>0.75cm</Height>
125    <PrintOnLastPage>true</PrintOnLastPage>
126  </PageHeader>
127  <BottomMargin>2.5cm</BottomMargin>
128  <rd:ReportID>340d8633-3f30-4356-b810-b10969079b1c</rd:ReportID>
129  <PageWidth>21cm</PageWidth>
130  <DataSets>
131    <DataSet Name="Wplywy">
132      <Fields>
133        <Field Name="AgencjaId">
134          <DataField>AgencjaId</DataField>
135          <rd:TypeName>System.Int32</rd:TypeName>
136        </Field>
137        <Field Name="Agencja">
138          <DataField>Agencja</DataField>
139          <rd:TypeName>System.String</rd:TypeName>
140        </Field>
141        <Field Name="Tytul">
142          <DataField>Tytul</DataField>
143          <rd:TypeName>System.String</rd:TypeName>
144        </Field>
145        <Field Name="FakturaNetto">
146          <DataField>FakturaNetto</DataField>
147          <rd:TypeName>System.Decimal</rd:TypeName>
148        </Field>
149        <Field Name="FakturaBrutto">
150          <DataField>FakturaBrutto</DataField>
151          <rd:TypeName>System.Double</rd:TypeName>
152        </Field>
153        <Field Name="WplataBrutto">
154          <DataField>WplataBrutto</DataField>
155          <rd:TypeName>System.Decimal</rd:TypeName>
156        </Field>
157      </Fields>
158      <Query>
159        <DataSourceName>BAZA_REKLAM</DataSourceName>
160        <CommandText>SELECT AgencjaId, Agencja, Tytul,
161SUM(FakturaNetto) AS FakturaNetto,
162SUM(FakturaBrutto) AS FakturaBrutto,
163SUM(WplataBrutto) AS WplataBrutto
164FROM FakturyZaplacone
165WHERE
166Rok = @rok
167AND Miesiac IN (@ms)
168AND (AgencjaId IN (@agencja))
169AND (Tytul IN (@tytul))
170GROUP BY AgencjaId, Agencja, Tytul
171ORDER BY Agencja, Tytul</CommandText>
172        <QueryParameters>
173          <QueryParameter Name="@rok">
174            <Value>=Parameters!rok.Value</Value>
175          </QueryParameter>
176          <QueryParameter Name="@ms">
177            <Value>=Parameters!ms.Value</Value>
178          </QueryParameter>
179          <QueryParameter Name="@agencja">
180            <Value>=Parameters!agencja.Value</Value>
181          </QueryParameter>
182          <QueryParameter Name="@tytul">
183            <Value>=Parameters!tytul.Value</Value>
184          </QueryParameter>
185        </QueryParameters>
186        <rd:UseGenericDesigner>true</rd:UseGenericDesigner>
187      </Query>
188    </DataSet>
189    <DataSet Name="ListaLat">
190      <Fields>
191        <Field Name="rok">
192          <DataField>rok</DataField>
193          <rd:TypeName>System.Int32</rd:TypeName>
194        </Field>
195      </Fields>
196      <Query>
197        <DataSourceName>BAZA_REKLAM</DataSourceName>
198        <CommandText>SELECT DISTINCT YEAR(DATA_W) AS rok
199FROM dbo.NR
200WHERE DATA_W IS NOT NULL
201AND YEAR(DATA_W)&gt;2007
202ORDER BY YEAR(DATA_W) DESC</CommandText>
203        <rd:UseGenericDesigner>true</rd:UseGenericDesigner>
204      </Query>
205    </DataSet>
206    <DataSet Name="ListaAgencji">
207      <Fields>
208        <Field Name="Id_agencji">
209          <DataField>Id_agencji</DataField>
210          <rd:TypeName>System.Int32</rd:TypeName>
211        </Field>
212        <Field Name="Symbol">
213          <DataField>Symbol</DataField>
214          <rd:TypeName>System.String</rd:TypeName>
215        </Field>
216      </Fields>
217      <Query>
218        <DataSourceName>BAZA_REKLAM</DataSourceName>
219        <CommandText>SELECT Id_agencji, Symbol
220FROM    AGENCJE
221WHERE aktywna=1</CommandText>
222        <rd:UseGenericDesigner>true</rd:UseGenericDesigner>
223      </Query>
224    </DataSet>
225    <DataSet Name="ListaTytulow">
226      <Fields>
227        <Field Name="SYMB">
228          <DataField>SYMB</DataField>
229          <rd:TypeName>System.String</rd:TypeName>
230        </Field>
231      </Fields>
232      <Query>
233        <DataSourceName>BAZA_REKLAM</DataSourceName>
234        <CommandText>SELECT      SYMB
235FROM            [LISTA TYTUŁÓW]
236WHERE        (st_aktywny = - 1)</CommandText>
237        <rd:UseGenericDesigner>true</rd:UseGenericDesigner>
238      </Query>
239    </DataSet>
240  </DataSets>
241  <Code>Public Function GetMonths(P as Parameter) as String
242  Dim i As Integer
243  Dim s As String
244  s = p.value(0)               
245  For i = 1 to Ubound(P.Value)
246    s = s &amp; "," &amp; p.Value(i) 
247  Next i
248  Return s
249End Function</Code>
250  <Width>15.15872cm</Width>
251  <Body>
252    <ColumnSpacing>1cm</ColumnSpacing>
253    <ReportItems>
254      <Textbox Name="textbox1">
255        <rd:DefaultName>textbox1</rd:DefaultName>
256        <Width>12.69841cm</Width>
257        <Style>
258          <FontSize>16pt</FontSize>
259          <TextAlign>Center</TextAlign>
260          <PaddingLeft>2pt</PaddingLeft>
261          <PaddingRight>2pt</PaddingRight>
262          <PaddingTop>2pt</PaddingTop>
263          <PaddingBottom>2pt</PaddingBottom>
264        </Style>
265        <ZIndex>1</ZIndex>
266        <CanGrow>true</CanGrow>
267        <Height>0.75cm</Height>
268        <Value>="Wpływy według daty wpłaty i tytułów: " &amp; Parameters!rok.Value &amp; ", " &amp; Code.GetMonths(Parameters!ms)</Value>
269      </Textbox>
270      <Table Name="table1">
271        <DataSetName>Wplywy</DataSetName>
272        <Top>0.75cm</Top>
273        <TableGroups>
274          <TableGroup>
275            <Grouping Name="table1_Agencja">
276              <GroupExpressions>
277                <GroupExpression>=Fields!Agencja.Value</GroupExpression>
278              </GroupExpressions>
279            </Grouping>
280            <Sorting>
281              <SortBy>
282                <SortExpression>=Fields!Agencja.Value</SortExpression>
283                <Direction>Ascending</Direction>
284              </SortBy>
285            </Sorting>
286            <Header>
287              <TableRows>
288                <TableRow>
289                  <TableCells>
290                    <TableCell>
291                      <ReportItems>
292                        <Textbox Name="Agencja">
293                          <rd:DefaultName>Agencja</rd:DefaultName>
294                          <Style>
295                            <BackgroundColor>WhiteSmoke</BackgroundColor>
296                            <BorderColor>
297                              <Default>LightGrey</Default>
298                            </BorderColor>
299                            <BorderStyle>
300                              <Default>Solid</Default>
301                            </BorderStyle>
302                            <BorderWidth>
303                              <Default>0.5pt</Default>
304                            </BorderWidth>
305                            <FontSize>8pt</FontSize>
306                            <PaddingLeft>2pt</PaddingLeft>
307                            <PaddingRight>2pt</PaddingRight>
308                            <PaddingTop>2pt</PaddingTop>
309                            <PaddingBottom>2pt</PaddingBottom>
310                          </Style>
311                          <ZIndex>11</ZIndex>
312                          <CanGrow>true</CanGrow>
313                          <Value>=Fields!Agencja.Value</Value>
314                        </Textbox>
315                      </ReportItems>
316                    </TableCell>
317                    <TableCell>
318                      <ReportItems>
319                        <Textbox Name="textbox8">
320                          <rd:DefaultName>textbox8</rd:DefaultName>
321                          <Style>
322                            <BackgroundColor>WhiteSmoke</BackgroundColor>
323                            <BorderColor>
324                              <Default>LightGrey</Default>
325                            </BorderColor>
326                            <BorderStyle>
327                              <Default>Solid</Default>
328                            </BorderStyle>
329                            <BorderWidth>
330                              <Default>0.5pt</Default>
331                            </BorderWidth>
332                            <PaddingLeft>2pt</PaddingLeft>
333                            <PaddingRight>2pt</PaddingRight>
334                            <PaddingTop>2pt</PaddingTop>
335                            <PaddingBottom>2pt</PaddingBottom>
336                          </Style>
337                          <ZIndex>10</ZIndex>
338                          <CanGrow>true</CanGrow>
339                          <Value>
340                          </Value>
341                        </Textbox>
342                      </ReportItems>
343                    </TableCell>
344                    <TableCell>
345                      <ReportItems>
346                        <Textbox Name="textbox9">
347                          <rd:DefaultName>textbox9</rd:DefaultName>
348                          <Style>
349                            <BackgroundColor>WhiteSmoke</BackgroundColor>
350                            <BorderColor>
351                              <Default>LightGrey</Default>
352                            </BorderColor>
353                            <BorderStyle>
354                              <Default>Solid</Default>
355                            </BorderStyle>
356                            <BorderWidth>
357                              <Default>0.5pt</Default>
358                            </BorderWidth>
359                            <FontSize>8pt</FontSize>
360                            <FontWeight>600</FontWeight>
361                            <Format>C</Format>
362                            <PaddingLeft>2pt</PaddingLeft>
363                            <PaddingRight>2pt</PaddingRight>
364                            <PaddingTop>2pt</PaddingTop>
365                            <PaddingBottom>2pt</PaddingBottom>
366                          </Style>
367                          <ZIndex>9</ZIndex>
368                          <CanGrow>true</CanGrow>
369                          <Value>=Sum(Fields!FakturaNetto.Value)</Value>
370                        </Textbox>
371                      </ReportItems>
372                    </TableCell>
373                    <TableCell>
374                      <ReportItems>
375                        <Textbox Name="textbox10">
376                          <rd:DefaultName>textbox10</rd:DefaultName>
377                          <Style>
378                            <BackgroundColor>WhiteSmoke</BackgroundColor>
379                            <BorderColor>
380                              <Default>LightGrey</Default>
381                            </BorderColor>
382                            <BorderStyle>
383                              <Default>Solid</Default>
384                            </BorderStyle>
385                            <BorderWidth>
386                              <Default>0.5pt</Default>
387                            </BorderWidth>
388                            <FontSize>8pt</FontSize>
389                            <FontWeight>600</FontWeight>
390                            <Format>C</Format>
391                            <PaddingLeft>2pt</PaddingLeft>
392                            <PaddingRight>2pt</PaddingRight>
393                            <PaddingTop>2pt</PaddingTop>
394                            <PaddingBottom>2pt</PaddingBottom>
395                          </Style>
396                          <ZIndex>8</ZIndex>
397                          <CanGrow>true</CanGrow>
398                          <Value>=Sum(Fields!FakturaBrutto.Value)</Value>
399                        </Textbox>
400                      </ReportItems>
401                    </TableCell>
402                  </TableCells>
403                  <Height>0.53333cm</Height>
404                </TableRow>
405              </TableRows>
406            </Header>
407          </TableGroup>
408        </TableGroups>
409        <Width>12.61904cm</Width>
410        <Details>
411          <TableRows>
412            <TableRow>
413              <TableCells>
414                <TableCell>
415                  <ReportItems>
416                    <Textbox Name="textbox3">
417                      <rd:DefaultName>textbox3</rd:DefaultName>
418                      <Style>
419                        <PaddingLeft>2pt</PaddingLeft>
420                        <PaddingRight>2pt</PaddingRight>
421                        <PaddingTop>2pt</PaddingTop>
422                        <PaddingBottom>2pt</PaddingBottom>
423                      </Style>
424                      <ZIndex>3</ZIndex>
425                      <CanGrow>true</CanGrow>
426                      <Value>
427                      </Value>
428                    </Textbox>
429                  </ReportItems>
430                </TableCell>
431                <TableCell>
432                  <ReportItems>
433                    <Textbox Name="Tytul">
434                      <rd:DefaultName>Tytul</rd:DefaultName>
435                      <Style>
436                        <BorderColor>
437                          <Default>LightGrey</Default>
438                        </BorderColor>
439                        <BorderStyle>
440                          <Default>Solid</Default>
441                        </BorderStyle>
442                        <BorderWidth>
443                          <Default>0.5pt</Default>
444                        </BorderWidth>
445                        <FontSize>8pt</FontSize>
446                        <PaddingLeft>2pt</PaddingLeft>
447                        <PaddingRight>2pt</PaddingRight>
448                        <PaddingTop>2pt</PaddingTop>
449                        <PaddingBottom>2pt</PaddingBottom>
450                      </Style>
451                      <ZIndex>2</ZIndex>
452                      <CanGrow>true</CanGrow>
453                      <Value>=Fields!Tytul.Value</Value>
454                    </Textbox>
455                  </ReportItems>
456                </TableCell>
457                <TableCell>
458                  <ReportItems>
459                    <Textbox Name="FakturaNetto">
460                      <rd:DefaultName>FakturaNetto</rd:DefaultName>
461                      <Style>
462                        <BorderColor>
463                          <Default>LightGrey</Default>
464                        </BorderColor>
465                        <BorderStyle>
466                          <Default>Solid</Default>
467                        </BorderStyle>
468                        <BorderWidth>
469                          <Default>0.5pt</Default>
470                        </BorderWidth>
471                        <FontSize>8pt</FontSize>
472                        <Format>C</Format>
473                        <PaddingLeft>2pt</PaddingLeft>
474                        <PaddingRight>2pt</PaddingRight>
475                        <PaddingTop>2pt</PaddingTop>
476                        <PaddingBottom>2pt</PaddingBottom>
477                      </Style>
478                      <ZIndex>1</ZIndex>
479                      <CanGrow>true</CanGrow>
480                      <Value>=Fields!FakturaNetto.Value</Value>
481                    </Textbox>
482                  </ReportItems>
483                </TableCell>
484                <TableCell>
485                  <ReportItems>
486                    <Textbox Name="FakturaBrutto">
487                      <rd:DefaultName>FakturaBrutto</rd:DefaultName>
488                      <Style>
489                        <BorderColor>
490                          <Default>LightGrey</Default>
491                        </BorderColor>
492                        <BorderStyle>
493                          <Default>Solid</Default>
494                        </BorderStyle>
495                        <BorderWidth>
496                          <Default>0.5pt</Default>
497                        </BorderWidth>
498                        <FontSize>8pt</FontSize>
499                        <Format>C</Format>
500                        <PaddingLeft>2pt</PaddingLeft>
501                        <PaddingRight>2pt</PaddingRight>
502                        <PaddingTop>2pt</PaddingTop>
503                        <PaddingBottom>2pt</PaddingBottom>
504                      </Style>
505                      <CanGrow>true</CanGrow>
506                      <Value>=Fields!FakturaBrutto.Value</Value>
507                    </Textbox>
508                  </ReportItems>
509                </TableCell>
510              </TableCells>
511              <Height>0.53333cm</Height>
512            </TableRow>
513          </TableRows>
514          <Visibility>
515            <Hidden>true</Hidden>
516            <ToggleItem>Agencja</ToggleItem>
517          </Visibility>
518        </Details>
519        <Header>
520          <TableRows>
521            <TableRow>
522              <TableCells>
523                <TableCell>
524                  <ReportItems>
525                    <Textbox Name="textbox2">
526                      <rd:DefaultName>textbox2</rd:DefaultName>
527                      <Style>
528                        <FontSize>8pt</FontSize>
529                        <FontWeight>700</FontWeight>
530                        <TextAlign>Center</TextAlign>
531                        <PaddingLeft>2pt</PaddingLeft>
532                        <PaddingRight>2pt</PaddingRight>
533                        <PaddingTop>2pt</PaddingTop>
534                        <PaddingBottom>2pt</PaddingBottom>
535                      </Style>
536                      <ZIndex>15</ZIndex>
537                      <CanGrow>true</CanGrow>
538                      <Value>Agencja</Value>
539                    </Textbox>
540                  </ReportItems>
541                </TableCell>
542                <TableCell>
543                  <ReportItems>
544                    <Textbox Name="textbox4">
545                      <rd:DefaultName>textbox4</rd:DefaultName>
546                      <Style>
547                        <FontSize>8pt</FontSize>
548                        <FontWeight>700</FontWeight>
549                        <TextAlign>Center</TextAlign>
550                        <PaddingLeft>2pt</PaddingLeft>
551                        <PaddingRight>2pt</PaddingRight>
552                        <PaddingTop>2pt</PaddingTop>
553                        <PaddingBottom>2pt</PaddingBottom>
554                      </Style>
555                      <ZIndex>14</ZIndex>
556                      <CanGrow>true</CanGrow>
557                      <Value>Tytuł</Value>
558                    </Textbox>
559                  </ReportItems>
560                </TableCell>
561                <TableCell>
562                  <ReportItems>
563                    <Textbox Name="textbox5">
564                      <rd:DefaultName>textbox5</rd:DefaultName>
565                      <Style>
566                        <FontSize>8pt</FontSize>
567                        <FontWeight>700</FontWeight>
568                        <TextAlign>Center</TextAlign>
569                        <PaddingLeft>2pt</PaddingLeft>
570                        <PaddingRight>2pt</PaddingRight>
571                        <PaddingTop>2pt</PaddingTop>
572                        <PaddingBottom>2pt</PaddingBottom>
573                      </Style>
574                      <ZIndex>13</ZIndex>
575                      <CanGrow>true</CanGrow>
576                      <Value>Faktura Netto</Value>
577                    </Textbox>
578                  </ReportItems>
579                </TableCell>
580                <TableCell>
581                  <ReportItems>
582                    <Textbox Name="textbox6">
583                      <rd:DefaultName>textbox6</rd:DefaultName>
584                      <Style>
585                        <FontSize>8pt</FontSize>
586                        <FontWeight>700</FontWeight>
587                        <TextAlign>Center</TextAlign>
588                        <PaddingLeft>2pt</PaddingLeft>
589                        <PaddingRight>2pt</PaddingRight>
590                        <PaddingTop>2pt</PaddingTop>
591                        <PaddingBottom>2pt</PaddingBottom>
592                      </Style>
593                      <ZIndex>12</ZIndex>
594                      <CanGrow>true</CanGrow>
595                      <Value>Faktura Brutto</Value>
596                    </Textbox>
597                  </ReportItems>
598                </TableCell>
599              </TableCells>
600              <Height>0.6cm</Height>
601            </TableRow>
602          </TableRows>
603          <RepeatOnNewPage>true</RepeatOnNewPage>
604        </Header>
605        <TableColumns>
606          <TableColumn>
607            <Width>5cm</Width>
608          </TableColumn>
609          <TableColumn>
610            <Width>2.53968cm</Width>
611          </TableColumn>
612          <TableColumn>
613            <Width>2.53968cm</Width>
614          </TableColumn>
615          <TableColumn>
616            <Width>2.53968cm</Width>
617          </TableColumn>
618        </TableColumns>
619        <Height>2.30158cm</Height>
620        <Footer>
621          <TableRows>
622            <TableRow>
623              <TableCells>
624                <TableCell>
625                  <ReportItems>
626                    <Textbox Name="textbox12">
627                      <rd:DefaultName>textbox12</rd:DefaultName>
628                      <Style>
629                        <PaddingLeft>2pt</PaddingLeft>
630                        <PaddingRight>2pt</PaddingRight>
631                        <PaddingTop>2pt</PaddingTop>
632                        <PaddingBottom>2pt</PaddingBottom>
633                      </Style>
634                      <ZIndex>7</ZIndex>
635                      <CanGrow>true</CanGrow>
636                      <Value />
637                    </Textbox>
638                  </ReportItems>
639                </TableCell>
640                <TableCell>
641                  <ReportItems>
642                    <Textbox Name="textbox13">
643                      <rd:DefaultName>textbox13</rd:DefaultName>
644                      <Style>
645                        <PaddingLeft>2pt</PaddingLeft>
646                        <PaddingRight>2pt</PaddingRight>
647                        <PaddingTop>2pt</PaddingTop>
648                        <PaddingBottom>2pt</PaddingBottom>
649                      </Style>
650                      <ZIndex>6</ZIndex>
651                      <CanGrow>true</CanGrow>
652                      <Value />
653                    </Textbox>
654                  </ReportItems>
655                </TableCell>
656                <TableCell>
657                  <ReportItems>
658                    <Textbox Name="textbox15">
659                      <Style>
660                        <BackgroundColor>WhiteSmoke</BackgroundColor>
661                        <BorderColor>
662                          <Default>LightGrey</Default>
663                        </BorderColor>
664                        <BorderStyle>
665                          <Default>Solid</Default>
666                        </BorderStyle>
667                        <BorderWidth>
668                          <Default>0.5pt</Default>
669                        </BorderWidth>
670                        <FontSize>8pt</FontSize>
671                        <FontWeight>700</FontWeight>
672                        <Format>C</Format>
673                        <PaddingLeft>2pt</PaddingLeft>
674                        <PaddingRight>2pt</PaddingRight>
675                        <PaddingTop>2pt</PaddingTop>
676                        <PaddingBottom>2pt</PaddingBottom>
677                      </Style>
678                      <ZIndex>5</ZIndex>
679                      <CanGrow>true</CanGrow>
680                      <Value>=Sum(Fields!FakturaNetto.Value)</Value>
681                    </Textbox>
682                  </ReportItems>
683                </TableCell>
684                <TableCell>
685                  <ReportItems>
686                    <Textbox Name="textbox17">
687                      <Style>
688                        <BackgroundColor>WhiteSmoke</BackgroundColor>
689                        <BorderColor>
690                          <Default>LightGrey</Default>
691                        </BorderColor>
692                        <BorderStyle>
693                          <Default>Solid</Default>
694                        </BorderStyle>
695                        <BorderWidth>
696                          <Default>0.5pt</Default>
697                        </BorderWidth>
698                        <FontSize>8pt</FontSize>
699                        <FontWeight>700</FontWeight>
700                        <Format>C</Format>
701                        <PaddingLeft>2pt</PaddingLeft>
702                        <PaddingRight>2pt</PaddingRight>
703                        <PaddingTop>2pt</PaddingTop>
704                        <PaddingBottom>2pt</PaddingBottom>
705                      </Style>
706                      <ZIndex>4</ZIndex>
707                      <CanGrow>true</CanGrow>
708                      <Value>=Sum(Fields!FakturaBrutto.Value)</Value>
709                    </Textbox>
710                  </ReportItems>
711                </TableCell>
712              </TableCells>
713              <Height>0.63492cm</Height>
714            </TableRow>
715          </TableRows>
716        </Footer>
717      </Table>
718    </ReportItems>
719    <Height>3.45158cm</Height>
720  </Body>
721  <Language>pl-PL</Language>
722  <PageFooter>
723    <PrintOnFirstPage>true</PrintOnFirstPage>
724    <Height>0.75cm</Height>
725    <PrintOnLastPage>true</PrintOnLastPage>
726  </PageFooter>
727  <TopMargin>2.5cm</TopMargin>
728  <PageHeight>29.7cm</PageHeight>
729</Report>
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.