root/trunk/RaportySQL/FakturyNettoWgTytulow.rdl @ 352

Wersja 333, 45.6 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>556da6c7-7dc9-4c27-a283-bf44afeca6dc</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="miesiac">
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="tytul">
78      <DataType>String</DataType>
79      <DefaultValue>
80        <DataSetReference>
81          <DataSetName>ListaTytulow</DataSetName>
82          <ValueField>SYMB</ValueField>
83        </DataSetReference>
84      </DefaultValue>
85      <Prompt>Tytuł:</Prompt>
86      <ValidValues>
87        <DataSetReference>
88          <DataSetName>ListaTytulow</DataSetName>
89          <ValueField>SYMB</ValueField>
90          <LabelField>SYMB</LabelField>
91        </DataSetReference>
92      </ValidValues>
93      <MultiValue>true</MultiValue>
94    </ReportParameter>
95    <ReportParameter Name="agencja">
96      <DataType>String</DataType>
97      <DefaultValue>
98        <DataSetReference>
99          <DataSetName>ListaAgencji</DataSetName>
100          <ValueField>Symbol</ValueField>
101        </DataSetReference>
102      </DefaultValue>
103      <Prompt>Agencja:</Prompt>
104      <ValidValues>
105        <DataSetReference>
106          <DataSetName>ListaAgencji</DataSetName>
107          <ValueField>Symbol</ValueField>
108          <LabelField>Symbol</LabelField>
109        </DataSetReference>
110      </ValidValues>
111      <MultiValue>true</MultiValue>
112    </ReportParameter>
113    <ReportParameter Name="agent">
114      <DataType>String</DataType>
115      <DefaultValue>
116        <DataSetReference>
117          <DataSetName>ListaAgentow</DataSetName>
118          <ValueField>Symbol</ValueField>
119        </DataSetReference>
120      </DefaultValue>
121      <Prompt>Agent:</Prompt>
122      <ValidValues>
123        <DataSetReference>
124          <DataSetName>ListaAgentow</DataSetName>
125          <ValueField>Symbol</ValueField>
126          <LabelField>Symbol</LabelField>
127        </DataSetReference>
128      </ValidValues>
129      <MultiValue>true</MultiValue>
130    </ReportParameter>
131  </ReportParameters>
132  <rd:DrawGrid>true</rd:DrawGrid>
133  <InteractiveWidth>8.5in</InteractiveWidth>
134  <rd:GridSpacing>0.25cm</rd:GridSpacing>
135  <rd:SnapToGrid>true</rd:SnapToGrid>
136  <RightMargin>2.5cm</RightMargin>
137  <LeftMargin>2.5cm</LeftMargin>
138  <BottomMargin>2.5cm</BottomMargin>
139  <rd:ReportID>44183224-74ec-4ce4-81ae-ab10d63ae553</rd:ReportID>
140  <PageWidth>21cm</PageWidth>
141  <DataSets>
142    <DataSet Name="ListaFaktur">
143      <Fields>
144        <Field Name="Id">
145          <DataField>Id</DataField>
146          <rd:TypeName>System.Int32</rd:TypeName>
147        </Field>
148        <Field Name="NumerFaktury">
149          <DataField>NumerFaktury</DataField>
150          <rd:TypeName>System.String</rd:TypeName>
151        </Field>
152        <Field Name="NUMER">
153          <DataField>Numer</DataField>
154          <rd:TypeName>System.Int32</rd:TypeName>
155        </Field>
156        <Field Name="Netto">
157          <DataField>Netto</DataField>
158          <rd:TypeName>System.Decimal</rd:TypeName>
159        </Field>
160        <Field Name="Data">
161          <DataField>Data</DataField>
162          <rd:TypeName>System.DateTime</rd:TypeName>
163        </Field>
164        <Field Name="Tytul">
165          <DataField>Tytul</DataField>
166          <rd:TypeName>System.String</rd:TypeName>
167        </Field>
168        <Field Name="Agencja">
169          <DataField>Agencja</DataField>
170          <rd:TypeName>System.String</rd:TypeName>
171        </Field>
172        <Field Name="Agent">
173          <DataField>Agent</DataField>
174          <rd:TypeName>System.String</rd:TypeName>
175        </Field>
176      </Fields>
177      <Query>
178        <DataSourceName>BAZA_REKLAM</DataSourceName>
179        <CommandText>SELECT * FROM FakturyNettoByTytul
180WHERE
181(YEAR(Data) = @rok)
182AND (MONTH(Data) in (@miesiac))
183AND (Tytul in (@tytul))
184AND (Agent in (@agent))
185ORDER BY Agent, Numer</CommandText>
186        <QueryParameters>
187          <QueryParameter Name="@rok">
188            <Value>=Parameters!rok.Value</Value>
189          </QueryParameter>
190          <QueryParameter Name="@miesiac">
191            <Value>=Parameters!miesiac.Value</Value>
192          </QueryParameter>
193          <QueryParameter Name="@tytul">
194            <Value>=Parameters!tytul.Value</Value>
195          </QueryParameter>
196          <QueryParameter Name="@agent">
197            <Value>=Parameters!agent.Value</Value>
198          </QueryParameter>
199        </QueryParameters>
200        <rd:UseGenericDesigner>true</rd:UseGenericDesigner>
201      </Query>
202    </DataSet>
203    <DataSet Name="ListaLat">
204      <Fields>
205        <Field Name="rok">
206          <DataField>rok</DataField>
207          <rd:TypeName>System.Int32</rd:TypeName>
208        </Field>
209      </Fields>
210      <Query>
211        <DataSourceName>BAZA_REKLAM</DataSourceName>
212        <CommandText>SELECT DISTINCT YEAR(DATA_W) AS rok
213FROM dbo.NR
214WHERE DATA_W IS NOT NULL
215AND YEAR(DATA_W)&gt;2007
216ORDER BY YEAR(DATA_W) DESC</CommandText>
217        <rd:UseGenericDesigner>true</rd:UseGenericDesigner>
218      </Query>
219    </DataSet>
220    <DataSet Name="ListaTytulow">
221      <Fields>
222        <Field Name="SYMB">
223          <DataField>SYMB</DataField>
224          <rd:TypeName>System.String</rd:TypeName>
225        </Field>
226      </Fields>
227      <Query>
228        <DataSourceName>BAZA_REKLAM</DataSourceName>
229        <CommandText>SELECT      SYMB
230FROM            [LISTA TYTUŁÓW]
231WHERE        (st_aktywny = - 1)</CommandText>
232        <rd:UseGenericDesigner>true</rd:UseGenericDesigner>
233      </Query>
234    </DataSet>
235    <DataSet Name="ListaAgencji">
236      <Fields>
237        <Field Name="Id_agencji">
238          <DataField>Id_agencji</DataField>
239          <rd:TypeName>System.Int32</rd:TypeName>
240        </Field>
241        <Field Name="Symbol">
242          <DataField>Symbol</DataField>
243          <rd:TypeName>System.String</rd:TypeName>
244        </Field>
245      </Fields>
246      <Query>
247        <DataSourceName>BAZA_REKLAM</DataSourceName>
248        <CommandText>SELECT Id_agencji, Symbol
249FROM    AGENCJE
250WHERE aktywna=1</CommandText>
251        <rd:UseGenericDesigner>true</rd:UseGenericDesigner>
252      </Query>
253    </DataSet>
254    <DataSet Name="ListaAgentow">
255      <Fields>
256        <Field Name="ID_AGENTA">
257          <DataField>ID_AGENTA</DataField>
258          <rd:TypeName>System.Int32</rd:TypeName>
259        </Field>
260        <Field Name="Symbol">
261          <DataField>Symbol</DataField>
262          <rd:TypeName>System.String</rd:TypeName>
263        </Field>
264        <Field Name="agencja">
265          <DataField>agencja</DataField>
266          <rd:TypeName>System.String</rd:TypeName>
267        </Field>
268      </Fields>
269      <Query>
270        <DataSourceName>BAZA_REKLAM</DataSourceName>
271        <CommandText>SELECT        A.ID_AGENTA, A.Symbol, A2.Symbol agencja
272FROM            AGENCI A left join Agencje A2
273on A.ID_AGENCJI = A2.ID_Agencji
274 where (A2.Symbol in (@agencja) )
275order by A.Symbol</CommandText>
276        <QueryParameters>
277          <QueryParameter Name="@agencja">
278            <Value>=Parameters!agencja.Value</Value>
279          </QueryParameter>
280        </QueryParameters>
281        <rd:UseGenericDesigner>true</rd:UseGenericDesigner>
282      </Query>
283    </DataSet>
284  </DataSets>
285  <Width>20.52646cm</Width>
286  <Body>
287    <ColumnSpacing>1cm</ColumnSpacing>
288    <ReportItems>
289      <Textbox Name="textbox1">
290        <rd:DefaultName>textbox1</rd:DefaultName>
291        <Width>20.31746cm</Width>
292        <Style>
293          <FontSize>16pt</FontSize>
294          <TextAlign>Center</TextAlign>
295          <PaddingLeft>2pt</PaddingLeft>
296          <PaddingRight>2pt</PaddingRight>
297          <PaddingTop>2pt</PaddingTop>
298          <PaddingBottom>2pt</PaddingBottom>
299        </Style>
300        <ZIndex>1</ZIndex>
301        <CanGrow>true</CanGrow>
302        <Height>0.91429cm</Height>
303        <Value>Sprzedaż netto wg daty sprzedaży, agencji, tytułów</Value>
304      </Textbox>
305      <Table Name="table1">
306        <DataSetName>ListaFaktur</DataSetName>
307        <Top>0.91429cm</Top>
308        <TableGroups>
309          <TableGroup>
310            <Grouping Name="tbl_Agencja">
311              <GroupExpressions>
312                <GroupExpression>=Fields!Agencja.Value</GroupExpression>
313              </GroupExpressions>
314            </Grouping>
315            <Sorting>
316              <SortBy>
317                <SortExpression>=Fields!Tytul.Value</SortExpression>
318                <Direction>Ascending</Direction>
319              </SortBy>
320            </Sorting>
321            <Header>
322              <TableRows>
323                <TableRow>
324                  <TableCells>
325                    <TableCell>
326                      <ReportItems>
327                        <Textbox Name="Tytul">
328                          <rd:DefaultName>Tytul</rd:DefaultName>
329                          <Style>
330                            <BackgroundColor>WhiteSmoke</BackgroundColor>
331                            <BorderColor>
332                              <Default>LightGrey</Default>
333                            </BorderColor>
334                            <BorderStyle>
335                              <Default>Solid</Default>
336                            </BorderStyle>
337                            <BorderWidth>
338                              <Default>0.5pt</Default>
339                            </BorderWidth>
340                            <FontSize>8pt</FontSize>
341                            <PaddingLeft>2pt</PaddingLeft>
342                            <PaddingRight>2pt</PaddingRight>
343                            <PaddingTop>2pt</PaddingTop>
344                            <PaddingBottom>2pt</PaddingBottom>
345                          </Style>
346                          <ZIndex>23</ZIndex>
347                          <CanGrow>true</CanGrow>
348                          <Value>=Fields!Agencja.Value</Value>
349                        </Textbox>
350                      </ReportItems>
351                    </TableCell>
352                    <TableCell>
353                      <ReportItems>
354                        <Textbox Name="textbox12">
355                          <rd:DefaultName>textbox12</rd:DefaultName>
356                          <Style>
357                            <BackgroundColor>WhiteSmoke</BackgroundColor>
358                            <BorderColor>
359                              <Default>LightGrey</Default>
360                            </BorderColor>
361                            <BorderStyle>
362                              <Default>Solid</Default>
363                            </BorderStyle>
364                            <BorderWidth>
365                              <Default>0.5pt</Default>
366                            </BorderWidth>
367                            <FontFamily>Tahoma</FontFamily>
368                            <FontWeight>700</FontWeight>
369                            <PaddingLeft>2pt</PaddingLeft>
370                            <PaddingRight>2pt</PaddingRight>
371                            <PaddingTop>2pt</PaddingTop>
372                            <PaddingBottom>2pt</PaddingBottom>
373                          </Style>
374                          <ZIndex>22</ZIndex>
375                          <CanGrow>true</CanGrow>
376                          <Value>
377                          </Value>
378                        </Textbox>
379                      </ReportItems>
380                    </TableCell>
381                    <TableCell>
382                      <ReportItems>
383                        <Textbox Name="textbox14">
384                          <rd:DefaultName>textbox14</rd:DefaultName>
385                          <Style>
386                            <BackgroundColor>WhiteSmoke</BackgroundColor>
387                            <BorderColor>
388                              <Default>LightGrey</Default>
389                            </BorderColor>
390                            <BorderStyle>
391                              <Default>Solid</Default>
392                            </BorderStyle>
393                            <BorderWidth>
394                              <Default>0.5pt</Default>
395                            </BorderWidth>
396                            <FontFamily>Tahoma</FontFamily>
397                            <FontWeight>700</FontWeight>
398                            <PaddingLeft>2pt</PaddingLeft>
399                            <PaddingRight>2pt</PaddingRight>
400                            <PaddingTop>2pt</PaddingTop>
401                            <PaddingBottom>2pt</PaddingBottom>
402                          </Style>
403                          <ZIndex>21</ZIndex>
404                          <CanGrow>true</CanGrow>
405                          <Value>
406                          </Value>
407                        </Textbox>
408                      </ReportItems>
409                    </TableCell>
410                    <TableCell>
411                      <ReportItems>
412                        <Textbox Name="textbox16">
413                          <rd:DefaultName>textbox16</rd:DefaultName>
414                          <Style>
415                            <BackgroundColor>WhiteSmoke</BackgroundColor>
416                            <BorderColor>
417                              <Default>LightGrey</Default>
418                            </BorderColor>
419                            <BorderStyle>
420                              <Default>Solid</Default>
421                            </BorderStyle>
422                            <BorderWidth>
423                              <Default>0.5pt</Default>
424                            </BorderWidth>
425                            <FontSize>8pt</FontSize>
426                            <FontWeight>700</FontWeight>
427                            <Format>C</Format>
428                            <PaddingLeft>2pt</PaddingLeft>
429                            <PaddingRight>2pt</PaddingRight>
430                            <PaddingTop>2pt</PaddingTop>
431                            <PaddingBottom>2pt</PaddingBottom>
432                          </Style>
433                          <ZIndex>20</ZIndex>
434                          <CanGrow>true</CanGrow>
435                          <Value>=Sum(Fields!Netto.Value)</Value>
436                        </Textbox>
437                      </ReportItems>
438                    </TableCell>
439                    <TableCell>
440                      <ReportItems>
441                        <Textbox Name="textbox17">
442                          <rd:DefaultName>textbox17</rd:DefaultName>
443                          <Style>
444                            <BackgroundColor>WhiteSmoke</BackgroundColor>
445                            <BorderColor>
446                              <Default>LightGrey</Default>
447                            </BorderColor>
448                            <BorderStyle>
449                              <Default>Solid</Default>
450                            </BorderStyle>
451                            <BorderWidth>
452                              <Default>0.5pt</Default>
453                            </BorderWidth>
454                            <FontFamily>Tahoma</FontFamily>
455                            <FontWeight>700</FontWeight>
456                            <PaddingLeft>2pt</PaddingLeft>
457                            <PaddingRight>2pt</PaddingRight>
458                            <PaddingTop>2pt</PaddingTop>
459                            <PaddingBottom>2pt</PaddingBottom>
460                          </Style>
461                          <ZIndex>19</ZIndex>
462                          <CanGrow>true</CanGrow>
463                          <Value>
464                          </Value>
465                        </Textbox>
466                      </ReportItems>
467                    </TableCell>
468                    <TableCell>
469                      <ReportItems>
470                        <Textbox Name="textbox18">
471                          <rd:DefaultName>textbox18</rd:DefaultName>
472                          <Style>
473                            <BackgroundColor>WhiteSmoke</BackgroundColor>
474                            <BorderColor>
475                              <Default>LightGrey</Default>
476                            </BorderColor>
477                            <BorderStyle>
478                              <Default>Solid</Default>
479                            </BorderStyle>
480                            <BorderWidth>
481                              <Default>0.5pt</Default>
482                            </BorderWidth>
483                            <FontFamily>Tahoma</FontFamily>
484                            <FontWeight>700</FontWeight>
485                            <PaddingLeft>2pt</PaddingLeft>
486                            <PaddingRight>2pt</PaddingRight>
487                            <PaddingTop>2pt</PaddingTop>
488                            <PaddingBottom>2pt</PaddingBottom>
489                          </Style>
490                          <ZIndex>18</ZIndex>
491                          <CanGrow>true</CanGrow>
492                          <Value>
493                          </Value>
494                        </Textbox>
495                      </ReportItems>
496                    </TableCell>
497                  </TableCells>
498                  <Height>0.53333cm</Height>
499                </TableRow>
500              </TableRows>
501            </Header>
502          </TableGroup>
503          <TableGroup>
504            <Grouping Name="tbl_Tytul">
505              <GroupExpressions>
506                <GroupExpression>=Fields!Tytul.Value</GroupExpression>
507              </GroupExpressions>
508            </Grouping>
509            <Sorting>
510              <SortBy>
511                <SortExpression>=Fields!Agencja.Value</SortExpression>
512                <Direction>Ascending</Direction>
513              </SortBy>
514            </Sorting>
515            <Visibility>
516              <Hidden>true</Hidden>
517              <ToggleItem>Tytul</ToggleItem>
518            </Visibility>
519            <Header>
520              <TableRows>
521                <TableRow>
522                  <TableCells>
523                    <TableCell>
524                      <ReportItems>
525                        <Textbox Name="textbox19">
526                          <rd:DefaultName>textbox19</rd:DefaultName>
527                          <Style>
528                            <BorderColor>
529                              <Default>LightGrey</Default>
530                            </BorderColor>
531                            <FontFamily>Tahoma</FontFamily>
532                            <FontWeight>700</FontWeight>
533                            <PaddingLeft>2pt</PaddingLeft>
534                            <PaddingRight>2pt</PaddingRight>
535                            <PaddingTop>2pt</PaddingTop>
536                            <PaddingBottom>2pt</PaddingBottom>
537                          </Style>
538                          <ZIndex>17</ZIndex>
539                          <CanGrow>true</CanGrow>
540                          <Value>
541                          </Value>
542                        </Textbox>
543                      </ReportItems>
544                    </TableCell>
545                    <TableCell>
546                      <ReportItems>
547                        <Textbox Name="Agencja">
548                          <rd:DefaultName>Agencja</rd:DefaultName>
549                          <Style>
550                            <BackgroundColor>WhiteSmoke</BackgroundColor>
551                            <BorderColor>
552                              <Default>LightGrey</Default>
553                            </BorderColor>
554                            <BorderStyle>
555                              <Default>Solid</Default>
556                            </BorderStyle>
557                            <BorderWidth>
558                              <Default>0.5pt</Default>
559                            </BorderWidth>
560                            <FontSize>8pt</FontSize>
561                            <PaddingLeft>2pt</PaddingLeft>
562                            <PaddingRight>2pt</PaddingRight>
563                            <PaddingTop>2pt</PaddingTop>
564                            <PaddingBottom>2pt</PaddingBottom>
565                          </Style>
566                          <ZIndex>16</ZIndex>
567                          <CanGrow>true</CanGrow>
568                          <Value>=Fields!Tytul.Value</Value>
569                        </Textbox>
570                      </ReportItems>
571                    </TableCell>
572                    <TableCell>
573                      <ReportItems>
574                        <Textbox Name="textbox21">
575                          <rd:DefaultName>textbox21</rd:DefaultName>
576                          <Style>
577                            <BackgroundColor>WhiteSmoke</BackgroundColor>
578                            <BorderColor>
579                              <Default>LightGrey</Default>
580                            </BorderColor>
581                            <BorderStyle>
582                              <Default>Solid</Default>
583                            </BorderStyle>
584                            <BorderWidth>
585                              <Default>0.5pt</Default>
586                            </BorderWidth>
587                            <FontFamily>Tahoma</FontFamily>
588                            <FontWeight>700</FontWeight>
589                            <PaddingLeft>2pt</PaddingLeft>
590                            <PaddingRight>2pt</PaddingRight>
591                            <PaddingTop>2pt</PaddingTop>
592                            <PaddingBottom>2pt</PaddingBottom>
593                          </Style>
594                          <ZIndex>15</ZIndex>
595                          <CanGrow>true</CanGrow>
596                          <Value>
597                          </Value>
598                        </Textbox>
599                      </ReportItems>
600                    </TableCell>
601                    <TableCell>
602                      <ReportItems>
603                        <Textbox Name="textbox23">
604                          <rd:DefaultName>textbox23</rd:DefaultName>
605                          <Style>
606                            <BackgroundColor>WhiteSmoke</BackgroundColor>
607                            <BorderColor>
608                              <Default>LightGrey</Default>
609                            </BorderColor>
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                            <PaddingLeft>2pt</PaddingLeft>
620                            <PaddingRight>2pt</PaddingRight>
621                            <PaddingTop>2pt</PaddingTop>
622                            <PaddingBottom>2pt</PaddingBottom>
623                          </Style>
624                          <ZIndex>14</ZIndex>
625                          <CanGrow>true</CanGrow>
626                          <Value>=Sum(Fields!Netto.Value)</Value>
627                        </Textbox>
628                      </ReportItems>
629                    </TableCell>
630                    <TableCell>
631                      <ReportItems>
632                        <Textbox Name="textbox24">
633                          <rd:DefaultName>textbox24</rd:DefaultName>
634                          <Style>
635                            <BackgroundColor>WhiteSmoke</BackgroundColor>
636                            <BorderColor>
637                              <Default>LightGrey</Default>
638                            </BorderColor>
639                            <BorderStyle>
640                              <Default>Solid</Default>
641                            </BorderStyle>
642                            <BorderWidth>
643                              <Default>0.5pt</Default>
644                            </BorderWidth>
645                            <FontFamily>Tahoma</FontFamily>
646                            <FontWeight>700</FontWeight>
647                            <PaddingLeft>2pt</PaddingLeft>
648                            <PaddingRight>2pt</PaddingRight>
649                            <PaddingTop>2pt</PaddingTop>
650                            <PaddingBottom>2pt</PaddingBottom>
651                          </Style>
652                          <ZIndex>13</ZIndex>
653                          <CanGrow>true</CanGrow>
654                          <Value>
655                          </Value>
656                        </Textbox>
657                      </ReportItems>
658                    </TableCell>
659                    <TableCell>
660                      <ReportItems>
661                        <Textbox Name="textbox25">
662                          <rd:DefaultName>textbox25</rd:DefaultName>
663                          <Style>
664                            <BackgroundColor>WhiteSmoke</BackgroundColor>
665                            <BorderColor>
666                              <Default>LightGrey</Default>
667                            </BorderColor>
668                            <BorderStyle>
669                              <Default>Solid</Default>
670                            </BorderStyle>
671                            <BorderWidth>
672                              <Default>0.5pt</Default>
673                            </BorderWidth>
674                            <FontFamily>Tahoma</FontFamily>
675                            <FontWeight>700</FontWeight>
676                            <PaddingLeft>2pt</PaddingLeft>
677                            <PaddingRight>2pt</PaddingRight>
678                            <PaddingTop>2pt</PaddingTop>
679                            <PaddingBottom>2pt</PaddingBottom>
680                          </Style>
681                          <ZIndex>12</ZIndex>
682                          <CanGrow>true</CanGrow>
683                          <Value>
684                          </Value>
685                        </Textbox>
686                      </ReportItems>
687                    </TableCell>
688                  </TableCells>
689                  <Height>0.53333cm</Height>
690                </TableRow>
691              </TableRows>
692            </Header>
693          </TableGroup>
694        </TableGroups>
695        <Details>
696          <TableRows>
697            <TableRow>
698              <TableCells>
699                <TableCell>
700                  <ReportItems>
701                    <Textbox Name="textbox3">
702                      <rd:DefaultName>textbox3</rd:DefaultName>
703                      <Style>
704                        <BorderColor>
705                          <Default>LightGrey</Default>
706                        </BorderColor>
707                        <FontFamily>Tahoma</FontFamily>
708                        <PaddingLeft>2pt</PaddingLeft>
709                        <PaddingRight>2pt</PaddingRight>
710                        <PaddingTop>2pt</PaddingTop>
711                        <PaddingBottom>2pt</PaddingBottom>
712                      </Style>
713                      <ZIndex>5</ZIndex>
714                      <CanGrow>true</CanGrow>
715                      <Value>
716                      </Value>
717                    </Textbox>
718                  </ReportItems>
719                </TableCell>
720                <TableCell>
721                  <ReportItems>
722                    <Textbox Name="textbox5">
723                      <rd:DefaultName>textbox5</rd:DefaultName>
724                      <Style>
725                        <BorderColor>
726                          <Default>LightGrey</Default>
727                        </BorderColor>
728                        <FontFamily>Tahoma</FontFamily>
729                        <PaddingLeft>2pt</PaddingLeft>
730                        <PaddingRight>2pt</PaddingRight>
731                        <PaddingTop>2pt</PaddingTop>
732                        <PaddingBottom>2pt</PaddingBottom>
733                      </Style>
734                      <ZIndex>4</ZIndex>
735                      <CanGrow>true</CanGrow>
736                      <Value>
737                      </Value>
738                    </Textbox>
739                  </ReportItems>
740                </TableCell>
741                <TableCell>
742                  <ReportItems>
743                    <Textbox Name="NumerFaktury">
744                      <rd:DefaultName>NumerFaktury</rd:DefaultName>
745                      <Style>
746                        <BorderColor>
747                          <Default>LightGrey</Default>
748                        </BorderColor>
749                        <BorderStyle>
750                          <Default>Solid</Default>
751                        </BorderStyle>
752                        <FontSize>8pt</FontSize>
753                        <PaddingLeft>2pt</PaddingLeft>
754                        <PaddingRight>2pt</PaddingRight>
755                        <PaddingTop>2pt</PaddingTop>
756                        <PaddingBottom>2pt</PaddingBottom>
757                      </Style>
758                      <ZIndex>3</ZIndex>
759                      <CanGrow>true</CanGrow>
760                      <Value>=Fields!NumerFaktury.Value</Value>
761                    </Textbox>
762                  </ReportItems>
763                </TableCell>
764                <TableCell>
765                  <ReportItems>
766                    <Textbox Name="Netto">
767                      <rd:DefaultName>Netto</rd:DefaultName>
768                      <Style>
769                        <BorderColor>
770                          <Default>LightGrey</Default>
771                        </BorderColor>
772                        <BorderStyle>
773                          <Default>Solid</Default>
774                        </BorderStyle>
775                        <FontSize>8pt</FontSize>
776                        <Format>C</Format>
777                        <PaddingLeft>2pt</PaddingLeft>
778                        <PaddingRight>2pt</PaddingRight>
779                        <PaddingTop>2pt</PaddingTop>
780                        <PaddingBottom>2pt</PaddingBottom>
781                      </Style>
782                      <ZIndex>2</ZIndex>
783                      <CanGrow>true</CanGrow>
784                      <Value>=Fields!Netto.Value</Value>
785                    </Textbox>
786                  </ReportItems>
787                </TableCell>
788                <TableCell>
789                  <ReportItems>
790                    <Textbox Name="Agent">
791                      <rd:DefaultName>Agent</rd:DefaultName>
792                      <Style>
793                        <BorderColor>
794                          <Default>LightGrey</Default>
795                        </BorderColor>
796                        <BorderStyle>
797                          <Default>Solid</Default>
798                        </BorderStyle>
799                        <FontSize>8pt</FontSize>
800                        <PaddingLeft>2pt</PaddingLeft>
801                        <PaddingRight>2pt</PaddingRight>
802                        <PaddingTop>2pt</PaddingTop>
803                        <PaddingBottom>2pt</PaddingBottom>
804                      </Style>
805                      <ZIndex>1</ZIndex>
806                      <CanGrow>true</CanGrow>
807                      <Value>=Fields!Agent.Value</Value>
808                    </Textbox>
809                  </ReportItems>
810                </TableCell>
811                <TableCell>
812                  <ReportItems>
813                    <Textbox Name="Data">
814                      <rd:DefaultName>Data</rd:DefaultName>
815                      <Style>
816                        <BorderColor>
817                          <Default>LightGrey</Default>
818                        </BorderColor>
819                        <BorderStyle>
820                          <Default>Solid</Default>
821                        </BorderStyle>
822                        <FontSize>8pt</FontSize>
823                        <Format>yyyy-MM-dd</Format>
824                        <PaddingLeft>2pt</PaddingLeft>
825                        <PaddingRight>2pt</PaddingRight>
826                        <PaddingTop>2pt</PaddingTop>
827                        <PaddingBottom>2pt</PaddingBottom>
828                      </Style>
829                      <CanGrow>true</CanGrow>
830                      <Value>=Fields!Data.Value</Value>
831                    </Textbox>
832                  </ReportItems>
833                </TableCell>
834              </TableCells>
835              <Height>0.53333cm</Height>
836            </TableRow>
837          </TableRows>
838          <Visibility>
839            <Hidden>true</Hidden>
840            <ToggleItem>Agencja</ToggleItem>
841          </Visibility>
842        </Details>
843        <Header>
844          <TableRows>
845            <TableRow>
846              <TableCells>
847                <TableCell>
848                  <ReportItems>
849                    <Textbox Name="textbox2">
850                      <rd:DefaultName>textbox2</rd:DefaultName>
851                      <Style>
852                        <BorderColor>
853                          <Default>LightGrey</Default>
854                        </BorderColor>
855                        <FontSize>8pt</FontSize>
856                        <FontWeight>700</FontWeight>
857                        <TextAlign>Center</TextAlign>
858                        <PaddingLeft>2pt</PaddingLeft>
859                        <PaddingRight>2pt</PaddingRight>
860                        <PaddingTop>2pt</PaddingTop>
861                        <PaddingBottom>2pt</PaddingBottom>
862                      </Style>
863                      <ZIndex>29</ZIndex>
864                      <CanGrow>true</CanGrow>
865                      <Value>Agencja</Value>
866                    </Textbox>
867                  </ReportItems>
868                </TableCell>
869                <TableCell>
870                  <ReportItems>
871                    <Textbox Name="textbox4">
872                      <rd:DefaultName>textbox4</rd:DefaultName>
873                      <Style>
874                        <BorderColor>
875                          <Default>LightGrey</Default>
876                        </BorderColor>
877                        <FontSize>8pt</FontSize>
878                        <FontWeight>700</FontWeight>
879                        <TextAlign>Center</TextAlign>
880                        <PaddingLeft>2pt</PaddingLeft>
881                        <PaddingRight>2pt</PaddingRight>
882                        <PaddingTop>2pt</PaddingTop>
883                        <PaddingBottom>2pt</PaddingBottom>
884                      </Style>
885                      <ZIndex>28</ZIndex>
886                      <CanGrow>true</CanGrow>
887                      <Value>Tytuł wydania</Value>
888                    </Textbox>
889                  </ReportItems>
890                </TableCell>
891                <TableCell>
892                  <ReportItems>
893                    <Textbox Name="textbox7">
894                      <rd:DefaultName>textbox7</rd:DefaultName>
895                      <Style>
896                        <BorderColor>
897                          <Default>LightGrey</Default>
898                        </BorderColor>
899                        <FontSize>8pt</FontSize>
900                        <FontWeight>700</FontWeight>
901                        <TextAlign>Center</TextAlign>
902                        <PaddingLeft>2pt</PaddingLeft>
903                        <PaddingRight>2pt</PaddingRight>
904                        <PaddingTop>2pt</PaddingTop>
905                        <PaddingBottom>2pt</PaddingBottom>
906                      </Style>
907                      <ZIndex>27</ZIndex>
908                      <CanGrow>true</CanGrow>
909                      <Value>Numer Faktury</Value>
910                    </Textbox>
911                  </ReportItems>
912                </TableCell>
913                <TableCell>
914                  <ReportItems>
915                    <Textbox Name="textbox9">
916                      <rd:DefaultName>textbox9</rd:DefaultName>
917                      <Style>
918                        <BorderColor>
919                          <Default>LightGrey</Default>
920                        </BorderColor>
921                        <FontSize>8pt</FontSize>
922                        <FontWeight>700</FontWeight>
923                        <TextAlign>Center</TextAlign>
924                        <PaddingLeft>2pt</PaddingLeft>
925                        <PaddingRight>2pt</PaddingRight>
926                        <PaddingTop>2pt</PaddingTop>
927                        <PaddingBottom>2pt</PaddingBottom>
928                      </Style>
929                      <ZIndex>26</ZIndex>
930                      <CanGrow>true</CanGrow>
931                      <Value>Netto</Value>
932                    </Textbox>
933                  </ReportItems>
934                </TableCell>
935                <TableCell>
936                  <ReportItems>
937                    <Textbox Name="textbox10">
938                      <rd:DefaultName>textbox10</rd:DefaultName>
939                      <Style>
940                        <BorderColor>
941                          <Default>LightGrey</Default>
942                        </BorderColor>
943                        <FontSize>8pt</FontSize>
944                        <FontWeight>700</FontWeight>
945                        <TextAlign>Center</TextAlign>
946                        <PaddingLeft>2pt</PaddingLeft>
947                        <PaddingRight>2pt</PaddingRight>
948                        <PaddingTop>2pt</PaddingTop>
949                        <PaddingBottom>2pt</PaddingBottom>
950                      </Style>
951                      <ZIndex>25</ZIndex>
952                      <CanGrow>true</CanGrow>
953                      <Value>Agent</Value>
954                    </Textbox>
955                  </ReportItems>
956                </TableCell>
957                <TableCell>
958                  <ReportItems>
959                    <Textbox Name="textbox11">
960                      <rd:DefaultName>textbox11</rd:DefaultName>
961                      <Style>
962                        <BorderColor>
963                          <Default>LightGrey</Default>
964                        </BorderColor>
965                        <FontSize>8pt</FontSize>
966                        <FontWeight>700</FontWeight>
967                        <TextAlign>Center</TextAlign>
968                        <PaddingLeft>2pt</PaddingLeft>
969                        <PaddingRight>2pt</PaddingRight>
970                        <PaddingTop>2pt</PaddingTop>
971                        <PaddingBottom>2pt</PaddingBottom>
972                      </Style>
973                      <ZIndex>24</ZIndex>
974                      <CanGrow>true</CanGrow>
975                      <Value>Data</Value>
976                    </Textbox>
977                  </ReportItems>
978                </TableCell>
979              </TableCells>
980              <Height>0.6cm</Height>
981            </TableRow>
982          </TableRows>
983          <RepeatOnNewPage>true</RepeatOnNewPage>
984        </Header>
985        <TableColumns>
986          <TableColumn>
987            <Width>4.5cm</Width>
988          </TableColumn>
989          <TableColumn>
990            <Width>3.5cm</Width>
991          </TableColumn>
992          <TableColumn>
993            <Width>3.5cm</Width>
994          </TableColumn>
995          <TableColumn>
996            <Width>3cm</Width>
997          </TableColumn>
998          <TableColumn>
999            <Width>3.02646cm</Width>
1000          </TableColumn>
1001          <TableColumn>
1002            <Width>3cm</Width>
1003          </TableColumn>
1004        </TableColumns>
1005        <Footer>
1006          <TableRows>
1007            <TableRow>
1008              <TableCells>
1009                <TableCell>
1010                  <ReportItems>
1011                    <Textbox Name="textbox6">
1012                      <rd:DefaultName>textbox6</rd:DefaultName>
1013                      <Style>
1014                        <PaddingLeft>2pt</PaddingLeft>
1015                        <PaddingRight>2pt</PaddingRight>
1016                        <PaddingTop>2pt</PaddingTop>
1017                        <PaddingBottom>2pt</PaddingBottom>
1018                      </Style>
1019                      <ZIndex>11</ZIndex>
1020                      <CanGrow>true</CanGrow>
1021                      <Value />
1022                    </Textbox>
1023                  </ReportItems>
1024                </TableCell>
1025                <TableCell>
1026                  <ReportItems>
1027                    <Textbox Name="textbox8">
1028                      <rd:DefaultName>textbox8</rd:DefaultName>
1029                      <Style>
1030                        <PaddingLeft>2pt</PaddingLeft>
1031                        <PaddingRight>2pt</PaddingRight>
1032                        <PaddingTop>2pt</PaddingTop>
1033                        <PaddingBottom>2pt</PaddingBottom>
1034                      </Style>
1035                      <ZIndex>10</ZIndex>
1036                      <CanGrow>true</CanGrow>
1037                      <Value />
1038                    </Textbox>
1039                  </ReportItems>
1040                </TableCell>
1041                <TableCell>
1042                  <ReportItems>
1043                    <Textbox Name="textbox13">
1044                      <rd:DefaultName>textbox13</rd:DefaultName>
1045                      <Style>
1046                        <PaddingLeft>2pt</PaddingLeft>
1047                        <PaddingRight>2pt</PaddingRight>
1048                        <PaddingTop>2pt</PaddingTop>
1049                        <PaddingBottom>2pt</PaddingBottom>
1050                      </Style>
1051                      <ZIndex>9</ZIndex>
1052                      <CanGrow>true</CanGrow>
1053                      <Value />
1054                    </Textbox>
1055                  </ReportItems>
1056                </TableCell>
1057                <TableCell>
1058                  <ReportItems>
1059                    <Textbox Name="textbox15">
1060                      <rd:DefaultName>textbox15</rd:DefaultName>
1061                      <Style>
1062                        <BackgroundColor>WhiteSmoke</BackgroundColor>
1063                        <BorderColor>
1064                          <Default>LightGrey</Default>
1065                        </BorderColor>
1066                        <BorderStyle>
1067                          <Default>Solid</Default>
1068                        </BorderStyle>
1069                        <BorderWidth>
1070                          <Default>0.5pt</Default>
1071                        </BorderWidth>
1072                        <FontSize>8pt</FontSize>
1073                        <FontWeight>700</FontWeight>
1074                        <Format>C</Format>
1075                        <PaddingLeft>2pt</PaddingLeft>
1076                        <PaddingRight>2pt</PaddingRight>
1077                        <PaddingTop>2pt</PaddingTop>
1078                        <PaddingBottom>2pt</PaddingBottom>
1079                      </Style>
1080                      <ZIndex>8</ZIndex>
1081                      <CanGrow>true</CanGrow>
1082                      <Value>=Sum(Fields!Netto.Value)</Value>
1083                    </Textbox>
1084                  </ReportItems>
1085                </TableCell>
1086                <TableCell>
1087                  <ReportItems>
1088                    <Textbox Name="textbox20">
1089                      <rd:DefaultName>textbox20</rd:DefaultName>
1090                      <Style>
1091                        <PaddingLeft>2pt</PaddingLeft>
1092                        <PaddingRight>2pt</PaddingRight>
1093                        <PaddingTop>2pt</PaddingTop>
1094                        <PaddingBottom>2pt</PaddingBottom>
1095                      </Style>
1096                      <ZIndex>7</ZIndex>
1097                      <CanGrow>true</CanGrow>
1098                      <Value />
1099                    </Textbox>
1100                  </ReportItems>
1101                </TableCell>
1102                <TableCell>
1103                  <ReportItems>
1104                    <Textbox Name="textbox22">
1105                      <rd:DefaultName>textbox22</rd:DefaultName>
1106                      <Style>
1107                        <PaddingLeft>2pt</PaddingLeft>
1108                        <PaddingRight>2pt</PaddingRight>
1109                        <PaddingTop>2pt</PaddingTop>
1110                        <PaddingBottom>2pt</PaddingBottom>
1111                      </Style>
1112                      <ZIndex>6</ZIndex>
1113                      <CanGrow>true</CanGrow>
1114                      <Value />
1115                    </Textbox>
1116                  </ReportItems>
1117                </TableCell>
1118              </TableCells>
1119              <Height>0.63492cm</Height>
1120            </TableRow>
1121          </TableRows>
1122        </Footer>
1123      </Table>
1124    </ReportItems>
1125    <Height>3.7492cm</Height>
1126  </Body>
1127  <Language>pl-PL</Language>
1128  <TopMargin>2.5cm</TopMargin>
1129  <PageHeight>29.7cm</PageHeight>
1130</Report>
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.