root/branches/ReklamaReorganizacja/RaportySQL/Logi.rdl @ 709

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