root/trunk/RaportySQL/SprzedazReklamWYR2009.rdl

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

re #92

Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Report xmlns="http://schemas.microsoft.com/sqlserver/reporting/2005/01/reportdefinition" xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner">
3  <DataSources>
4    <DataSource Name="BAZA_REKLAM">
5      <rd:DataSourceID>0d1a845a-f667-401a-ad7c-c8b969acce27</rd:DataSourceID>
6      <DataSourceReference>BAZA_REKLAM</DataSourceReference>
7    </DataSource>
8  </DataSources>
9  <InteractiveHeight>29.7cm</InteractiveHeight>
10  <ReportParameters>
11    <ReportParameter Name="prawa_agencje">
12      <DataType>String</DataType>
13      <Nullable>true</Nullable>
14      <Prompt>prawa_agencje</Prompt>
15      <Hidden>true</Hidden>
16    </ReportParameter>
17    <ReportParameter Name="rok">
18      <DataType>String</DataType>
19      <DefaultValue>
20        <Values>
21          <Value>=Year(Today)</Value>
22        </Values>
23      </DefaultValue>
24      <Prompt>Rok:</Prompt>
25      <ValidValues>
26        <DataSetReference>
27          <DataSetName>ListaLat</DataSetName>
28          <ValueField>rok</ValueField>
29          <LabelField>rok</LabelField>
30        </DataSetReference>
31      </ValidValues>
32    </ReportParameter>
33    <ReportParameter Name="miesiac">
34      <DataType>String</DataType>
35      <DefaultValue>
36        <Values>
37          <Value>=Month(Today)</Value>
38        </Values>
39      </DefaultValue>
40      <Prompt>Miesiac:</Prompt>
41      <ValidValues>
42        <ParameterValues>
43          <ParameterValue>
44            <Value>1</Value>
45          </ParameterValue>
46          <ParameterValue>
47            <Value>2</Value>
48          </ParameterValue>
49          <ParameterValue>
50            <Value>3</Value>
51          </ParameterValue>
52          <ParameterValue>
53            <Value>4</Value>
54          </ParameterValue>
55          <ParameterValue>
56            <Value>5</Value>
57          </ParameterValue>
58          <ParameterValue>
59            <Value>6</Value>
60          </ParameterValue>
61          <ParameterValue>
62            <Value>7</Value>
63          </ParameterValue>
64          <ParameterValue>
65            <Value>8</Value>
66          </ParameterValue>
67          <ParameterValue>
68            <Value>9</Value>
69          </ParameterValue>
70          <ParameterValue>
71            <Value>10</Value>
72          </ParameterValue>
73          <ParameterValue>
74            <Value>11</Value>
75          </ParameterValue>
76          <ParameterValue>
77            <Value>12</Value>
78          </ParameterValue>
79        </ParameterValues>
80      </ValidValues>
81    </ReportParameter>
82    <ReportParameter Name="agencja">
83      <DataType>String</DataType>
84      <DefaultValue>
85        <DataSetReference>
86          <DataSetName>ListaAgencji</DataSetName>
87          <ValueField>Symbol</ValueField>
88        </DataSetReference>
89      </DefaultValue>
90      <Prompt>Agencja</Prompt>
91      <ValidValues>
92        <DataSetReference>
93          <DataSetName>ListaAgencji</DataSetName>
94          <ValueField>Symbol</ValueField>
95          <LabelField>Symbol</LabelField>
96        </DataSetReference>
97      </ValidValues>
98      <MultiValue>true</MultiValue>
99    </ReportParameter>
100  </ReportParameters>
101  <rd:DrawGrid>true</rd:DrawGrid>
102  <InteractiveWidth>21cm</InteractiveWidth>
103  <rd:GridSpacing>0.15cm</rd:GridSpacing>
104  <rd:SnapToGrid>true</rd:SnapToGrid>
105  <RightMargin>1cm</RightMargin>
106  <LeftMargin>1cm</LeftMargin>
107  <BottomMargin>1cm</BottomMargin>
108  <rd:ReportID>13f46e4e-7f57-4699-a788-f9c439b9a4ac</rd:ReportID>
109  <PageWidth>21cm</PageWidth>
110  <DataSets>
111    <DataSet Name="ListaLat">
112      <Fields>
113        <Field Name="rok">
114          <DataField>rok</DataField>
115          <rd:TypeName>System.Int32</rd:TypeName>
116        </Field>
117      </Fields>
118      <Query>
119        <DataSourceName>BAZA_REKLAM</DataSourceName>
120        <CommandText>select distinct year(DATA_W) as rok from dbo.NR where DATA_W is not null and year(data_w)&gt;2008 order by year(DATA_W)desc</CommandText>
121        <rd:UseGenericDesigner>true</rd:UseGenericDesigner>
122      </Query>
123    </DataSet>
124    <DataSet Name="ListaAgencji">
125      <Fields>
126        <Field Name="Id_agencji">
127          <DataField>Id_agencji</DataField>
128          <rd:TypeName>System.Int32</rd:TypeName>
129        </Field>
130        <Field Name="Symbol">
131          <DataField>Symbol</DataField>
132          <rd:TypeName>System.String</rd:TypeName>
133        </Field>
134      </Fields>
135      <Query>
136        <DataSourceName>BAZA_REKLAM</DataSourceName>
137        <CommandText>SELECT        Id_agencji, Symbol
138FROM            AGENCJE where aktywna=1 and (@prawa_agencje is null or @prawa_agencje= Id_agencji)</CommandText>
139        <QueryParameters>
140          <QueryParameter Name="@prawa_agencje">
141            <Value>=Parameters!prawa_agencje.Value</Value>
142          </QueryParameter>
143        </QueryParameters>
144        <rd:UseGenericDesigner>true</rd:UseGenericDesigner>
145      </Query>
146    </DataSet>
147    <DataSet Name="Wyroznienia">
148      <Fields>
149        <Field Name="IdFaktury">
150          <DataField>IdFaktury</DataField>
151          <rd:TypeName>System.Int32</rd:TypeName>
152        </Field>
153        <Field Name="NumerFaktury">
154          <DataField>NumerFaktury</DataField>
155          <rd:TypeName>System.Int32</rd:TypeName>
156        </Field>
157        <Field Name="Rok">
158          <DataField>Rok</DataField>
159          <rd:TypeName>System.Int32</rd:TypeName>
160        </Field>
161        <Field Name="Miesiac">
162          <DataField>Miesiac</DataField>
163          <rd:TypeName>System.Int32</rd:TypeName>
164        </Field>
165        <Field Name="Agencja">
166          <DataField>Agencja</DataField>
167          <rd:TypeName>System.String</rd:TypeName>
168        </Field>
169        <Field Name="Agent">
170          <DataField>Agent</DataField>
171          <rd:TypeName>System.String</rd:TypeName>
172        </Field>
173        <Field Name="IdReklamy">
174          <DataField>IdReklamy</DataField>
175          <rd:TypeName>System.String</rd:TypeName>
176        </Field>
177        <Field Name="SymbolFaktury">
178          <DataField>SymbolFaktury</DataField>
179          <rd:TypeName>System.String</rd:TypeName>
180        </Field>
181        <Field Name="DataFaktury">
182          <DataField>DataFaktury</DataField>
183          <rd:TypeName>System.DateTime</rd:TypeName>
184        </Field>
185        <Field Name="DataWplaty">
186          <DataField>DataWplaty</DataField>
187          <rd:TypeName>System.DateTime</rd:TypeName>
188        </Field>
189        <Field Name="Wyroznienie">
190          <DataField>Wyroznienie</DataField>
191          <rd:TypeName>System.Decimal</rd:TypeName>
192        </Field>
193      </Fields>
194      <Query>
195        <DataSourceName>BAZA_REKLAM</DataSourceName>
196        <CommandText>SELECT * FROM ReklamyWyroznienie
197WHERE
198Rok=@rok
199AND Miesiac=@miesiac</CommandText>
200        <QueryParameters>
201          <QueryParameter Name="@rok">
202            <Value>=Parameters!rok.Value</Value>
203          </QueryParameter>
204          <QueryParameter Name="@miesiac">
205            <Value>=Parameters!miesiac.Value</Value>
206          </QueryParameter>
207        </QueryParameters>
208        <rd:UseGenericDesigner>true</rd:UseGenericDesigner>
209      </Query>
210    </DataSet>
211  </DataSets>
212  <Code />
213  <Width>18.75cm</Width>
214  <Body>
215    <ColumnSpacing>1cm</ColumnSpacing>
216    <ReportItems>
217      <Textbox Name="textbox9">
218        <rd:DefaultName>textbox9</rd:DefaultName>
219        <Top>0.9cm</Top>
220        <Width>16.05cm</Width>
221        <Style>
222          <Color>Red</Color>
223          <FontWeight>700</FontWeight>
224          <TextAlign>Center</TextAlign>
225          <PaddingLeft>2pt</PaddingLeft>
226          <PaddingRight>2pt</PaddingRight>
227          <PaddingTop>2pt</PaddingTop>
228          <PaddingBottom>2pt</PaddingBottom>
229        </Style>
230        <ZIndex>4</ZIndex>
231        <CanGrow>true</CanGrow>
232        <Left>1.5cm</Left>
233        <Height>0.48492cm</Height>
234        <Value>Kwota wyróŌnienia jest liczona na podstawie pozycji faktur z wyróŌnieniem 15 %.</Value>
235      </Textbox>
236      <Textbox Name="wyroznienie_kwota_2">
237        <rd:DefaultName>wyroznienie_kwota_2</rd:DefaultName>
238        <Top>3.75cm</Top>
239        <Width>2.75cm</Width>
240        <Style>
241          <FontSize>8pt</FontSize>
242          <FontWeight>700</FontWeight>
243          <Format>C</Format>
244          <TextAlign>Right</TextAlign>
245          <PaddingLeft>2pt</PaddingLeft>
246          <PaddingRight>2pt</PaddingRight>
247          <PaddingTop>2pt</PaddingTop>
248          <PaddingBottom>2pt</PaddingBottom>
249          <Language>pl</Language>
250        </Style>
251        <ZIndex>3</ZIndex>
252        <CanGrow>true</CanGrow>
253        <Left>14.75cm</Left>
254        <Value>=Sum(Fields!Wyroznienie.Value, "Wyroznienia")</Value>
255      </Textbox>
256      <Textbox Name="textbox5">
257        <rd:DefaultName>textbox5</rd:DefaultName>
258        <Top>3.75cm</Top>
259        <Width>2.53968cm</Width>
260        <Style>
261          <FontSize>8pt</FontSize>
262          <FontWeight>700</FontWeight>
263          <TextAlign>Center</TextAlign>
264          <PaddingLeft>2pt</PaddingLeft>
265          <PaddingRight>2pt</PaddingRight>
266          <PaddingTop>2pt</PaddingTop>
267          <PaddingBottom>2pt</PaddingBottom>
268        </Style>
269        <ZIndex>2</ZIndex>
270        <CanGrow>true</CanGrow>
271        <Left>12.25cm</Left>
272        <Value>SUMA:</Value>
273      </Textbox>
274      <Textbox Name="textbox15">
275        <rd:DefaultName>textbox15</rd:DefaultName>
276        <Top>0.25cm</Top>
277        <Width>16cm</Width>
278        <Style>
279          <FontSize>14pt</FontSize>
280          <FontWeight>700</FontWeight>
281          <TextAlign>Center</TextAlign>
282          <PaddingLeft>2pt</PaddingLeft>
283          <PaddingRight>2pt</PaddingRight>
284          <PaddingTop>2pt</PaddingTop>
285          <PaddingBottom>2pt</PaddingBottom>
286        </Style>
287        <ZIndex>1</ZIndex>
288        <CanGrow>true</CanGrow>
289        <Left>1.5cm</Left>
290        <Height>0.63492cm</Height>
291        <Value>RAPORT - SRZEDAÅ» REKLAM</Value>
292      </Textbox>
293      <List Name="list1">
294        <Left>1.5cm</Left>
295        <DataSetName>Wyroznienia</DataSetName>
296        <ReportItems>
297          <Table Name="table1">
298            <DataSetName>Wyroznienia</DataSetName>
299            <Top>0.25cm</Top>
300            <Details>
301              <TableRows>
302                <TableRow>
303                  <TableCells>
304                    <TableCell>
305                      <ReportItems>
306                        <Textbox Name="rok">
307                          <rd:DefaultName>rok</rd:DefaultName>
308                          <Style>
309                            <BorderColor>
310                              <Default>LightGrey</Default>
311                            </BorderColor>
312                            <BorderStyle>
313                              <Default>Solid</Default>
314                            </BorderStyle>
315                            <BorderWidth>
316                              <Default>0.5pt</Default>
317                            </BorderWidth>
318                            <FontSize>8pt</FontSize>
319                            <TextAlign>Center</TextAlign>
320                            <VerticalAlign>Middle</VerticalAlign>
321                            <PaddingLeft>2pt</PaddingLeft>
322                            <PaddingRight>2pt</PaddingRight>
323                            <PaddingTop>2pt</PaddingTop>
324                            <PaddingBottom>2pt</PaddingBottom>
325                          </Style>
326                          <ZIndex>6</ZIndex>
327                          <CanGrow>true</CanGrow>
328                          <Value>=Fields!Rok.Value</Value>
329                        </Textbox>
330                      </ReportItems>
331                    </TableCell>
332                    <TableCell>
333                      <ReportItems>
334                        <Textbox Name="MS">
335                          <rd:DefaultName>MS</rd:DefaultName>
336                          <Style>
337                            <BorderColor>
338                              <Default>LightGrey</Default>
339                            </BorderColor>
340                            <BorderStyle>
341                              <Default>Solid</Default>
342                            </BorderStyle>
343                            <BorderWidth>
344                              <Default>0.5pt</Default>
345                            </BorderWidth>
346                            <FontSize>8pt</FontSize>
347                            <VerticalAlign>Middle</VerticalAlign>
348                            <PaddingLeft>2pt</PaddingLeft>
349                            <PaddingRight>2pt</PaddingRight>
350                            <PaddingTop>2pt</PaddingTop>
351                            <PaddingBottom>2pt</PaddingBottom>
352                          </Style>
353                          <ZIndex>5</ZIndex>
354                          <CanGrow>true</CanGrow>
355                          <Value>=Fields!Miesiac.Value</Value>
356                        </Textbox>
357                      </ReportItems>
358                    </TableCell>
359                    <TableCell>
360                      <ReportItems>
361                        <Textbox Name="Agencja">
362                          <rd:DefaultName>Agencja</rd:DefaultName>
363                          <Style>
364                            <BorderColor>
365                              <Default>LightGrey</Default>
366                            </BorderColor>
367                            <BorderStyle>
368                              <Default>Solid</Default>
369                            </BorderStyle>
370                            <BorderWidth>
371                              <Default>0.5pt</Default>
372                            </BorderWidth>
373                            <FontSize>8pt</FontSize>
374                            <TextAlign>Center</TextAlign>
375                            <VerticalAlign>Middle</VerticalAlign>
376                            <PaddingLeft>2pt</PaddingLeft>
377                            <PaddingRight>2pt</PaddingRight>
378                            <PaddingTop>2pt</PaddingTop>
379                            <PaddingBottom>2pt</PaddingBottom>
380                          </Style>
381                          <ZIndex>4</ZIndex>
382                          <CanGrow>true</CanGrow>
383                          <Value>=Fields!Agencja.Value</Value>
384                        </Textbox>
385                      </ReportItems>
386                    </TableCell>
387                    <TableCell>
388                      <ReportItems>
389                        <Textbox Name="Agent">
390                          <rd:DefaultName>Agent</rd:DefaultName>
391                          <Style>
392                            <BorderColor>
393                              <Default>LightGrey</Default>
394                            </BorderColor>
395                            <BorderStyle>
396                              <Default>Solid</Default>
397                            </BorderStyle>
398                            <BorderWidth>
399                              <Default>0.5pt</Default>
400                            </BorderWidth>
401                            <FontSize>8pt</FontSize>
402                            <TextAlign>Center</TextAlign>
403                            <VerticalAlign>Middle</VerticalAlign>
404                            <PaddingLeft>2pt</PaddingLeft>
405                            <PaddingRight>2pt</PaddingRight>
406                            <PaddingTop>2pt</PaddingTop>
407                            <PaddingBottom>2pt</PaddingBottom>
408                          </Style>
409                          <ZIndex>3</ZIndex>
410                          <CanGrow>true</CanGrow>
411                          <Value>=Fields!Agent.Value</Value>
412                        </Textbox>
413                      </ReportItems>
414                    </TableCell>
415                    <TableCell>
416                      <ReportItems>
417                        <Textbox Name="id_reklamy">
418                          <rd:DefaultName>id_reklamy</rd:DefaultName>
419                          <Style>
420                            <BorderColor>
421                              <Default>LightGrey</Default>
422                            </BorderColor>
423                            <BorderStyle>
424                              <Default>Solid</Default>
425                            </BorderStyle>
426                            <BorderWidth>
427                              <Default>0.5pt</Default>
428                            </BorderWidth>
429                            <FontSize>8pt</FontSize>
430                            <TextAlign>Center</TextAlign>
431                            <VerticalAlign>Middle</VerticalAlign>
432                            <PaddingLeft>2pt</PaddingLeft>
433                            <PaddingRight>2pt</PaddingRight>
434                            <PaddingTop>2pt</PaddingTop>
435                            <PaddingBottom>2pt</PaddingBottom>
436                          </Style>
437                          <ZIndex>2</ZIndex>
438                          <CanGrow>true</CanGrow>
439                          <Value>=Fields!IdReklamy.Value</Value>
440                        </Textbox>
441                      </ReportItems>
442                    </TableCell>
443                    <TableCell>
444                      <ReportItems>
445                        <Textbox Name="FAKTURA_NUMER">
446                          <rd:DefaultName>FAKTURA_NUMER</rd:DefaultName>
447                          <Style>
448                            <BorderColor>
449                              <Default>LightGrey</Default>
450                            </BorderColor>
451                            <BorderStyle>
452                              <Default>Solid</Default>
453                            </BorderStyle>
454                            <BorderWidth>
455                              <Default>0.5pt</Default>
456                            </BorderWidth>
457                            <FontSize>8pt</FontSize>
458                            <TextAlign>Center</TextAlign>
459                            <VerticalAlign>Middle</VerticalAlign>
460                            <PaddingLeft>2pt</PaddingLeft>
461                            <PaddingRight>2pt</PaddingRight>
462                            <PaddingTop>2pt</PaddingTop>
463                            <PaddingBottom>2pt</PaddingBottom>
464                          </Style>
465                          <ZIndex>1</ZIndex>
466                          <CanGrow>true</CanGrow>
467                          <Value>=Fields!SymbolFaktury.Value</Value>
468                        </Textbox>
469                      </ReportItems>
470                    </TableCell>
471                    <TableCell>
472                      <ReportItems>
473                        <Textbox Name="wyroznienie_kwota">
474                          <rd:DefaultName>wyroznienie_kwota</rd:DefaultName>
475                          <Style>
476                            <BorderColor>
477                              <Default>LightGrey</Default>
478                            </BorderColor>
479                            <BorderStyle>
480                              <Default>Solid</Default>
481                            </BorderStyle>
482                            <BorderWidth>
483                              <Default>0.5pt</Default>
484                            </BorderWidth>
485                            <FontSize>8pt</FontSize>
486                            <Format>C</Format>
487                            <TextAlign>Right</TextAlign>
488                            <PaddingLeft>2pt</PaddingLeft>
489                            <PaddingRight>2pt</PaddingRight>
490                            <PaddingTop>2pt</PaddingTop>
491                            <PaddingBottom>2pt</PaddingBottom>
492                            <Language>pl</Language>
493                          </Style>
494                          <CanGrow>true</CanGrow>
495                          <Value>=Fields!Wyroznienie.Value</Value>
496                        </Textbox>
497                      </ReportItems>
498                    </TableCell>
499                  </TableCells>
500                  <Height>0.5cm</Height>
501                </TableRow>
502              </TableRows>
503              <Sorting>
504                <SortBy>
505                  <SortExpression>=Fields!Agent.Value</SortExpression>
506                  <Direction>Ascending</Direction>
507                </SortBy>
508              </Sorting>
509            </Details>
510            <Style>
511              <FontSize>8pt</FontSize>
512            </Style>
513            <Header>
514              <TableRows>
515                <TableRow>
516                  <TableCells>
517                    <TableCell>
518                      <ReportItems>
519                        <Textbox Name="textbox11">
520                          <rd:DefaultName>textbox11</rd:DefaultName>
521                          <Style>
522                            <BackgroundColor>WhiteSmoke</BackgroundColor>
523                            <BorderColor>
524                              <Default>LightGrey</Default>
525                            </BorderColor>
526                            <BorderStyle>
527                              <Default>Solid</Default>
528                            </BorderStyle>
529                            <BorderWidth>
530                              <Default>0.5pt</Default>
531                            </BorderWidth>
532                            <FontSize>8pt</FontSize>
533                            <FontWeight>700</FontWeight>
534                            <TextAlign>Center</TextAlign>
535                            <VerticalAlign>Middle</VerticalAlign>
536                            <PaddingLeft>2pt</PaddingLeft>
537                            <PaddingRight>2pt</PaddingRight>
538                            <PaddingTop>2pt</PaddingTop>
539                            <PaddingBottom>2pt</PaddingBottom>
540                          </Style>
541                          <ZIndex>20</ZIndex>
542                          <CanGrow>true</CanGrow>
543                          <Value>ROK</Value>
544                        </Textbox>
545                      </ReportItems>
546                    </TableCell>
547                    <TableCell>
548                      <ReportItems>
549                        <Textbox Name="textbox4">
550                          <rd:DefaultName>textbox4</rd:DefaultName>
551                          <Style>
552                            <BackgroundColor>WhiteSmoke</BackgroundColor>
553                            <BorderColor>
554                              <Default>LightGrey</Default>
555                            </BorderColor>
556                            <BorderStyle>
557                              <Default>Solid</Default>
558                            </BorderStyle>
559                            <BorderWidth>
560                              <Default>0.5pt</Default>
561                            </BorderWidth>
562                            <FontSize>8pt</FontSize>
563                            <FontWeight>700</FontWeight>
564                            <TextAlign>Center</TextAlign>
565                            <VerticalAlign>Middle</VerticalAlign>
566                            <PaddingLeft>2pt</PaddingLeft>
567                            <PaddingRight>2pt</PaddingRight>
568                            <PaddingTop>2pt</PaddingTop>
569                            <PaddingBottom>2pt</PaddingBottom>
570                          </Style>
571                          <ZIndex>19</ZIndex>
572                          <CanGrow>true</CanGrow>
573                          <Value>MS</Value>
574                        </Textbox>
575                      </ReportItems>
576                    </TableCell>
577                    <TableCell>
578                      <ReportItems>
579                        <Textbox Name="textbox1">
580                          <rd:DefaultName>textbox1</rd:DefaultName>
581                          <Style>
582                            <BackgroundColor>WhiteSmoke</BackgroundColor>
583                            <BorderColor>
584                              <Default>LightGrey</Default>
585                            </BorderColor>
586                            <BorderStyle>
587                              <Default>Solid</Default>
588                            </BorderStyle>
589                            <BorderWidth>
590                              <Default>0.5pt</Default>
591                            </BorderWidth>
592                            <FontSize>8pt</FontSize>
593                            <FontWeight>700</FontWeight>
594                            <TextAlign>Center</TextAlign>
595                            <VerticalAlign>Middle</VerticalAlign>
596                            <PaddingLeft>2pt</PaddingLeft>
597                            <PaddingRight>2pt</PaddingRight>
598                            <PaddingTop>2pt</PaddingTop>
599                            <PaddingBottom>2pt</PaddingBottom>
600                          </Style>
601                          <ZIndex>18</ZIndex>
602                          <CanGrow>true</CanGrow>
603                          <Value>Agencja</Value>
604                        </Textbox>
605                      </ReportItems>
606                    </TableCell>
607                    <TableCell>
608                      <ReportItems>
609                        <Textbox Name="textbox2">
610                          <rd:DefaultName>textbox2</rd:DefaultName>
611                          <Style>
612                            <BackgroundColor>WhiteSmoke</BackgroundColor>
613                            <BorderColor>
614                              <Default>LightGrey</Default>
615                            </BorderColor>
616                            <BorderStyle>
617                              <Default>Solid</Default>
618                            </BorderStyle>
619                            <BorderWidth>
620                              <Default>0.5pt</Default>
621                            </BorderWidth>
622                            <FontSize>8pt</FontSize>
623                            <FontWeight>700</FontWeight>
624                            <TextAlign>Center</TextAlign>
625                            <VerticalAlign>Middle</VerticalAlign>
626                            <PaddingLeft>2pt</PaddingLeft>
627                            <PaddingRight>2pt</PaddingRight>
628                            <PaddingTop>2pt</PaddingTop>
629                            <PaddingBottom>2pt</PaddingBottom>
630                          </Style>
631                          <ZIndex>17</ZIndex>
632                          <CanGrow>true</CanGrow>
633                          <Value>Agent</Value>
634                        </Textbox>
635                      </ReportItems>
636                    </TableCell>
637                    <TableCell>
638                      <ReportItems>
639                        <Textbox Name="textbox6">
640                          <rd:DefaultName>textbox6</rd:DefaultName>
641                          <Style>
642                            <BackgroundColor>WhiteSmoke</BackgroundColor>
643                            <BorderColor>
644                              <Default>LightGrey</Default>
645                            </BorderColor>
646                            <BorderStyle>
647                              <Default>Solid</Default>
648                            </BorderStyle>
649                            <BorderWidth>
650                              <Default>0.5pt</Default>
651                            </BorderWidth>
652                            <FontSize>8pt</FontSize>
653                            <FontWeight>700</FontWeight>
654                            <TextAlign>Center</TextAlign>
655                            <VerticalAlign>Middle</VerticalAlign>
656                            <PaddingLeft>2pt</PaddingLeft>
657                            <PaddingRight>2pt</PaddingRight>
658                            <PaddingTop>2pt</PaddingTop>
659                            <PaddingBottom>2pt</PaddingBottom>
660                          </Style>
661                          <ZIndex>16</ZIndex>
662                          <CanGrow>true</CanGrow>
663                          <Value>Reklama</Value>
664                        </Textbox>
665                      </ReportItems>
666                    </TableCell>
667                    <TableCell>
668                      <ReportItems>
669                        <Textbox Name="textbox16">
670                          <rd:DefaultName>textbox16</rd:DefaultName>
671                          <Style>
672                            <BackgroundColor>WhiteSmoke</BackgroundColor>
673                            <BorderColor>
674                              <Default>LightGrey</Default>
675                            </BorderColor>
676                            <BorderStyle>
677                              <Default>Solid</Default>
678                            </BorderStyle>
679                            <BorderWidth>
680                              <Default>0.5pt</Default>
681                            </BorderWidth>
682                            <FontSize>8pt</FontSize>
683                            <FontWeight>700</FontWeight>
684                            <TextAlign>Center</TextAlign>
685                            <VerticalAlign>Middle</VerticalAlign>
686                            <PaddingLeft>2pt</PaddingLeft>
687                            <PaddingRight>2pt</PaddingRight>
688                            <PaddingTop>2pt</PaddingTop>
689                            <PaddingBottom>2pt</PaddingBottom>
690                          </Style>
691                          <ZIndex>15</ZIndex>
692                          <CanGrow>true</CanGrow>
693                          <Value>Nr faktury</Value>
694                        </Textbox>
695                      </ReportItems>
696                    </TableCell>
697                    <TableCell>
698                      <ReportItems>
699                        <Textbox Name="textbox3">
700                          <rd:DefaultName>textbox3</rd:DefaultName>
701                          <Style>
702                            <BackgroundColor>WhiteSmoke</BackgroundColor>
703                            <BorderColor>
704                              <Default>LightGrey</Default>
705                            </BorderColor>
706                            <BorderStyle>
707                              <Default>Solid</Default>
708                            </BorderStyle>
709                            <BorderWidth>
710                              <Default>0.5pt</Default>
711                            </BorderWidth>
712                            <FontSize>8pt</FontSize>
713                            <FontWeight>700</FontWeight>
714                            <TextAlign>Center</TextAlign>
715                            <VerticalAlign>Middle</VerticalAlign>
716                            <PaddingLeft>2pt</PaddingLeft>
717                            <PaddingRight>2pt</PaddingRight>
718                            <PaddingTop>2pt</PaddingTop>
719                            <PaddingBottom>2pt</PaddingBottom>
720                            <Language>pl</Language>
721                          </Style>
722                          <ZIndex>14</ZIndex>
723                          <CanGrow>true</CanGrow>
724                          <Value>Kwota wyr.</Value>
725                        </Textbox>
726                      </ReportItems>
727                    </TableCell>
728                  </TableCells>
729                  <Height>0.5cm</Height>
730                </TableRow>
731              </TableRows>
732            </Header>
733            <TableColumns>
734              <TableColumn>
735                <Width>1cm</Width>
736              </TableColumn>
737              <TableColumn>
738                <Width>0.75cm</Width>
739              </TableColumn>
740              <TableColumn>
741                <Width>2.75cm</Width>
742              </TableColumn>
743              <TableColumn>
744                <Width>3.75cm</Width>
745              </TableColumn>
746              <TableColumn>
747                <Width>2.5cm</Width>
748              </TableColumn>
749              <TableColumn>
750                <Width>2.5cm</Width>
751              </TableColumn>
752              <TableColumn>
753                <Width>2.75cm</Width>
754              </TableColumn>
755            </TableColumns>
756            <Height>1.5cm</Height>
757            <Footer>
758              <TableRows>
759                <TableRow>
760                  <TableCells>
761                    <TableCell>
762                      <ReportItems>
763                        <Textbox Name="textbox13">
764                          <rd:DefaultName>textbox13</rd:DefaultName>
765                          <Style>
766                            <BorderColor>
767                              <Default>LightGrey</Default>
768                            </BorderColor>
769                            <BorderStyle>
770                              <Top>Solid</Top>
771                            </BorderStyle>
772                            <BorderWidth>
773                              <Default>0.5pt</Default>
774                            </BorderWidth>
775                            <FontSize>8pt</FontSize>
776                            <TextAlign>Center</TextAlign>
777                            <VerticalAlign>Middle</VerticalAlign>
778                            <PaddingLeft>2pt</PaddingLeft>
779                            <PaddingRight>2pt</PaddingRight>
780                            <PaddingTop>2pt</PaddingTop>
781                            <PaddingBottom>2pt</PaddingBottom>
782                          </Style>
783                          <ZIndex>13</ZIndex>
784                          <CanGrow>true</CanGrow>
785                          <Value />
786                        </Textbox>
787                      </ReportItems>
788                    </TableCell>
789                    <TableCell>
790                      <ReportItems>
791                        <Textbox Name="textbox10">
792                          <rd:DefaultName>textbox10</rd:DefaultName>
793                          <Style>
794                            <BorderColor>
795                              <Default>LightGrey</Default>
796                            </BorderColor>
797                            <BorderStyle>
798                              <Top>Solid</Top>
799                            </BorderStyle>
800                            <BorderWidth>
801                              <Default>0.5pt</Default>
802                            </BorderWidth>
803                            <FontSize>8pt</FontSize>
804                            <VerticalAlign>Middle</VerticalAlign>
805                            <PaddingLeft>2pt</PaddingLeft>
806                            <PaddingRight>2pt</PaddingRight>
807                            <PaddingTop>2pt</PaddingTop>
808                            <PaddingBottom>2pt</PaddingBottom>
809                          </Style>
810                          <ZIndex>12</ZIndex>
811                          <CanGrow>true</CanGrow>
812                          <Value />
813                        </Textbox>
814                      </ReportItems>
815                    </TableCell>
816                    <TableCell>
817                      <ReportItems>
818                        <Textbox Name="textbox7">
819                          <rd:DefaultName>textbox7</rd:DefaultName>
820                          <Style>
821                            <BorderColor>
822                              <Default>LightGrey</Default>
823                            </BorderColor>
824                            <BorderStyle>
825                              <Top>Solid</Top>
826                            </BorderStyle>
827                            <BorderWidth>
828                              <Default>0.5pt</Default>
829                            </BorderWidth>
830                            <FontSize>8pt</FontSize>
831                            <TextAlign>Center</TextAlign>
832                            <VerticalAlign>Middle</VerticalAlign>
833                            <PaddingLeft>2pt</PaddingLeft>
834                            <PaddingRight>2pt</PaddingRight>
835                            <PaddingTop>2pt</PaddingTop>
836                            <PaddingBottom>2pt</PaddingBottom>
837                          </Style>
838                          <ZIndex>11</ZIndex>
839                          <CanGrow>true</CanGrow>
840                          <Value />
841                        </Textbox>
842                      </ReportItems>
843                    </TableCell>
844                    <TableCell>
845                      <ReportItems>
846                        <Textbox Name="textbox8">
847                          <rd:DefaultName>textbox8</rd:DefaultName>
848                          <Style>
849                            <BorderColor>
850                              <Default>LightGrey</Default>
851                            </BorderColor>
852                            <BorderStyle>
853                              <Top>Solid</Top>
854                            </BorderStyle>
855                            <BorderWidth>
856                              <Default>0.5pt</Default>
857                            </BorderWidth>
858                            <FontSize>8pt</FontSize>
859                            <TextAlign>Center</TextAlign>
860                            <VerticalAlign>Middle</VerticalAlign>
861                            <PaddingLeft>2pt</PaddingLeft>
862                            <PaddingRight>2pt</PaddingRight>
863                            <PaddingTop>2pt</PaddingTop>
864                            <PaddingBottom>2pt</PaddingBottom>
865                          </Style>
866                          <ZIndex>10</ZIndex>
867                          <CanGrow>true</CanGrow>
868                          <Value />
869                        </Textbox>
870                      </ReportItems>
871                    </TableCell>
872                    <TableCell>
873                      <ReportItems>
874                        <Textbox Name="textbox14">
875                          <rd:DefaultName>textbox14</rd:DefaultName>
876                          <Style>
877                            <BorderColor>
878                              <Default>LightGrey</Default>
879                            </BorderColor>
880                            <BorderStyle>
881                              <Top>Solid</Top>
882                            </BorderStyle>
883                            <BorderWidth>
884                              <Default>0.5pt</Default>
885                            </BorderWidth>
886                            <FontSize>8pt</FontSize>
887                            <TextAlign>Center</TextAlign>
888                            <VerticalAlign>Middle</VerticalAlign>
889                            <PaddingLeft>2pt</PaddingLeft>
890                            <PaddingRight>2pt</PaddingRight>
891                            <PaddingTop>2pt</PaddingTop>
892                            <PaddingBottom>2pt</PaddingBottom>
893                          </Style>
894                          <ZIndex>9</ZIndex>
895                          <CanGrow>true</CanGrow>
896                          <Value />
897                        </Textbox>
898                      </ReportItems>
899                    </TableCell>
900                    <TableCell>
901                      <ReportItems>
902                        <Textbox Name="textbox19">
903                          <rd:DefaultName>textbox19</rd:DefaultName>
904                          <Style>
905                            <BorderColor>
906                              <Default>LightGrey</Default>
907                            </BorderColor>
908                            <BorderStyle>
909                              <Top>Solid</Top>
910                            </BorderStyle>
911                            <BorderWidth>
912                              <Default>0.5pt</Default>
913                            </BorderWidth>
914                            <FontSize>8pt</FontSize>
915                            <TextAlign>Center</TextAlign>
916                            <VerticalAlign>Middle</VerticalAlign>
917                            <PaddingLeft>2pt</PaddingLeft>
918                            <PaddingRight>2pt</PaddingRight>
919                            <PaddingTop>2pt</PaddingTop>
920                            <PaddingBottom>2pt</PaddingBottom>
921                          </Style>
922                          <ZIndex>8</ZIndex>
923                          <CanGrow>true</CanGrow>
924                          <Value />
925                        </Textbox>
926                      </ReportItems>
927                    </TableCell>
928                    <TableCell>
929                      <ReportItems>
930                        <Textbox Name="wyroznienie_kwota_1">
931                          <rd:DefaultName>wyroznienie_kwota_1</rd:DefaultName>
932                          <Style>
933                            <BorderColor>
934                              <Default>LightGrey</Default>
935                            </BorderColor>
936                            <BorderStyle>
937                              <Default>Solid</Default>
938                            </BorderStyle>
939                            <BorderWidth>
940                              <Default>0.5pt</Default>
941                            </BorderWidth>
942                            <FontSize>8pt</FontSize>
943                            <Format>C</Format>
944                            <TextAlign>Right</TextAlign>
945                            <VerticalAlign>Middle</VerticalAlign>
946                            <PaddingLeft>2pt</PaddingLeft>
947                            <PaddingRight>2pt</PaddingRight>
948                            <PaddingTop>2pt</PaddingTop>
949                            <PaddingBottom>2pt</PaddingBottom>
950                            <Language>pl</Language>
951                          </Style>
952                          <ZIndex>7</ZIndex>
953                          <CanGrow>true</CanGrow>
954                          <Value>=Sum(Fields!Wyroznienie.Value)</Value>
955                        </Textbox>
956                      </ReportItems>
957                    </TableCell>
958                  </TableCells>
959                  <Height>0.5cm</Height>
960                </TableRow>
961              </TableRows>
962            </Footer>
963          </Table>
964        </ReportItems>
965        <Filters>
966          <Filter>
967            <FilterExpression>=Fields!Agencja.Value</FilterExpression>
968            <Operator>In</Operator>
969            <FilterValues>
970              <FilterValue>=Parameters!agencja.Value</FilterValue>
971            </FilterValues>
972          </Filter>
973        </Filters>
974        <Top>1.5cm</Top>
975        <Width>16cm</Width>
976        <Style>
977          <FontSize>8pt</FontSize>
978        </Style>
979        <Grouping Name="list1_Details_Group">
980          <GroupExpressions>
981            <GroupExpression>=Fields!Agencja.Value</GroupExpression>
982          </GroupExpressions>
983        </Grouping>
984        <Height>2cm</Height>
985      </List>
986    </ReportItems>
987    <Height>4.25cm</Height>
988  </Body>
989  <Language>en-US</Language>
990  <TopMargin>1cm</TopMargin>
991  <PageHeight>29.7cm</PageHeight>
992</Report>
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.