root/trunk/RaportySQL/BrakKontaktu.rdl @ 334

Wersja 130, 39.0 KB (wprowadzona przez marek, 17 years temu)
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="prawa_agent">
18      <DataType>String</DataType>
19      <Nullable>true</Nullable>
20      <Prompt>prawa_agent</Prompt>
21      <Hidden>true</Hidden>
22    </ReportParameter>
23    <ReportParameter Name="agencja">
24      <DataType>Integer</DataType>
25      <DefaultValue>
26        <DataSetReference>
27          <DataSetName>ListaAgencji</DataSetName>
28          <ValueField>Id_agencji</ValueField>
29        </DataSetReference>
30      </DefaultValue>
31      <Prompt>agencja</Prompt>
32      <ValidValues>
33        <DataSetReference>
34          <DataSetName>ListaAgencji</DataSetName>
35          <ValueField>Id_agencji</ValueField>
36          <LabelField>Symbol</LabelField>
37        </DataSetReference>
38      </ValidValues>
39    </ReportParameter>
40    <ReportParameter Name="agent">
41      <DataType>String</DataType>
42      <DefaultValue>
43        <DataSetReference>
44          <DataSetName>ListaAgentow</DataSetName>
45          <ValueField>Symbol</ValueField>
46        </DataSetReference>
47      </DefaultValue>
48      <Prompt>agent</Prompt>
49      <ValidValues>
50        <DataSetReference>
51          <DataSetName>ListaAgentow</DataSetName>
52          <ValueField>Symbol</ValueField>
53          <LabelField>Symbol</LabelField>
54        </DataSetReference>
55      </ValidValues>
56    </ReportParameter>
57    <ReportParameter Name="licznaDni">
58      <DataType>Integer</DataType>
59      <DefaultValue>
60        <Values>
61          <Value>300</Value>
62        </Values>
63      </DefaultValue>
64      <Prompt>liczba dni</Prompt>
65    </ReportParameter>
66  </ReportParameters>
67  <rd:DrawGrid>true</rd:DrawGrid>
68  <InteractiveWidth>21cm</InteractiveWidth>
69  <rd:GridSpacing>0.25cm</rd:GridSpacing>
70  <rd:SnapToGrid>true</rd:SnapToGrid>
71  <RightMargin>1cm</RightMargin>
72  <LeftMargin>1cm</LeftMargin>
73  <BottomMargin>1cm</BottomMargin>
74  <rd:ReportID>13f46e4e-7f57-4699-a788-f9c439b9a4ac</rd:ReportID>
75  <PageWidth>21cm</PageWidth>
76  <DataSets>
77    <DataSet Name="ListaAgencji">
78      <Fields>
79        <Field Name="Id_agencji">
80          <DataField>Id_agencji</DataField>
81          <rd:TypeName>System.Int32</rd:TypeName>
82        </Field>
83        <Field Name="Symbol">
84          <DataField>Symbol</DataField>
85          <rd:TypeName>System.String</rd:TypeName>
86        </Field>
87      </Fields>
88      <Query>
89        <DataSourceName>BAZA_REKLAM</DataSourceName>
90        <CommandText>SELECT        Id_agencji, Symbol
91FROM            AGENCJE where aktywna=1 and (@prawa_agencje is null or @prawa_agencje= Id_agencji)</CommandText>
92        <QueryParameters>
93          <QueryParameter Name="@prawa_agencje">
94            <Value>=Parameters!prawa_agencje.Value</Value>
95          </QueryParameter>
96        </QueryParameters>
97        <rd:UseGenericDesigner>true</rd:UseGenericDesigner>
98      </Query>
99    </DataSet>
100    <DataSet Name="ListaAgentow">
101      <Fields>
102        <Field Name="ID_AGENTA">
103          <DataField>ID_AGENTA</DataField>
104          <rd:TypeName>System.Int32</rd:TypeName>
105        </Field>
106        <Field Name="Symbol">
107          <DataField>Symbol</DataField>
108          <rd:TypeName>System.String</rd:TypeName>
109        </Field>
110        <Field Name="agencja">
111          <DataField>agencja</DataField>
112          <rd:TypeName>System.String</rd:TypeName>
113        </Field>
114      </Fields>
115      <Query>
116        <DataSourceName>BAZA_REKLAM</DataSourceName>
117        <CommandText>SELECT        A.ID_AGENTA, A.Symbol, A2.Symbol agencja
118FROM            AGENCI A left join Agencje A2
119on A.ID_AGENCJI = A2.ID_Agencji
120 where aktywny=1 AND  (A2.ID_AGENCJI = @agencja OR @agencja is null) AND (@prawa_agent is null OR A.Symbol=@prawa_agent)
121order by A.Symbol</CommandText>
122        <QueryParameters>
123          <QueryParameter Name="@agencja">
124            <Value>=Parameters!agencja.Value</Value>
125          </QueryParameter>
126          <QueryParameter Name="@prawa_agent">
127            <Value>=Parameters!prawa_agent.Value</Value>
128          </QueryParameter>
129        </QueryParameters>
130        <rd:UseGenericDesigner>true</rd:UseGenericDesigner>
131      </Query>
132    </DataSet>
133    <DataSet Name="Klienci">
134      <Fields>
135        <Field Name="Symbol">
136          <DataField>Symbol</DataField>
137          <rd:TypeName>System.String</rd:TypeName>
138        </Field>
139        <Field Name="FirstName">
140          <DataField>FirstName</DataField>
141          <rd:TypeName>System.String</rd:TypeName>
142        </Field>
143        <Field Name="City">
144          <DataField>City</DataField>
145          <rd:TypeName>System.String</rd:TypeName>
146        </Field>
147        <Field Name="PhoneNumber">
148          <DataField>PhoneNumber</DataField>
149          <rd:TypeName>System.String</rd:TypeName>
150        </Field>
151        <Field Name="NIP">
152          <DataField>NIP</DataField>
153          <rd:TypeName>System.String</rd:TypeName>
154        </Field>
155        <Field Name="aktywny">
156          <DataField>aktywny</DataField>
157          <rd:TypeName>System.Boolean</rd:TypeName>
158        </Field>
159        <Field Name="ostk">
160          <DataField>ostk</DataField>
161          <rd:TypeName>System.DateTime</rd:TypeName>
162        </Field>
163        <Field Name="ldni">
164          <DataField>ldni</DataField>
165          <rd:TypeName>System.Int32</rd:TypeName>
166        </Field>
167        <Field Name="BRUTTO">
168          <DataField>BRUTTO</DataField>
169          <rd:TypeName>System.Decimal</rd:TypeName>
170        </Field>
171        <Field Name="ZAPLATY">
172          <DataField>ZAPLATY</DataField>
173          <rd:TypeName>System.Decimal</rd:TypeName>
174        </Field>
175        <Field Name="ZALEGA">
176          <DataField>ZALEGA</DataField>
177          <rd:TypeName>System.Decimal</rd:TypeName>
178        </Field>
179        <Field Name="ILOSC">
180          <DataField>ILOSC</DataField>
181          <rd:TypeName>System.Int32</rd:TypeName>
182        </Field>
183      </Fields>
184      <Query>
185        <DataSourceName>BAZA_REKLAM</DataSourceName>
186        <CommandText>select A.Symbol , K.FirstName,K.City,K.PhoneNumber, K.NIP, K.aktywny, max(K2.data) as ostk, datediff(day,max(K2.data),getdate()) as ldni,KS.BRUTTO,KS.ZAPLATY,KS.ZALEGA,KS.ILOSC from KLIENCI K
187left join dbo.KONTAKTY K2 on K.CustomerId = K2.CustomerID
188left join dbo.AGENCI A on K.UserName = A.Symbol
189left join dbo.KLIENCI_SUMY_ZAPLAT KS on K.CustomerId = KS.CustomerID
190group by A.Symbol , K.FirstName,K.City,K.PhoneNumber, K.NIP,K.aktywny, A.Id_agencji,KS.BRUTTO,KS.ZAPLATY,KS.ZALEGA,KS.ILOSC
191HAVING datediff(day,max(K2.data),getdate()) &gt; @licznaDni
192AND A.Id_agencji = @agencja order by KS.BRUTTO desc</CommandText>
193        <QueryParameters>
194          <QueryParameter Name="@licznaDni">
195            <Value>=Parameters!licznaDni.Value</Value>
196          </QueryParameter>
197          <QueryParameter Name="@agencja">
198            <Value>=Parameters!agencja.Value</Value>
199          </QueryParameter>
200        </QueryParameters>
201        <rd:UseGenericDesigner>true</rd:UseGenericDesigner>
202      </Query>
203    </DataSet>
204  </DataSets>
205  <Code />
206  <Width>21.25cm</Width>
207  <Body>
208    <ColumnSpacing>1cm</ColumnSpacing>
209    <ReportItems>
210      <Table Name="table1">
211        <ZIndex>1</ZIndex>
212        <DataSetName>Klienci</DataSetName>
213        <Filters>
214          <Filter>
215            <FilterExpression>=Fields!Symbol.Value</FilterExpression>
216            <Operator>Equal</Operator>
217            <FilterValues>
218              <FilterValue>=Parameters!agent.Value</FilterValue>
219            </FilterValues>
220          </Filter>
221        </Filters>
222        <Top>1.25cm</Top>
223        <Details>
224          <TableRows>
225            <TableRow>
226              <TableCells>
227                <TableCell>
228                  <ReportItems>
229                    <Textbox Name="Symbol">
230                      <rd:DefaultName>Symbol</rd:DefaultName>
231                      <Style>
232                        <BorderColor>
233                          <Default>LightGrey</Default>
234                        </BorderColor>
235                        <BorderStyle>
236                          <Default>Solid</Default>
237                        </BorderStyle>
238                        <BorderWidth>
239                          <Default>0.5pt</Default>
240                        </BorderWidth>
241                        <FontSize>8pt</FontSize>
242                        <VerticalAlign>Middle</VerticalAlign>
243                        <PaddingLeft>2pt</PaddingLeft>
244                        <PaddingRight>2pt</PaddingRight>
245                        <PaddingTop>2pt</PaddingTop>
246                        <PaddingBottom>2pt</PaddingBottom>
247                      </Style>
248                      <ZIndex>10</ZIndex>
249                      <CanGrow>true</CanGrow>
250                      <Value>=Fields!Symbol.Value</Value>
251                    </Textbox>
252                  </ReportItems>
253                </TableCell>
254                <TableCell>
255                  <ReportItems>
256                    <Textbox Name="FirstName">
257                      <rd:DefaultName>FirstName</rd:DefaultName>
258                      <Style>
259                        <BorderColor>
260                          <Default>LightGrey</Default>
261                        </BorderColor>
262                        <BorderStyle>
263                          <Default>Solid</Default>
264                        </BorderStyle>
265                        <BorderWidth>
266                          <Default>0.5pt</Default>
267                        </BorderWidth>
268                        <FontSize>8pt</FontSize>
269                        <VerticalAlign>Middle</VerticalAlign>
270                        <PaddingLeft>2pt</PaddingLeft>
271                        <PaddingRight>2pt</PaddingRight>
272                        <PaddingTop>2pt</PaddingTop>
273                        <PaddingBottom>2pt</PaddingBottom>
274                      </Style>
275                      <ZIndex>9</ZIndex>
276                      <CanGrow>true</CanGrow>
277                      <Value>=Fields!FirstName.Value</Value>
278                    </Textbox>
279                  </ReportItems>
280                </TableCell>
281                <TableCell>
282                  <ReportItems>
283                    <Textbox Name="City">
284                      <rd:DefaultName>City</rd:DefaultName>
285                      <Style>
286                        <BorderColor>
287                          <Default>LightGrey</Default>
288                        </BorderColor>
289                        <BorderStyle>
290                          <Default>Solid</Default>
291                        </BorderStyle>
292                        <BorderWidth>
293                          <Default>0.5pt</Default>
294                        </BorderWidth>
295                        <FontSize>8pt</FontSize>
296                        <VerticalAlign>Middle</VerticalAlign>
297                        <PaddingLeft>2pt</PaddingLeft>
298                        <PaddingRight>2pt</PaddingRight>
299                        <PaddingTop>2pt</PaddingTop>
300                        <PaddingBottom>2pt</PaddingBottom>
301                      </Style>
302                      <ZIndex>8</ZIndex>
303                      <CanGrow>true</CanGrow>
304                      <Value>=Fields!City.Value</Value>
305                    </Textbox>
306                  </ReportItems>
307                </TableCell>
308                <TableCell>
309                  <ReportItems>
310                    <Textbox Name="PhoneNumber">
311                      <rd:DefaultName>PhoneNumber</rd:DefaultName>
312                      <Style>
313                        <BorderColor>
314                          <Default>LightGrey</Default>
315                        </BorderColor>
316                        <BorderStyle>
317                          <Default>Solid</Default>
318                        </BorderStyle>
319                        <BorderWidth>
320                          <Default>0.5pt</Default>
321                        </BorderWidth>
322                        <FontSize>8pt</FontSize>
323                        <VerticalAlign>Middle</VerticalAlign>
324                        <PaddingLeft>2pt</PaddingLeft>
325                        <PaddingRight>2pt</PaddingRight>
326                        <PaddingTop>2pt</PaddingTop>
327                        <PaddingBottom>2pt</PaddingBottom>
328                      </Style>
329                      <ZIndex>7</ZIndex>
330                      <CanGrow>true</CanGrow>
331                      <Value>=Fields!PhoneNumber.Value</Value>
332                    </Textbox>
333                  </ReportItems>
334                </TableCell>
335                <TableCell>
336                  <ReportItems>
337                    <Textbox Name="aktywny">
338                      <rd:DefaultName>aktywny</rd:DefaultName>
339                      <Style>
340                        <BorderColor>
341                          <Default>LightGrey</Default>
342                        </BorderColor>
343                        <BorderStyle>
344                          <Default>Solid</Default>
345                        </BorderStyle>
346                        <BorderWidth>
347                          <Default>0.5pt</Default>
348                        </BorderWidth>
349                        <FontSize>8pt</FontSize>
350                        <TextAlign>Center</TextAlign>
351                        <VerticalAlign>Middle</VerticalAlign>
352                        <PaddingLeft>2pt</PaddingLeft>
353                        <PaddingRight>2pt</PaddingRight>
354                        <PaddingTop>2pt</PaddingTop>
355                        <PaddingBottom>2pt</PaddingBottom>
356                      </Style>
357                      <ZIndex>6</ZIndex>
358                      <CanGrow>true</CanGrow>
359                      <Value>=iif(Fields!aktywny.Value=true,"tak","nie")</Value>
360                    </Textbox>
361                  </ReportItems>
362                </TableCell>
363                <TableCell>
364                  <ReportItems>
365                    <Textbox Name="ID">
366                      <rd:DefaultName>ID</rd:DefaultName>
367                      <Style>
368                        <BorderColor>
369                          <Default>LightGrey</Default>
370                        </BorderColor>
371                        <BorderStyle>
372                          <Default>Solid</Default>
373                        </BorderStyle>
374                        <BorderWidth>
375                          <Default>0.5pt</Default>
376                        </BorderWidth>
377                        <FontSize>8pt</FontSize>
378                        <Format>d</Format>
379                        <VerticalAlign>Middle</VerticalAlign>
380                        <PaddingLeft>2pt</PaddingLeft>
381                        <PaddingRight>2pt</PaddingRight>
382                        <PaddingTop>2pt</PaddingTop>
383                        <PaddingBottom>2pt</PaddingBottom>
384                        <Language>pl</Language>
385                      </Style>
386                      <ZIndex>5</ZIndex>
387                      <CanGrow>true</CanGrow>
388                      <Value>=Fields!ostk.Value</Value>
389                    </Textbox>
390                  </ReportItems>
391                </TableCell>
392                <TableCell>
393                  <ReportItems>
394                    <Textbox Name="textbox6">
395                      <rd:DefaultName>textbox6</rd:DefaultName>
396                      <Style>
397                        <BorderColor>
398                          <Default>LightGrey</Default>
399                        </BorderColor>
400                        <BorderStyle>
401                          <Default>Solid</Default>
402                        </BorderStyle>
403                        <BorderWidth>
404                          <Default>0.5pt</Default>
405                        </BorderWidth>
406                        <FontSize>8pt</FontSize>
407                        <TextAlign>Center</TextAlign>
408                        <PaddingLeft>2pt</PaddingLeft>
409                        <PaddingRight>2pt</PaddingRight>
410                        <PaddingTop>2pt</PaddingTop>
411                        <PaddingBottom>2pt</PaddingBottom>
412                      </Style>
413                      <ZIndex>4</ZIndex>
414                      <CanGrow>true</CanGrow>
415                      <Value>=Fields!ldni.Value</Value>
416                    </Textbox>
417                  </ReportItems>
418                </TableCell>
419                <TableCell>
420                  <ReportItems>
421                    <Textbox Name="BRUTTO">
422                      <rd:DefaultName>BRUTTO</rd:DefaultName>
423                      <Style>
424                        <BorderColor>
425                          <Default>LightGrey</Default>
426                        </BorderColor>
427                        <BorderStyle>
428                          <Default>Solid</Default>
429                        </BorderStyle>
430                        <BorderWidth>
431                          <Default>0.5pt</Default>
432                        </BorderWidth>
433                        <FontSize>8pt</FontSize>
434                        <Format>C</Format>
435                        <TextAlign>Right</TextAlign>
436                        <VerticalAlign>Middle</VerticalAlign>
437                        <PaddingLeft>2pt</PaddingLeft>
438                        <PaddingRight>2pt</PaddingRight>
439                        <PaddingTop>2pt</PaddingTop>
440                        <PaddingBottom>2pt</PaddingBottom>
441                        <Language>pl</Language>
442                      </Style>
443                      <ZIndex>3</ZIndex>
444                      <CanGrow>true</CanGrow>
445                      <Value>=iif(IsNothing(Fields!BRUTTO.Value),0,Fields!BRUTTO.Value)</Value>
446                    </Textbox>
447                  </ReportItems>
448                </TableCell>
449                <TableCell>
450                  <ReportItems>
451                    <Textbox Name="ZAPLATY">
452                      <rd:DefaultName>ZAPLATY</rd:DefaultName>
453                      <Style>
454                        <BorderColor>
455                          <Default>LightGrey</Default>
456                        </BorderColor>
457                        <BorderStyle>
458                          <Default>Solid</Default>
459                        </BorderStyle>
460                        <BorderWidth>
461                          <Default>0.5pt</Default>
462                        </BorderWidth>
463                        <FontSize>8pt</FontSize>
464                        <Format>C</Format>
465                        <TextAlign>Right</TextAlign>
466                        <VerticalAlign>Middle</VerticalAlign>
467                        <PaddingLeft>2pt</PaddingLeft>
468                        <PaddingRight>2pt</PaddingRight>
469                        <PaddingTop>2pt</PaddingTop>
470                        <PaddingBottom>2pt</PaddingBottom>
471                        <Language>pl</Language>
472                      </Style>
473                      <ZIndex>2</ZIndex>
474                      <CanGrow>true</CanGrow>
475                      <Value>=iif(IsNothing(Fields!ZAPLATY.Value),0,Fields!ZAPLATY.Value)</Value>
476                    </Textbox>
477                  </ReportItems>
478                </TableCell>
479                <TableCell>
480                  <ReportItems>
481                    <Textbox Name="ZALEGA">
482                      <rd:DefaultName>ZALEGA</rd:DefaultName>
483                      <Style>
484                        <BorderColor>
485                          <Default>LightGrey</Default>
486                        </BorderColor>
487                        <BorderStyle>
488                          <Default>Solid</Default>
489                        </BorderStyle>
490                        <BorderWidth>
491                          <Default>0.5pt</Default>
492                        </BorderWidth>
493                        <FontSize>8pt</FontSize>
494                        <Format>C</Format>
495                        <TextAlign>Right</TextAlign>
496                        <VerticalAlign>Middle</VerticalAlign>
497                        <PaddingLeft>2pt</PaddingLeft>
498                        <PaddingRight>2pt</PaddingRight>
499                        <PaddingTop>2pt</PaddingTop>
500                        <PaddingBottom>2pt</PaddingBottom>
501                        <Language>pl</Language>
502                      </Style>
503                      <ZIndex>1</ZIndex>
504                      <CanGrow>true</CanGrow>
505                      <Value>=iif(IsNothing(Fields!ZALEGA.Value),0,Fields!ZALEGA.Value)</Value>
506                    </Textbox>
507                  </ReportItems>
508                </TableCell>
509                <TableCell>
510                  <ReportItems>
511                    <Textbox Name="ILOSC">
512                      <rd:DefaultName>ILOSC</rd:DefaultName>
513                      <Style>
514                        <BorderColor>
515                          <Default>LightGrey</Default>
516                        </BorderColor>
517                        <BorderStyle>
518                          <Default>Solid</Default>
519                        </BorderStyle>
520                        <BorderWidth>
521                          <Default>0.5pt</Default>
522                        </BorderWidth>
523                        <FontSize>8pt</FontSize>
524                        <TextAlign>Center</TextAlign>
525                        <VerticalAlign>Middle</VerticalAlign>
526                        <PaddingLeft>2pt</PaddingLeft>
527                        <PaddingRight>2pt</PaddingRight>
528                        <PaddingTop>2pt</PaddingTop>
529                        <PaddingBottom>2pt</PaddingBottom>
530                      </Style>
531                      <CanGrow>true</CanGrow>
532                      <Value>=Fields!ILOSC.Value</Value>
533                    </Textbox>
534                  </ReportItems>
535                </TableCell>
536              </TableCells>
537              <Height>0.63492cm</Height>
538            </TableRow>
539          </TableRows>
540        </Details>
541        <Header>
542          <TableRows>
543            <TableRow>
544              <TableCells>
545                <TableCell>
546                  <ReportItems>
547                    <Textbox Name="textbox1">
548                      <rd:DefaultName>textbox1</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                        <FontWeight>700</FontWeight>
562                        <TextAlign>Center</TextAlign>
563                        <VerticalAlign>Middle</VerticalAlign>
564                        <PaddingLeft>2pt</PaddingLeft>
565                        <PaddingRight>2pt</PaddingRight>
566                        <PaddingTop>2pt</PaddingTop>
567                        <PaddingBottom>2pt</PaddingBottom>
568                      </Style>
569                      <ZIndex>21</ZIndex>
570                      <CanGrow>true</CanGrow>
571                      <Value>Agent</Value>
572                    </Textbox>
573                  </ReportItems>
574                </TableCell>
575                <TableCell>
576                  <ReportItems>
577                    <Textbox Name="textbox2">
578                      <rd:DefaultName>textbox2</rd:DefaultName>
579                      <Style>
580                        <BackgroundColor>WhiteSmoke</BackgroundColor>
581                        <BorderColor>
582                          <Default>LightGrey</Default>
583                        </BorderColor>
584                        <BorderStyle>
585                          <Default>Solid</Default>
586                        </BorderStyle>
587                        <BorderWidth>
588                          <Default>0.5pt</Default>
589                        </BorderWidth>
590                        <FontSize>8pt</FontSize>
591                        <FontWeight>700</FontWeight>
592                        <TextAlign>Center</TextAlign>
593                        <VerticalAlign>Middle</VerticalAlign>
594                        <PaddingLeft>2pt</PaddingLeft>
595                        <PaddingRight>2pt</PaddingRight>
596                        <PaddingTop>2pt</PaddingTop>
597                        <PaddingBottom>2pt</PaddingBottom>
598                      </Style>
599                      <ZIndex>20</ZIndex>
600                      <CanGrow>true</CanGrow>
601                      <Value>Klient</Value>
602                    </Textbox>
603                  </ReportItems>
604                </TableCell>
605                <TableCell>
606                  <ReportItems>
607                    <Textbox Name="textbox22">
608                      <rd:DefaultName>textbox22</rd:DefaultName>
609                      <Style>
610                        <BackgroundColor>WhiteSmoke</BackgroundColor>
611                        <BorderColor>
612                          <Default>LightGrey</Default>
613                        </BorderColor>
614                        <BorderStyle>
615                          <Default>Solid</Default>
616                        </BorderStyle>
617                        <BorderWidth>
618                          <Default>0.5pt</Default>
619                        </BorderWidth>
620                        <FontSize>8pt</FontSize>
621                        <FontWeight>700</FontWeight>
622                        <TextAlign>Center</TextAlign>
623                        <VerticalAlign>Middle</VerticalAlign>
624                        <PaddingLeft>2pt</PaddingLeft>
625                        <PaddingRight>2pt</PaddingRight>
626                        <PaddingTop>2pt</PaddingTop>
627                        <PaddingBottom>2pt</PaddingBottom>
628                      </Style>
629                      <ZIndex>19</ZIndex>
630                      <CanGrow>true</CanGrow>
631                      <Value>Miasto</Value>
632                    </Textbox>
633                  </ReportItems>
634                </TableCell>
635                <TableCell>
636                  <ReportItems>
637                    <Textbox Name="textbox19">
638                      <rd:DefaultName>textbox19</rd:DefaultName>
639                      <Style>
640                        <BackgroundColor>WhiteSmoke</BackgroundColor>
641                        <BorderColor>
642                          <Default>LightGrey</Default>
643                        </BorderColor>
644                        <BorderStyle>
645                          <Default>Solid</Default>
646                        </BorderStyle>
647                        <BorderWidth>
648                          <Default>0.5pt</Default>
649                        </BorderWidth>
650                        <FontSize>8pt</FontSize>
651                        <FontWeight>700</FontWeight>
652                        <TextAlign>Center</TextAlign>
653                        <VerticalAlign>Middle</VerticalAlign>
654                        <PaddingLeft>2pt</PaddingLeft>
655                        <PaddingRight>2pt</PaddingRight>
656                        <PaddingTop>2pt</PaddingTop>
657                        <PaddingBottom>2pt</PaddingBottom>
658                      </Style>
659                      <ZIndex>18</ZIndex>
660                      <CanGrow>true</CanGrow>
661                      <Value>Telefon</Value>
662                    </Textbox>
663                  </ReportItems>
664                </TableCell>
665                <TableCell>
666                  <ReportItems>
667                    <Textbox Name="textbox13">
668                      <rd:DefaultName>textbox13</rd:DefaultName>
669                      <Style>
670                        <BackgroundColor>WhiteSmoke</BackgroundColor>
671                        <BorderColor>
672                          <Default>LightGrey</Default>
673                        </BorderColor>
674                        <BorderStyle>
675                          <Default>Solid</Default>
676                        </BorderStyle>
677                        <BorderWidth>
678                          <Default>0.5pt</Default>
679                        </BorderWidth>
680                        <FontSize>8pt</FontSize>
681                        <FontWeight>700</FontWeight>
682                        <TextAlign>Center</TextAlign>
683                        <VerticalAlign>Middle</VerticalAlign>
684                        <PaddingLeft>2pt</PaddingLeft>
685                        <PaddingRight>2pt</PaddingRight>
686                        <PaddingTop>2pt</PaddingTop>
687                        <PaddingBottom>2pt</PaddingBottom>
688                      </Style>
689                      <ZIndex>17</ZIndex>
690                      <CanGrow>true</CanGrow>
691                      <Value>A</Value>
692                    </Textbox>
693                  </ReportItems>
694                </TableCell>
695                <TableCell>
696                  <ReportItems>
697                    <Textbox Name="textbox10">
698                      <rd:DefaultName>textbox10</rd:DefaultName>
699                      <Style>
700                        <BackgroundColor>WhiteSmoke</BackgroundColor>
701                        <BorderColor>
702                          <Default>LightGrey</Default>
703                        </BorderColor>
704                        <BorderStyle>
705                          <Default>Solid</Default>
706                        </BorderStyle>
707                        <BorderWidth>
708                          <Default>0.5pt</Default>
709                        </BorderWidth>
710                        <FontSize>8pt</FontSize>
711                        <FontWeight>700</FontWeight>
712                        <TextAlign>Center</TextAlign>
713                        <VerticalAlign>Middle</VerticalAlign>
714                        <PaddingLeft>2pt</PaddingLeft>
715                        <PaddingRight>2pt</PaddingRight>
716                        <PaddingTop>2pt</PaddingTop>
717                        <PaddingBottom>2pt</PaddingBottom>
718                      </Style>
719                      <ZIndex>16</ZIndex>
720                      <CanGrow>true</CanGrow>
721                      <Value>Ostatni kontakt</Value>
722                    </Textbox>
723                  </ReportItems>
724                </TableCell>
725                <TableCell>
726                  <ReportItems>
727                    <Textbox Name="textbox5">
728                      <rd:DefaultName>textbox5</rd:DefaultName>
729                      <Style>
730                        <BackgroundColor>WhiteSmoke</BackgroundColor>
731                        <BorderColor>
732                          <Default>LightGrey</Default>
733                        </BorderColor>
734                        <BorderStyle>
735                          <Default>Solid</Default>
736                        </BorderStyle>
737                        <BorderWidth>
738                          <Default>0.5pt</Default>
739                        </BorderWidth>
740                        <FontSize>8pt</FontSize>
741                        <FontWeight>700</FontWeight>
742                        <TextAlign>Center</TextAlign>
743                        <VerticalAlign>Middle</VerticalAlign>
744                        <PaddingLeft>2pt</PaddingLeft>
745                        <PaddingRight>2pt</PaddingRight>
746                        <PaddingTop>2pt</PaddingTop>
747                        <PaddingBottom>2pt</PaddingBottom>
748                      </Style>
749                      <ZIndex>15</ZIndex>
750                      <CanGrow>true</CanGrow>
751                      <Value>L. dni</Value>
752                    </Textbox>
753                  </ReportItems>
754                </TableCell>
755                <TableCell>
756                  <ReportItems>
757                    <Textbox Name="textbox3">
758                      <rd:DefaultName>textbox3</rd:DefaultName>
759                      <Style>
760                        <BackgroundColor>WhiteSmoke</BackgroundColor>
761                        <BorderColor>
762                          <Default>LightGrey</Default>
763                        </BorderColor>
764                        <BorderStyle>
765                          <Default>Solid</Default>
766                        </BorderStyle>
767                        <BorderWidth>
768                          <Default>0.5pt</Default>
769                        </BorderWidth>
770                        <FontSize>8pt</FontSize>
771                        <FontWeight>700</FontWeight>
772                        <TextAlign>Center</TextAlign>
773                        <VerticalAlign>Middle</VerticalAlign>
774                        <PaddingLeft>2pt</PaddingLeft>
775                        <PaddingRight>2pt</PaddingRight>
776                        <PaddingTop>2pt</PaddingTop>
777                        <PaddingBottom>2pt</PaddingBottom>
778                      </Style>
779                      <ZIndex>14</ZIndex>
780                      <CanGrow>true</CanGrow>
781                      <Value>BRUTTO</Value>
782                    </Textbox>
783                  </ReportItems>
784                </TableCell>
785                <TableCell>
786                  <ReportItems>
787                    <Textbox Name="textbox17">
788                      <rd:DefaultName>textbox17</rd:DefaultName>
789                      <Style>
790                        <BackgroundColor>WhiteSmoke</BackgroundColor>
791                        <BorderColor>
792                          <Default>LightGrey</Default>
793                        </BorderColor>
794                        <BorderStyle>
795                          <Default>Solid</Default>
796                        </BorderStyle>
797                        <BorderWidth>
798                          <Default>0.5pt</Default>
799                        </BorderWidth>
800                        <FontSize>8pt</FontSize>
801                        <FontWeight>700</FontWeight>
802                        <TextAlign>Center</TextAlign>
803                        <VerticalAlign>Middle</VerticalAlign>
804                        <PaddingLeft>2pt</PaddingLeft>
805                        <PaddingRight>2pt</PaddingRight>
806                        <PaddingTop>2pt</PaddingTop>
807                        <PaddingBottom>2pt</PaddingBottom>
808                      </Style>
809                      <ZIndex>13</ZIndex>
810                      <CanGrow>true</CanGrow>
811                      <Value>ZAPŁATY</Value>
812                    </Textbox>
813                  </ReportItems>
814                </TableCell>
815                <TableCell>
816                  <ReportItems>
817                    <Textbox Name="textbox11">
818                      <rd:DefaultName>textbox11</rd:DefaultName>
819                      <Style>
820                        <BackgroundColor>WhiteSmoke</BackgroundColor>
821                        <BorderColor>
822                          <Default>LightGrey</Default>
823                        </BorderColor>
824                        <BorderStyle>
825                          <Default>Solid</Default>
826                        </BorderStyle>
827                        <BorderWidth>
828                          <Default>0.5pt</Default>
829                        </BorderWidth>
830                        <FontSize>8pt</FontSize>
831                        <FontWeight>700</FontWeight>
832                        <TextAlign>Center</TextAlign>
833                        <VerticalAlign>Middle</VerticalAlign>
834                        <PaddingLeft>2pt</PaddingLeft>
835                        <PaddingRight>2pt</PaddingRight>
836                        <PaddingTop>2pt</PaddingTop>
837                        <PaddingBottom>2pt</PaddingBottom>
838                      </Style>
839                      <ZIndex>12</ZIndex>
840                      <CanGrow>true</CanGrow>
841                      <Value>ZALEGA</Value>
842                    </Textbox>
843                  </ReportItems>
844                </TableCell>
845                <TableCell>
846                  <ReportItems>
847                    <Textbox Name="textbox4">
848                      <rd:DefaultName>textbox4</rd:DefaultName>
849                      <Style>
850                        <BackgroundColor>WhiteSmoke</BackgroundColor>
851                        <BorderColor>
852                          <Default>LightGrey</Default>
853                        </BorderColor>
854                        <BorderStyle>
855                          <Default>Solid</Default>
856                        </BorderStyle>
857                        <BorderWidth>
858                          <Default>0.5pt</Default>
859                        </BorderWidth>
860                        <FontSize>8pt</FontSize>
861                        <FontWeight>700</FontWeight>
862                        <TextAlign>Center</TextAlign>
863                        <VerticalAlign>Middle</VerticalAlign>
864                        <PaddingLeft>2pt</PaddingLeft>
865                        <PaddingRight>2pt</PaddingRight>
866                        <PaddingTop>2pt</PaddingTop>
867                        <PaddingBottom>2pt</PaddingBottom>
868                      </Style>
869                      <ZIndex>11</ZIndex>
870                      <CanGrow>true</CanGrow>
871                      <Value>IL</Value>
872                    </Textbox>
873                  </ReportItems>
874                </TableCell>
875              </TableCells>
876              <Height>1cm</Height>
877            </TableRow>
878          </TableRows>
879        </Header>
880        <TableColumns>
881          <TableColumn>
882            <Width>1.75cm</Width>
883          </TableColumn>
884          <TableColumn>
885            <Width>4.75cm</Width>
886          </TableColumn>
887          <TableColumn>
888            <Width>1.75cm</Width>
889          </TableColumn>
890          <TableColumn>
891            <Width>2.75cm</Width>
892          </TableColumn>
893          <TableColumn>
894            <Width>0.75cm</Width>
895          </TableColumn>
896          <TableColumn>
897            <Width>1.75cm</Width>
898          </TableColumn>
899          <TableColumn>
900            <Width>1cm</Width>
901          </TableColumn>
902          <TableColumn>
903            <Width>2cm</Width>
904          </TableColumn>
905          <TableColumn>
906            <Width>2cm</Width>
907          </TableColumn>
908          <TableColumn>
909            <Width>2cm</Width>
910          </TableColumn>
911          <TableColumn>
912            <Width>0.75cm</Width>
913          </TableColumn>
914        </TableColumns>
915      </Table>
916      <Textbox Name="textbox32">
917        <Top>0.25cm</Top>
918        <Style>
919          <FontSize>12pt</FontSize>
920          <FontWeight>700</FontWeight>
921          <TextAlign>Center</TextAlign>
922          <PaddingLeft>2pt</PaddingLeft>
923          <PaddingRight>2pt</PaddingRight>
924          <PaddingTop>2pt</PaddingTop>
925          <PaddingBottom>2pt</PaddingBottom>
926        </Style>
927        <CanGrow>true</CanGrow>
928        <Height>0.63492cm</Height>
929        <Value>="LISTA KLIENTÓW - brak kontaktu od " &amp; Parameters!licznaDni.Value &amp; " dni"</Value>
930      </Textbox>
931    </ReportItems>
932    <Height>2.88492cm</Height>
933  </Body>
934  <Language>en-US</Language>
935  <TopMargin>1cm</TopMargin>
936  <PageHeight>29.7cm</PageHeight>
937</Report>
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.