root/trunk/RaportySQL/makietyOLD.rdl @ 732

Wersja 130, 44.1 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>7154a334-5485-4816-9ea1-3e58e85a979b</rd:DataSourceID>
6      <DataSourceReference>BAZA_REKLAM</DataSourceReference>
7    </DataSource>
8  </DataSources>
9  <InteractiveHeight>29.7cm</InteractiveHeight>
10  <ReportParameters>
11    <ReportParameter Name="tytul">
12      <DataType>String</DataType>
13      <DefaultValue>
14        <DataSetReference>
15          <DataSetName>ListaTytulow</DataSetName>
16          <ValueField>SYMB</ValueField>
17        </DataSetReference>
18      </DefaultValue>
19      <Prompt>tytul</Prompt>
20      <ValidValues>
21        <DataSetReference>
22          <DataSetName>ListaTytulow</DataSetName>
23          <ValueField>SYMB</ValueField>
24          <LabelField>SYMB</LabelField>
25        </DataSetReference>
26      </ValidValues>
27    </ReportParameter>
28    <ReportParameter Name="nr1">
29      <DataType>String</DataType>
30      <Prompt>poprzedni numer</Prompt>
31    </ReportParameter>
32    <ReportParameter Name="nr2">
33      <DataType>String</DataType>
34      <Prompt>nowy numer</Prompt>
35    </ReportParameter>
36  </ReportParameters>
37  <rd:DrawGrid>true</rd:DrawGrid>
38  <InteractiveWidth>21cm</InteractiveWidth>
39  <rd:GridSpacing>0.25cm</rd:GridSpacing>
40  <rd:SnapToGrid>true</rd:SnapToGrid>
41  <RightMargin>1cm</RightMargin>
42  <LeftMargin>1cm</LeftMargin>
43  <BottomMargin>1cm</BottomMargin>
44  <rd:ReportID>f14032e7-dc76-4ad8-bfd1-cc3955d874be</rd:ReportID>
45  <PageWidth>21cm</PageWidth>
46  <DataSets>
47    <DataSet Name="reklamy">
48      <Fields>
49        <Field Name="nrwyd1">
50          <DataField>nrwyd1</DataField>
51          <rd:TypeName>System.Int16</rd:TypeName>
52        </Field>
53        <Field Name="grzbiet1">
54          <DataField>grzbiet1</DataField>
55          <rd:TypeName>System.String</rd:TypeName>
56        </Field>
57        <Field Name="reklama1">
58          <DataField>reklama1</DataField>
59          <rd:TypeName>System.String</rd:TypeName>
60        </Field>
61        <Field Name="nrwyd2">
62          <DataField>nrwyd2</DataField>
63          <rd:TypeName>System.Int16</rd:TypeName>
64        </Field>
65        <Field Name="grzbiet2">
66          <DataField>grzbiet2</DataField>
67          <rd:TypeName>System.String</rd:TypeName>
68        </Field>
69        <Field Name="reklama2">
70          <DataField>reklama2</DataField>
71          <rd:TypeName>System.String</rd:TypeName>
72        </Field>
73        <Field Name="ID">
74          <DataField />
75          <rd:TypeName>System.String</rd:TypeName>
76        </Field>
77        <Field Name="ID_1">
78          <DataField />
79          <rd:TypeName>System.String</rd:TypeName>
80        </Field>
81      </Fields>
82      <Query>
83        <DataSourceName>BAZA_REKLAM</DataSourceName>
84        <CommandText>select distinct * ,substring(T.reklama1,0,8),substring(G.reklama2,0,8)
85from
86(select [UKAŻE SIĘ W NR].[Nr Wydania] as nrwyd1, G.[nazwa] as grzbiet1, r.[id reklamy] as reklama1 from
87
88 REKLAMA AS R INNER JOIN
89                         [UKAÅ»E SIĘ W NR] ON R.ReklamaID = [UKAÅ»E SIĘ W NR].ReklamaId LEFT OUTER JOIN
90                         REKLAMA_STRONA ON R.ReklamaID = REKLAMA_STRONA.ReklamaId AND
91                         [UKAÅ»E SIĘ W NR].[Nr Wydania] = REKLAMA_STRONA.NR_WYDANIA LEFT OUTER JOIN
92                         GRZBIETY AS G ON R.GRZBIET = G.ID
93where [UKAÅ»E SIĘ W NR].[Nr Wydania] = @nr1  and r.tytuł =@tytul and r.[zatwierdzono do druku]=1
94) T
95left join
96(
97select [UKAŻE SIĘ W NR].[Nr Wydania] as nrwyd2, G.[nazwa] as grzbiet2, r.[id reklamy] as reklama2 from
98
99 REKLAMA AS R INNER JOIN
100                         [UKAÅ»E SIĘ W NR] ON R.ReklamaID = [UKAÅ»E SIĘ W NR].ReklamaId LEFT OUTER JOIN
101                         REKLAMA_STRONA ON R.ReklamaID = REKLAMA_STRONA.ReklamaId AND
102                         [UKAÅ»E SIĘ W NR].[Nr Wydania] = REKLAMA_STRONA.NR_WYDANIA LEFT OUTER JOIN
103                         GRZBIETY AS G ON R.GRZBIET = G.ID
104where [UKAÅ»E SIĘ W NR].[Nr Wydania] = @nr2  and r.tytuł =@tytul and r.[zatwierdzono do druku]=1
105) G
106on substring(T.reklama1,1,7) =  substring(G.reklama2,1,7)  order by G.reklama2</CommandText>
107        <QueryParameters>
108          <QueryParameter Name="@nr1">
109            <Value>=Parameters!nr1.Value</Value>
110          </QueryParameter>
111          <QueryParameter Name="@tytul">
112            <Value>=Parameters!tytul.Value</Value>
113          </QueryParameter>
114          <QueryParameter Name="@nr2">
115            <Value>=Parameters!nr2.Value</Value>
116          </QueryParameter>
117        </QueryParameters>
118        <rd:UseGenericDesigner>true</rd:UseGenericDesigner>
119      </Query>
120    </DataSet>
121    <DataSet Name="ListaTytulow">
122      <Fields>
123        <Field Name="SYMB">
124          <DataField>SYMB</DataField>
125          <rd:TypeName>System.String</rd:TypeName>
126        </Field>
127      </Fields>
128      <Query>
129        <DataSourceName>BAZA_REKLAM</DataSourceName>
130        <CommandText>SELECT      SYMB
131FROM            [LISTA TYTUŁÓW]
132WHERE        (st_aktywny = - 1)</CommandText>
133        <rd:UseGenericDesigner>true</rd:UseGenericDesigner>
134      </Query>
135    </DataSet>
136    <DataSet Name="reklamyDoUsuniecia">
137      <Fields>
138        <Field Name="reklamaId">
139          <DataField>reklamaId</DataField>
140          <rd:TypeName>System.Int32</rd:TypeName>
141        </Field>
142        <Field Name="nrwyd1">
143          <DataField>nrwyd1</DataField>
144          <rd:TypeName>System.Int16</rd:TypeName>
145        </Field>
146        <Field Name="grzbiet1">
147          <DataField>grzbiet1</DataField>
148          <rd:TypeName>System.String</rd:TypeName>
149        </Field>
150        <Field Name="reklama1">
151          <DataField>reklama1</DataField>
152          <rd:TypeName>System.String</rd:TypeName>
153        </Field>
154      </Fields>
155      <Query>
156        <DataSourceName>BAZA_REKLAM</DataSourceName>
157        <CommandText>select R.reklamaId, [UKAÅ»E SIĘ W NR].[Nr Wydania] as nrwyd1, G.[nazwa] as grzbiet1, r.[id reklamy] as reklama1 from
158
159 REKLAMA AS R INNER JOIN
160                         [UKAÅ»E SIĘ W NR] ON R.ReklamaID = [UKAÅ»E SIĘ W NR].ReklamaId LEFT OUTER JOIN
161                         REKLAMA_STRONA ON R.ReklamaID = REKLAMA_STRONA.ReklamaId AND
162                         [UKAÅ»E SIĘ W NR].[Nr Wydania] = REKLAMA_STRONA.NR_WYDANIA LEFT OUTER JOIN
163                         GRZBIETY AS G ON R.GRZBIET = G.ID
164where [UKAÅ»E SIĘ W NR].[Nr Wydania] = @nr1  and r.tytuł =@tytul and r.[zatwierdzono do druku]=1
165and R.reklamaId not in (
166select R.reklamaId from
167
168 REKLAMA AS R INNER JOIN
169                         [UKAÅ»E SIĘ W NR] ON R.ReklamaID = [UKAÅ»E SIĘ W NR].ReklamaId LEFT OUTER JOIN
170                         REKLAMA_STRONA ON R.ReklamaID = REKLAMA_STRONA.ReklamaId AND
171                         [UKAÅ»E SIĘ W NR].[Nr Wydania] = REKLAMA_STRONA.NR_WYDANIA LEFT OUTER JOIN
172                         GRZBIETY AS G ON R.GRZBIET = G.ID
173where [UKAÅ»E SIĘ W NR].[Nr Wydania] = @nr2  and r.tytuł =@tytul and r.[zatwierdzono do druku]=1
174) order by r.[id reklamy]</CommandText>
175        <QueryParameters>
176          <QueryParameter Name="@nr1">
177            <Value>=Parameters!nr1.Value</Value>
178          </QueryParameter>
179          <QueryParameter Name="@tytul">
180            <Value>=Parameters!tytul.Value</Value>
181          </QueryParameter>
182          <QueryParameter Name="@nr2">
183            <Value>=Parameters!nr2.Value</Value>
184          </QueryParameter>
185        </QueryParameters>
186        <rd:UseGenericDesigner>true</rd:UseGenericDesigner>
187      </Query>
188    </DataSet>
189    <DataSet Name="reklamyDoDodania">
190      <Fields>
191        <Field Name="reklamaId">
192          <DataField>reklamaId</DataField>
193          <rd:TypeName>System.Int32</rd:TypeName>
194        </Field>
195        <Field Name="nrwyd1">
196          <DataField>nrwyd1</DataField>
197          <rd:TypeName>System.Int16</rd:TypeName>
198        </Field>
199        <Field Name="grzbiet1">
200          <DataField>grzbiet1</DataField>
201          <rd:TypeName>System.String</rd:TypeName>
202        </Field>
203        <Field Name="reklama1">
204          <DataField>reklama1</DataField>
205          <rd:TypeName>System.String</rd:TypeName>
206        </Field>
207      </Fields>
208      <Query>
209        <DataSourceName>BAZA_REKLAM</DataSourceName>
210        <CommandText>select R.reklamaId, [UKAÅ»E SIĘ W NR].[Nr Wydania] as nrwyd1, G.[nazwa] as grzbiet1, r.[id reklamy] as reklama1 from
211
212 REKLAMA AS R INNER JOIN
213                         [UKAÅ»E SIĘ W NR] ON R.ReklamaID = [UKAÅ»E SIĘ W NR].ReklamaId LEFT OUTER JOIN
214                         REKLAMA_STRONA ON R.ReklamaID = REKLAMA_STRONA.ReklamaId AND
215                         [UKAÅ»E SIĘ W NR].[Nr Wydania] = REKLAMA_STRONA.NR_WYDANIA LEFT OUTER JOIN
216                         GRZBIETY AS G ON R.GRZBIET = G.ID
217where [UKAÅ»E SIĘ W NR].[Nr Wydania] = @nr2  and r.tytuł =@tytul and r.[zatwierdzono do druku]=1
218and R.reklamaId not in (
219select R.reklamaId from
220
221 REKLAMA AS R INNER JOIN
222                         [UKAÅ»E SIĘ W NR] ON R.ReklamaID = [UKAÅ»E SIĘ W NR].ReklamaId LEFT OUTER JOIN
223                         REKLAMA_STRONA ON R.ReklamaID = REKLAMA_STRONA.ReklamaId AND
224                         [UKAÅ»E SIĘ W NR].[Nr Wydania] = REKLAMA_STRONA.NR_WYDANIA LEFT OUTER JOIN
225                         GRZBIETY AS G ON R.GRZBIET = G.ID
226where [UKAÅ»E SIĘ W NR].[Nr Wydania] = @nr1  and r.tytuł =@tytul and r.[zatwierdzono do druku]=1
227)  order by r.[id reklamy]</CommandText>
228        <QueryParameters>
229          <QueryParameter Name="@nr2">
230            <Value>=Parameters!nr2.Value</Value>
231          </QueryParameter>
232          <QueryParameter Name="@tytul">
233            <Value>=Parameters!tytul.Value</Value>
234          </QueryParameter>
235          <QueryParameter Name="@nr1">
236            <Value>=Parameters!nr1.Value</Value>
237          </QueryParameter>
238        </QueryParameters>
239        <rd:UseGenericDesigner>true</rd:UseGenericDesigner>
240      </Query>
241    </DataSet>
242  </DataSets>
243  <Code />
244  <Width>18.75cm</Width>
245  <Body>
246    <ColumnSpacing>1cm</ColumnSpacing>
247    <ReportItems>
248      <Textbox Name="textbox30">
249        <rd:DefaultName>textbox30</rd:DefaultName>
250        <Top>0.25cm</Top>
251        <Width>16.25cm</Width>
252        <Style>
253          <FontWeight>700</FontWeight>
254          <PaddingLeft>2pt</PaddingLeft>
255          <PaddingRight>2pt</PaddingRight>
256          <PaddingTop>2pt</PaddingTop>
257          <PaddingBottom>2pt</PaddingBottom>
258        </Style>
259        <ZIndex>1</ZIndex>
260        <CanGrow>true</CanGrow>
261        <Left>2cm</Left>
262        <Height>0.63492cm</Height>
263        <Value>="PORÓWNANIE WYDANIA NR " &amp; Parameters!nr2.Value &amp; " DO NR " &amp; Parameters!nr1.Value</Value>
264      </Textbox>
265      <Table Name="table1">
266        <DataSetName>reklamy</DataSetName>
267        <Top>1cm</Top>
268        <TableGroups>
269          <TableGroup>
270            <Grouping Name="table1_Group1">
271              <GroupExpressions>
272                <GroupExpression>=Fields!nrwyd2.Value</GroupExpression>
273              </GroupExpressions>
274            </Grouping>
275            <Header>
276              <TableRows>
277                <TableRow>
278                  <TableCells>
279                    <TableCell>
280                      <ReportItems>
281                        <Textbox Name="textbox6">
282                          <rd:DefaultName>textbox6</rd:DefaultName>
283                          <Style>
284                            <PaddingLeft>2pt</PaddingLeft>
285                            <PaddingRight>2pt</PaddingRight>
286                            <PaddingTop>2pt</PaddingTop>
287                            <PaddingBottom>2pt</PaddingBottom>
288                          </Style>
289                          <ZIndex>20</ZIndex>
290                          <CanGrow>true</CanGrow>
291                          <Value />
292                        </Textbox>
293                      </ReportItems>
294                    </TableCell>
295                    <TableCell>
296                      <ReportItems>
297                        <Textbox Name="textbox7">
298                          <rd:DefaultName>textbox7</rd:DefaultName>
299                          <Style>
300                            <TextAlign>Center</TextAlign>
301                            <PaddingLeft>2pt</PaddingLeft>
302                            <PaddingRight>2pt</PaddingRight>
303                            <PaddingTop>2pt</PaddingTop>
304                            <PaddingBottom>2pt</PaddingBottom>
305                          </Style>
306                          <ZIndex>19</ZIndex>
307                          <CanGrow>true</CanGrow>
308                          <Value />
309                        </Textbox>
310                      </ReportItems>
311                    </TableCell>
312                    <TableCell>
313                      <ReportItems>
314                        <Textbox Name="textbox9">
315                          <rd:DefaultName>textbox9</rd:DefaultName>
316                          <Style>
317                            <TextAlign>Center</TextAlign>
318                            <PaddingLeft>2pt</PaddingLeft>
319                            <PaddingRight>2pt</PaddingRight>
320                            <PaddingTop>2pt</PaddingTop>
321                            <PaddingBottom>2pt</PaddingBottom>
322                          </Style>
323                          <ZIndex>18</ZIndex>
324                          <CanGrow>true</CanGrow>
325                          <Value />
326                        </Textbox>
327                      </ReportItems>
328                    </TableCell>
329                    <TableCell>
330                      <ReportItems>
331                        <Textbox Name="textbox10">
332                          <rd:DefaultName>textbox10</rd:DefaultName>
333                          <Style>
334                            <TextAlign>Center</TextAlign>
335                            <PaddingLeft>2pt</PaddingLeft>
336                            <PaddingRight>2pt</PaddingRight>
337                            <PaddingTop>2pt</PaddingTop>
338                            <PaddingBottom>2pt</PaddingBottom>
339                          </Style>
340                          <ZIndex>17</ZIndex>
341                          <CanGrow>true</CanGrow>
342                          <Value />
343                        </Textbox>
344                      </ReportItems>
345                    </TableCell>
346                    <TableCell>
347                      <ReportItems>
348                        <Textbox Name="textbox12">
349                          <rd:DefaultName>textbox12</rd:DefaultName>
350                          <Style>
351                            <TextAlign>Center</TextAlign>
352                            <PaddingLeft>2pt</PaddingLeft>
353                            <PaddingRight>2pt</PaddingRight>
354                            <PaddingTop>2pt</PaddingTop>
355                            <PaddingBottom>2pt</PaddingBottom>
356                          </Style>
357                          <ZIndex>16</ZIndex>
358                          <CanGrow>true</CanGrow>
359                          <Value />
360                        </Textbox>
361                      </ReportItems>
362                    </TableCell>
363                    <TableCell>
364                      <ReportItems>
365                        <Textbox Name="textbox13">
366                          <rd:DefaultName>textbox13</rd:DefaultName>
367                          <Style>
368                            <TextAlign>Center</TextAlign>
369                            <PaddingLeft>2pt</PaddingLeft>
370                            <PaddingRight>2pt</PaddingRight>
371                            <PaddingTop>2pt</PaddingTop>
372                            <PaddingBottom>2pt</PaddingBottom>
373                          </Style>
374                          <ZIndex>15</ZIndex>
375                          <CanGrow>true</CanGrow>
376                          <Value />
377                        </Textbox>
378                      </ReportItems>
379                    </TableCell>
380                    <TableCell>
381                      <ReportItems>
382                        <Textbox Name="textbox15">
383                          <rd:DefaultName>textbox15</rd:DefaultName>
384                          <Style>
385                            <TextAlign>Center</TextAlign>
386                            <PaddingLeft>2pt</PaddingLeft>
387                            <PaddingRight>2pt</PaddingRight>
388                            <PaddingTop>2pt</PaddingTop>
389                            <PaddingBottom>2pt</PaddingBottom>
390                          </Style>
391                          <ZIndex>14</ZIndex>
392                          <CanGrow>true</CanGrow>
393                          <Value />
394                        </Textbox>
395                      </ReportItems>
396                    </TableCell>
397                  </TableCells>
398                  <Height>0.25cm</Height>
399                </TableRow>
400              </TableRows>
401            </Header>
402            <Footer>
403              <TableRows>
404                <TableRow>
405                  <TableCells>
406                    <TableCell>
407                      <ReportItems>
408                        <Textbox Name="textbox16">
409                          <rd:DefaultName>textbox16</rd:DefaultName>
410                          <Style>
411                            <PaddingLeft>2pt</PaddingLeft>
412                            <PaddingRight>2pt</PaddingRight>
413                            <PaddingTop>2pt</PaddingTop>
414                            <PaddingBottom>2pt</PaddingBottom>
415                          </Style>
416                          <ZIndex>13</ZIndex>
417                          <CanGrow>true</CanGrow>
418                          <Value />
419                        </Textbox>
420                      </ReportItems>
421                    </TableCell>
422                    <TableCell>
423                      <ReportItems>
424                        <Textbox Name="textbox18">
425                          <rd:DefaultName>textbox18</rd:DefaultName>
426                          <Style>
427                            <TextAlign>Center</TextAlign>
428                            <PaddingLeft>2pt</PaddingLeft>
429                            <PaddingRight>2pt</PaddingRight>
430                            <PaddingTop>2pt</PaddingTop>
431                            <PaddingBottom>2pt</PaddingBottom>
432                          </Style>
433                          <ZIndex>12</ZIndex>
434                          <CanGrow>true</CanGrow>
435                          <Value />
436                        </Textbox>
437                      </ReportItems>
438                    </TableCell>
439                    <TableCell>
440                      <ReportItems>
441                        <Textbox Name="textbox19">
442                          <rd:DefaultName>textbox19</rd:DefaultName>
443                          <Style>
444                            <TextAlign>Center</TextAlign>
445                            <PaddingLeft>2pt</PaddingLeft>
446                            <PaddingRight>2pt</PaddingRight>
447                            <PaddingTop>2pt</PaddingTop>
448                            <PaddingBottom>2pt</PaddingBottom>
449                          </Style>
450                          <ZIndex>11</ZIndex>
451                          <CanGrow>true</CanGrow>
452                          <Value />
453                        </Textbox>
454                      </ReportItems>
455                    </TableCell>
456                    <TableCell>
457                      <ReportItems>
458                        <Textbox Name="textbox20">
459                          <rd:DefaultName>textbox20</rd:DefaultName>
460                          <Style>
461                            <TextAlign>Center</TextAlign>
462                            <PaddingLeft>2pt</PaddingLeft>
463                            <PaddingRight>2pt</PaddingRight>
464                            <PaddingTop>2pt</PaddingTop>
465                            <PaddingBottom>2pt</PaddingBottom>
466                          </Style>
467                          <ZIndex>10</ZIndex>
468                          <CanGrow>true</CanGrow>
469                          <Value />
470                        </Textbox>
471                      </ReportItems>
472                    </TableCell>
473                    <TableCell>
474                      <ReportItems>
475                        <Textbox Name="textbox21">
476                          <rd:DefaultName>textbox21</rd:DefaultName>
477                          <Style>
478                            <TextAlign>Center</TextAlign>
479                            <PaddingLeft>2pt</PaddingLeft>
480                            <PaddingRight>2pt</PaddingRight>
481                            <PaddingTop>2pt</PaddingTop>
482                            <PaddingBottom>2pt</PaddingBottom>
483                          </Style>
484                          <ZIndex>9</ZIndex>
485                          <CanGrow>true</CanGrow>
486                          <Value>=Count(Fields!nrwyd1.Value)</Value>
487                        </Textbox>
488                      </ReportItems>
489                    </TableCell>
490                    <TableCell>
491                      <ReportItems>
492                        <Textbox Name="textbox22">
493                          <rd:DefaultName>textbox22</rd:DefaultName>
494                          <Style>
495                            <TextAlign>Center</TextAlign>
496                            <PaddingLeft>2pt</PaddingLeft>
497                            <PaddingRight>2pt</PaddingRight>
498                            <PaddingTop>2pt</PaddingTop>
499                            <PaddingBottom>2pt</PaddingBottom>
500                          </Style>
501                          <ZIndex>8</ZIndex>
502                          <CanGrow>true</CanGrow>
503                          <Value />
504                        </Textbox>
505                      </ReportItems>
506                    </TableCell>
507                    <TableCell>
508                      <ReportItems>
509                        <Textbox Name="textbox23">
510                          <rd:DefaultName>textbox23</rd:DefaultName>
511                          <Style>
512                            <TextAlign>Center</TextAlign>
513                            <PaddingLeft>2pt</PaddingLeft>
514                            <PaddingRight>2pt</PaddingRight>
515                            <PaddingTop>2pt</PaddingTop>
516                            <PaddingBottom>2pt</PaddingBottom>
517                          </Style>
518                          <ZIndex>7</ZIndex>
519                          <CanGrow>true</CanGrow>
520                          <Value />
521                        </Textbox>
522                      </ReportItems>
523                    </TableCell>
524                  </TableCells>
525                  <Height>0.5cm</Height>
526                </TableRow>
527              </TableRows>
528            </Footer>
529          </TableGroup>
530        </TableGroups>
531        <Width>17.75cm</Width>
532        <Details>
533          <TableRows>
534            <TableRow>
535              <TableCells>
536                <TableCell>
537                  <ReportItems>
538                    <Textbox Name="textbox4">
539                      <rd:DefaultName>textbox4</rd:DefaultName>
540                      <Style>
541                        <BorderColor>
542                          <Default>LightGrey</Default>
543                        </BorderColor>
544                        <BorderStyle>
545                          <Default>Solid</Default>
546                        </BorderStyle>
547                        <BorderWidth>
548                          <Default>0.5pt</Default>
549                        </BorderWidth>
550                        <PaddingLeft>2pt</PaddingLeft>
551                        <PaddingRight>2pt</PaddingRight>
552                        <PaddingTop>2pt</PaddingTop>
553                        <PaddingBottom>2pt</PaddingBottom>
554                      </Style>
555                      <ZIndex>6</ZIndex>
556                      <CanGrow>true</CanGrow>
557                      <Value>=Parameters!tytul.Value</Value>
558                    </Textbox>
559                  </ReportItems>
560                </TableCell>
561                <TableCell>
562                  <ReportItems>
563                    <Textbox Name="nrwyd1_1">
564                      <rd:DefaultName>nrwyd1_1</rd:DefaultName>
565                      <Style>
566                        <BackgroundColor>MintCream</BackgroundColor>
567                        <BorderColor>
568                          <Default>LightGrey</Default>
569                        </BorderColor>
570                        <BorderStyle>
571                          <Default>Solid</Default>
572                        </BorderStyle>
573                        <BorderWidth>
574                          <Default>0.5pt</Default>
575                        </BorderWidth>
576                        <TextAlign>Center</TextAlign>
577                        <PaddingLeft>2pt</PaddingLeft>
578                        <PaddingRight>2pt</PaddingRight>
579                        <PaddingTop>2pt</PaddingTop>
580                        <PaddingBottom>2pt</PaddingBottom>
581                      </Style>
582                      <ZIndex>5</ZIndex>
583                      <CanGrow>true</CanGrow>
584                      <Value>=Fields!nrwyd1.Value</Value>
585                    </Textbox>
586                  </ReportItems>
587                </TableCell>
588                <TableCell>
589                  <ReportItems>
590                    <Textbox Name="grzbiet1">
591                      <rd:DefaultName>grzbiet1</rd:DefaultName>
592                      <Style>
593                        <BackgroundColor>MintCream</BackgroundColor>
594                        <BorderColor>
595                          <Default>LightGrey</Default>
596                        </BorderColor>
597                        <BorderStyle>
598                          <Default>Solid</Default>
599                        </BorderStyle>
600                        <BorderWidth>
601                          <Default>0.5pt</Default>
602                        </BorderWidth>
603                        <TextAlign>Center</TextAlign>
604                        <PaddingLeft>2pt</PaddingLeft>
605                        <PaddingRight>2pt</PaddingRight>
606                        <PaddingTop>2pt</PaddingTop>
607                        <PaddingBottom>2pt</PaddingBottom>
608                      </Style>
609                      <ZIndex>4</ZIndex>
610                      <CanGrow>true</CanGrow>
611                      <Value>=Fields!grzbiet1.Value</Value>
612                    </Textbox>
613                  </ReportItems>
614                </TableCell>
615                <TableCell>
616                  <ReportItems>
617                    <Textbox Name="textbox8">
618                      <rd:DefaultName>textbox8</rd:DefaultName>
619                      <Style>
620                        <BackgroundColor>MintCream</BackgroundColor>
621                        <BorderColor>
622                          <Default>LightGrey</Default>
623                        </BorderColor>
624                        <BorderStyle>
625                          <Default>Solid</Default>
626                        </BorderStyle>
627                        <BorderWidth>
628                          <Default>0.5pt</Default>
629                        </BorderWidth>
630                        <TextAlign>Center</TextAlign>
631                        <PaddingLeft>2pt</PaddingLeft>
632                        <PaddingRight>2pt</PaddingRight>
633                        <PaddingTop>2pt</PaddingTop>
634                        <PaddingBottom>2pt</PaddingBottom>
635                      </Style>
636                      <ZIndex>3</ZIndex>
637                      <CanGrow>true</CanGrow>
638                      <Value>=Fields!reklama1.Value</Value>
639                    </Textbox>
640                  </ReportItems>
641                </TableCell>
642                <TableCell>
643                  <ReportItems>
644                    <Textbox Name="nrwyd2">
645                      <rd:DefaultName>nrwyd2</rd:DefaultName>
646                      <Style>
647                        <BorderColor>
648                          <Default>LightGrey</Default>
649                        </BorderColor>
650                        <BorderStyle>
651                          <Default>Solid</Default>
652                        </BorderStyle>
653                        <BorderWidth>
654                          <Default>0.5pt</Default>
655                        </BorderWidth>
656                        <TextAlign>Center</TextAlign>
657                        <PaddingLeft>2pt</PaddingLeft>
658                        <PaddingRight>2pt</PaddingRight>
659                        <PaddingTop>2pt</PaddingTop>
660                        <PaddingBottom>2pt</PaddingBottom>
661                      </Style>
662                      <ZIndex>2</ZIndex>
663                      <CanGrow>true</CanGrow>
664                      <Value>=Fields!nrwyd2.Value</Value>
665                    </Textbox>
666                  </ReportItems>
667                </TableCell>
668                <TableCell>
669                  <ReportItems>
670                    <Textbox Name="grzbiet2">
671                      <rd:DefaultName>grzbiet2</rd:DefaultName>
672                      <Style>
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                        <TextAlign>Center</TextAlign>
683                        <PaddingLeft>2pt</PaddingLeft>
684                        <PaddingRight>2pt</PaddingRight>
685                        <PaddingTop>2pt</PaddingTop>
686                        <PaddingBottom>2pt</PaddingBottom>
687                      </Style>
688                      <ZIndex>1</ZIndex>
689                      <CanGrow>true</CanGrow>
690                      <Value>=Fields!grzbiet2.Value</Value>
691                    </Textbox>
692                  </ReportItems>
693                </TableCell>
694                <TableCell>
695                  <ReportItems>
696                    <Textbox Name="reklama2">
697                      <rd:DefaultName>reklama2</rd:DefaultName>
698                      <Style>
699                        <BorderColor>
700                          <Default>LightGrey</Default>
701                        </BorderColor>
702                        <BorderStyle>
703                          <Default>Solid</Default>
704                        </BorderStyle>
705                        <BorderWidth>
706                          <Default>0.5pt</Default>
707                        </BorderWidth>
708                        <TextAlign>Center</TextAlign>
709                        <PaddingLeft>2pt</PaddingLeft>
710                        <PaddingRight>2pt</PaddingRight>
711                        <PaddingTop>2pt</PaddingTop>
712                        <PaddingBottom>2pt</PaddingBottom>
713                      </Style>
714                      <CanGrow>true</CanGrow>
715                      <Value>=Fields!reklama2.Value</Value>
716                    </Textbox>
717                  </ReportItems>
718                </TableCell>
719              </TableCells>
720              <Height>0.63492cm</Height>
721            </TableRow>
722          </TableRows>
723          <Sorting>
724            <SortBy>
725              <SortExpression>=Fields!reklama1.Value</SortExpression>
726              <Direction>Ascending</Direction>
727            </SortBy>
728          </Sorting>
729        </Details>
730        <Style>
731          <TextAlign>Center</TextAlign>
732        </Style>
733        <Header>
734          <TableRows>
735            <TableRow>
736              <TableCells>
737                <TableCell>
738                  <ReportItems>
739                    <Textbox Name="textbox31">
740                      <rd:DefaultName>textbox31</rd:DefaultName>
741                      <Style>
742                        <FontWeight>700</FontWeight>
743                        <TextAlign>Center</TextAlign>
744                        <PaddingLeft>2pt</PaddingLeft>
745                        <PaddingRight>2pt</PaddingRight>
746                        <PaddingTop>2pt</PaddingTop>
747                        <PaddingBottom>2pt</PaddingBottom>
748                      </Style>
749                      <ZIndex>30</ZIndex>
750                      <CanGrow>true</CanGrow>
751                      <Value />
752                    </Textbox>
753                  </ReportItems>
754                </TableCell>
755                <TableCell>
756                  <ColSpan>3</ColSpan>
757                  <ReportItems>
758                    <Textbox Name="textbox32">
759                      <rd:DefaultName>textbox32</rd:DefaultName>
760                      <Style>
761                        <BackgroundColor>WhiteSmoke</BackgroundColor>
762                        <BorderColor>
763                          <Default>LightGrey</Default>
764                        </BorderColor>
765                        <BorderStyle>
766                          <Default>Solid</Default>
767                        </BorderStyle>
768                        <BorderWidth>
769                          <Default>0.5pt</Default>
770                        </BorderWidth>
771                        <FontWeight>700</FontWeight>
772                        <TextAlign>Center</TextAlign>
773                        <PaddingLeft>2pt</PaddingLeft>
774                        <PaddingRight>2pt</PaddingRight>
775                        <PaddingTop>2pt</PaddingTop>
776                        <PaddingBottom>2pt</PaddingBottom>
777                      </Style>
778                      <ZIndex>29</ZIndex>
779                      <CanGrow>true</CanGrow>
780                      <Value>="WYDANIE NR " &amp; Parameters!nr1.Value</Value>
781                    </Textbox>
782                  </ReportItems>
783                </TableCell>
784                <TableCell>
785                  <ColSpan>3</ColSpan>
786                  <ReportItems>
787                    <Textbox Name="textbox35">
788                      <rd:DefaultName>textbox35</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                        <FontWeight>700</FontWeight>
801                        <TextAlign>Center</TextAlign>
802                        <PaddingLeft>2pt</PaddingLeft>
803                        <PaddingRight>2pt</PaddingRight>
804                        <PaddingTop>2pt</PaddingTop>
805                        <PaddingBottom>2pt</PaddingBottom>
806                      </Style>
807                      <ZIndex>28</ZIndex>
808                      <CanGrow>true</CanGrow>
809                      <Value>="WYDANIE NR " &amp; Parameters!nr2.Value</Value>
810                    </Textbox>
811                  </ReportItems>
812                </TableCell>
813              </TableCells>
814              <Height>0.63492cm</Height>
815            </TableRow>
816            <TableRow>
817              <TableCells>
818                <TableCell>
819                  <ReportItems>
820                    <Textbox Name="textbox1">
821                      <rd:DefaultName>textbox1</rd:DefaultName>
822                      <Style>
823                        <BorderColor>
824                          <Default>LightGrey</Default>
825                        </BorderColor>
826                        <BorderStyle>
827                          <Default>Solid</Default>
828                        </BorderStyle>
829                        <BorderWidth>
830                          <Default>0.5pt</Default>
831                        </BorderWidth>
832                        <FontWeight>700</FontWeight>
833                        <TextAlign>Center</TextAlign>
834                        <PaddingLeft>2pt</PaddingLeft>
835                        <PaddingRight>2pt</PaddingRight>
836                        <PaddingTop>2pt</PaddingTop>
837                        <PaddingBottom>2pt</PaddingBottom>
838                      </Style>
839                      <ZIndex>27</ZIndex>
840                      <CanGrow>true</CanGrow>
841                      <Value>Tytuł</Value>
842                    </Textbox>
843                  </ReportItems>
844                </TableCell>
845                <TableCell>
846                  <ReportItems>
847                    <Textbox Name="textbox2">
848                      <rd:DefaultName>textbox2</rd:DefaultName>
849                      <Style>
850                        <BorderColor>
851                          <Default>LightGrey</Default>
852                        </BorderColor>
853                        <BorderStyle>
854                          <Default>Solid</Default>
855                        </BorderStyle>
856                        <BorderWidth>
857                          <Default>0.5pt</Default>
858                        </BorderWidth>
859                        <FontWeight>700</FontWeight>
860                        <TextAlign>Center</TextAlign>
861                        <PaddingLeft>2pt</PaddingLeft>
862                        <PaddingRight>2pt</PaddingRight>
863                        <PaddingTop>2pt</PaddingTop>
864                        <PaddingBottom>2pt</PaddingBottom>
865                      </Style>
866                      <ZIndex>26</ZIndex>
867                      <CanGrow>true</CanGrow>
868                      <Value>Nr wyd</Value>
869                    </Textbox>
870                  </ReportItems>
871                </TableCell>
872                <TableCell>
873                  <ReportItems>
874                    <Textbox Name="textbox17">
875                      <rd:DefaultName>textbox17</rd:DefaultName>
876                      <Style>
877                        <BorderColor>
878                          <Default>LightGrey</Default>
879                        </BorderColor>
880                        <BorderStyle>
881                          <Default>Solid</Default>
882                        </BorderStyle>
883                        <BorderWidth>
884                          <Default>0.5pt</Default>
885                        </BorderWidth>
886                        <FontWeight>700</FontWeight>
887                        <TextAlign>Center</TextAlign>
888                        <PaddingLeft>2pt</PaddingLeft>
889                        <PaddingRight>2pt</PaddingRight>
890                        <PaddingTop>2pt</PaddingTop>
891                        <PaddingBottom>2pt</PaddingBottom>
892                      </Style>
893                      <ZIndex>25</ZIndex>
894                      <CanGrow>true</CanGrow>
895                      <Value>Grzbiet</Value>
896                    </Textbox>
897                  </ReportItems>
898                </TableCell>
899                <TableCell>
900                  <ReportItems>
901                    <Textbox Name="textbox3">
902                      <rd:DefaultName>textbox3</rd:DefaultName>
903                      <Style>
904                        <BorderColor>
905                          <Default>LightGrey</Default>
906                        </BorderColor>
907                        <BorderStyle>
908                          <Default>Solid</Default>
909                        </BorderStyle>
910                        <BorderWidth>
911                          <Default>0.5pt</Default>
912                        </BorderWidth>
913                        <FontWeight>700</FontWeight>
914                        <TextAlign>Center</TextAlign>
915                        <PaddingLeft>2pt</PaddingLeft>
916                        <PaddingRight>2pt</PaddingRight>
917                        <PaddingTop>2pt</PaddingTop>
918                        <PaddingBottom>2pt</PaddingBottom>
919                      </Style>
920                      <ZIndex>24</ZIndex>
921                      <CanGrow>true</CanGrow>
922                      <Value>Symbol  reklamy</Value>
923                    </Textbox>
924                  </ReportItems>
925                </TableCell>
926                <TableCell>
927                  <ReportItems>
928                    <Textbox Name="textbox14">
929                      <rd:DefaultName>textbox14</rd:DefaultName>
930                      <Style>
931                        <BorderColor>
932                          <Default>LightGrey</Default>
933                        </BorderColor>
934                        <BorderStyle>
935                          <Default>Solid</Default>
936                        </BorderStyle>
937                        <BorderWidth>
938                          <Default>0.5pt</Default>
939                        </BorderWidth>
940                        <FontWeight>700</FontWeight>
941                        <TextAlign>Center</TextAlign>
942                        <PaddingLeft>2pt</PaddingLeft>
943                        <PaddingRight>2pt</PaddingRight>
944                        <PaddingTop>2pt</PaddingTop>
945                        <PaddingBottom>2pt</PaddingBottom>
946                      </Style>
947                      <ZIndex>23</ZIndex>
948                      <CanGrow>true</CanGrow>
949                      <Value>Nr wyd</Value>
950                    </Textbox>
951                  </ReportItems>
952                </TableCell>
953                <TableCell>
954                  <ReportItems>
955                    <Textbox Name="textbox11">
956                      <rd:DefaultName>textbox11</rd:DefaultName>
957                      <Style>
958                        <BorderColor>
959                          <Default>LightGrey</Default>
960                        </BorderColor>
961                        <BorderStyle>
962                          <Default>Solid</Default>
963                        </BorderStyle>
964                        <BorderWidth>
965                          <Default>0.5pt</Default>
966                        </BorderWidth>
967                        <FontWeight>700</FontWeight>
968                        <TextAlign>Center</TextAlign>
969                        <PaddingLeft>2pt</PaddingLeft>
970                        <PaddingRight>2pt</PaddingRight>
971                        <PaddingTop>2pt</PaddingTop>
972                        <PaddingBottom>2pt</PaddingBottom>
973                      </Style>
974                      <ZIndex>22</ZIndex>
975                      <CanGrow>true</CanGrow>
976                      <Value>Grzbiet</Value>
977                    </Textbox>
978                  </ReportItems>
979                </TableCell>
980                <TableCell>
981                  <ReportItems>
982                    <Textbox Name="textbox5">
983                      <rd:DefaultName>textbox5</rd:DefaultName>
984                      <Style>
985                        <BorderColor>
986                          <Default>LightGrey</Default>
987                        </BorderColor>
988                        <BorderStyle>
989                          <Default>Solid</Default>
990                        </BorderStyle>
991                        <BorderWidth>
992                          <Default>0.5pt</Default>
993                        </BorderWidth>
994                        <FontWeight>700</FontWeight>
995                        <TextAlign>Center</TextAlign>
996                        <PaddingLeft>2pt</PaddingLeft>
997                        <PaddingRight>2pt</PaddingRight>
998                        <PaddingTop>2pt</PaddingTop>
999                        <PaddingBottom>2pt</PaddingBottom>
1000                      </Style>
1001                      <ZIndex>21</ZIndex>
1002                      <CanGrow>true</CanGrow>
1003                      <Value>Symbol reklamy</Value>
1004                    </Textbox>
1005                  </ReportItems>
1006                </TableCell>
1007              </TableCells>
1008              <Height>0.63492cm</Height>
1009            </TableRow>
1010          </TableRows>
1011        </Header>
1012        <TableColumns>
1013          <TableColumn>
1014            <Width>1.25cm</Width>
1015          </TableColumn>
1016          <TableColumn>
1017            <Width>1.75cm</Width>
1018          </TableColumn>
1019          <TableColumn>
1020            <Width>3.25cm</Width>
1021          </TableColumn>
1022          <TableColumn>
1023            <Width>3.25cm</Width>
1024          </TableColumn>
1025          <TableColumn>
1026            <Width>1.75cm</Width>
1027          </TableColumn>
1028          <TableColumn>
1029            <Width>3.25cm</Width>
1030          </TableColumn>
1031          <TableColumn>
1032            <Width>3.25cm</Width>
1033          </TableColumn>
1034        </TableColumns>
1035        <Left>0.5cm</Left>
1036      </Table>
1037    </ReportItems>
1038    <Height>3.65476cm</Height>
1039  </Body>
1040  <Language>en-US</Language>
1041  <TopMargin>1cm</TopMargin>
1042  <PageHeight>29.7cm</PageHeight>
1043</Report>
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.