| 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>2f616f0d-4777-42a9-9aa2-5075ea4d3742</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="nr_wydania">
|
|---|
| 29 | <DataType>String</DataType>
|
|---|
| 30 | <Prompt>nr_wydania</Prompt>
|
|---|
| 31 | </ReportParameter>
|
|---|
| 32 | </ReportParameters>
|
|---|
| 33 | <rd:DrawGrid>true</rd:DrawGrid>
|
|---|
| 34 | <InteractiveWidth>21cm</InteractiveWidth>
|
|---|
| 35 | <rd:GridSpacing>0.25cm</rd:GridSpacing>
|
|---|
| 36 | <rd:SnapToGrid>true</rd:SnapToGrid>
|
|---|
| 37 | <RightMargin>2.5cm</RightMargin>
|
|---|
| 38 | <LeftMargin>2.5cm</LeftMargin>
|
|---|
| 39 | <BottomMargin>2.5cm</BottomMargin>
|
|---|
| 40 | <rd:ReportID>49e541c8-0d30-4db8-b5f1-ed3fa341a25b</rd:ReportID>
|
|---|
| 41 | <PageWidth>21cm</PageWidth>
|
|---|
| 42 | <DataSets>
|
|---|
| 43 | <DataSet Name="Makiety">
|
|---|
| 44 | <Fields>
|
|---|
| 45 | <Field Name="Nr_Wydania">
|
|---|
| 46 | <DataField>Nr Wydania</DataField>
|
|---|
| 47 | <rd:TypeName>System.Int16</rd:TypeName>
|
|---|
| 48 | </Field>
|
|---|
| 49 | <Field Name="nazwa">
|
|---|
| 50 | <DataField>nazwa</DataField>
|
|---|
| 51 | <rd:TypeName>System.String</rd:TypeName>
|
|---|
| 52 | </Field>
|
|---|
| 53 | <Field Name="ID">
|
|---|
| 54 | <DataField />
|
|---|
| 55 | <rd:TypeName>System.Int32</rd:TypeName>
|
|---|
| 56 | </Field>
|
|---|
| 57 | </Fields>
|
|---|
| 58 | <Query>
|
|---|
| 59 | <DataSourceName>BAZA_REKLAM</DataSourceName>
|
|---|
| 60 | <CommandText>select [UKAÅ»E SIÄ W NR].[Nr Wydania], G.[nazwa],count(*) from
|
|---|
| 61 |
|
|---|
| 62 | REKLAMA AS R INNER JOIN
|
|---|
| 63 | [UKAÅ»E SIÄ W NR] ON R.ReklamaID = [UKAÅ»E SIÄ W NR].ReklamaId LEFT OUTER JOIN
|
|---|
| 64 | REKLAMA_STRONA ON R.ReklamaID = REKLAMA_STRONA.ReklamaId AND
|
|---|
| 65 | [UKAÅ»E SIÄ W NR].[Nr Wydania] = REKLAMA_STRONA.NR_WYDANIA LEFT OUTER JOIN
|
|---|
| 66 | GRZBIETY AS G ON R.GRZBIET = G.ID
|
|---|
| 67 | where [UKAÅ»E SIÄ W NR].[Nr Wydania] < @nr_wydania and [UKAÅ»E SIÄ W NR].[Nr Wydania] > @nr_wydania - 12 and r.tytuÅ =@tytul and r.[zatwierdzono do druku]=1
|
|---|
| 68 | AND
|
|---|
| 69 | substring(R.[Id reklamy],1,7) in (
|
|---|
| 70 |
|
|---|
| 71 | SELECT distinct substring(R.[Id reklamy],1,7)
|
|---|
| 72 | FROM
|
|---|
| 73 | REKLAMA AS R INNER JOIN
|
|---|
| 74 | [UKAÅ»E SIÄ W NR] ON R.ReklamaID = [UKAÅ»E SIÄ W NR].ReklamaId LEFT OUTER JOIN
|
|---|
| 75 | REKLAMA_STRONA ON R.ReklamaID = REKLAMA_STRONA.ReklamaId AND
|
|---|
| 76 | [UKAÅ»E SIÄ W NR].[Nr Wydania] = REKLAMA_STRONA.NR_WYDANIA LEFT OUTER JOIN
|
|---|
| 77 | GRZBIETY AS G ON R.GRZBIET = G.ID
|
|---|
| 78 |
|
|---|
| 79 | where [UKAÅ»E SIÄ W NR].[Nr Wydania] = @nr_wydania and r.tytuÅ =@tytul and r.[zatwierdzono do druku]=1 )
|
|---|
| 80 | group by [UKAÅ»E SIÄ W NR].[Nr Wydania] ,G.[nazwa]
|
|---|
| 81 | order by [UKAÅ»E SIÄ W NR].[Nr Wydania] desc ,G.[nazwa]</CommandText>
|
|---|
| 82 | <QueryParameters>
|
|---|
| 83 | <QueryParameter Name="@nr_wydania">
|
|---|
| 84 | <Value>=Parameters!nr_wydania.Value</Value>
|
|---|
| 85 | </QueryParameter>
|
|---|
| 86 | <QueryParameter Name="@tytul">
|
|---|
| 87 | <Value>=Parameters!tytul.Value</Value>
|
|---|
| 88 | </QueryParameter>
|
|---|
| 89 | </QueryParameters>
|
|---|
| 90 | <rd:UseGenericDesigner>true</rd:UseGenericDesigner>
|
|---|
| 91 | </Query>
|
|---|
| 92 | </DataSet>
|
|---|
| 93 | <DataSet Name="ListaTytulow">
|
|---|
| 94 | <Fields>
|
|---|
| 95 | <Field Name="SYMB">
|
|---|
| 96 | <DataField>SYMB</DataField>
|
|---|
| 97 | <rd:TypeName>System.String</rd:TypeName>
|
|---|
| 98 | </Field>
|
|---|
| 99 | </Fields>
|
|---|
| 100 | <Query>
|
|---|
| 101 | <DataSourceName>BAZA_REKLAM</DataSourceName>
|
|---|
| 102 | <CommandText>SELECT SYMB
|
|---|
| 103 | FROM [LISTA TYTUÅÃW]
|
|---|
| 104 | WHERE (st_aktywny = - 1)</CommandText>
|
|---|
| 105 | <rd:UseGenericDesigner>true</rd:UseGenericDesigner>
|
|---|
| 106 | </Query>
|
|---|
| 107 | </DataSet>
|
|---|
| 108 | <DataSet Name="Max">
|
|---|
| 109 | <Fields>
|
|---|
| 110 | <Field Name="Nr_Wydania">
|
|---|
| 111 | <DataField>Nr Wydania</DataField>
|
|---|
| 112 | <rd:TypeName>System.Int16</rd:TypeName>
|
|---|
| 113 | </Field>
|
|---|
| 114 | <Field Name="suma">
|
|---|
| 115 | <DataField>suma</DataField>
|
|---|
| 116 | <rd:TypeName>System.Int32</rd:TypeName>
|
|---|
| 117 | </Field>
|
|---|
| 118 | </Fields>
|
|---|
| 119 | <Query>
|
|---|
| 120 | <DataSourceName>BAZA_REKLAM</DataSourceName>
|
|---|
| 121 | <CommandText>select [UKAÅ»E SIÄ W NR].[Nr Wydania], count(*) as suma from
|
|---|
| 122 |
|
|---|
| 123 | REKLAMA AS R INNER JOIN
|
|---|
| 124 | [UKAÅ»E SIÄ W NR] ON R.ReklamaID = [UKAÅ»E SIÄ W NR].ReklamaId LEFT OUTER JOIN
|
|---|
| 125 | REKLAMA_STRONA ON R.ReklamaID = REKLAMA_STRONA.ReklamaId AND
|
|---|
| 126 | [UKAÅ»E SIÄ W NR].[Nr Wydania] = REKLAMA_STRONA.NR_WYDANIA LEFT OUTER JOIN
|
|---|
| 127 | GRZBIETY AS G ON R.GRZBIET = G.ID
|
|---|
| 128 | where [UKAÅ»E SIÄ W NR].[Nr Wydania] < @nr_wydania and [UKAÅ»E SIÄ W NR].[Nr Wydania] > @nr_wydania - 12 and r.tytuÅ =@tytul and r.[zatwierdzono do druku]=1
|
|---|
| 129 | AND
|
|---|
| 130 | substring(R.[Id reklamy],1,7) in (
|
|---|
| 131 |
|
|---|
| 132 | SELECT distinct substring(R.[Id reklamy],1,7)
|
|---|
| 133 | FROM
|
|---|
| 134 | REKLAMA AS R INNER JOIN
|
|---|
| 135 | [UKAÅ»E SIÄ W NR] ON R.ReklamaID = [UKAÅ»E SIÄ W NR].ReklamaId LEFT OUTER JOIN
|
|---|
| 136 | REKLAMA_STRONA ON R.ReklamaID = REKLAMA_STRONA.ReklamaId AND
|
|---|
| 137 | [UKAÅ»E SIÄ W NR].[Nr Wydania] = REKLAMA_STRONA.NR_WYDANIA LEFT OUTER JOIN
|
|---|
| 138 | GRZBIETY AS G ON R.GRZBIET = G.ID
|
|---|
| 139 |
|
|---|
| 140 | where [UKAÅ»E SIÄ W NR].[Nr Wydania] = @nr_wydania and r.tytuÅ =@tytul and r.[zatwierdzono do druku]=1 )
|
|---|
| 141 | group by [UKAÅ»E SIÄ W NR].[Nr Wydania]
|
|---|
| 142 | order by suma desc</CommandText>
|
|---|
| 143 | <QueryParameters>
|
|---|
| 144 | <QueryParameter Name="@nr_wydania">
|
|---|
| 145 | <Value>=Parameters!nr_wydania.Value</Value>
|
|---|
| 146 | </QueryParameter>
|
|---|
| 147 | <QueryParameter Name="@tytul">
|
|---|
| 148 | <Value>=Parameters!tytul.Value</Value>
|
|---|
| 149 | </QueryParameter>
|
|---|
| 150 | </QueryParameters>
|
|---|
| 151 | <rd:UseGenericDesigner>true</rd:UseGenericDesigner>
|
|---|
| 152 | </Query>
|
|---|
| 153 | </DataSet>
|
|---|
| 154 | </DataSets>
|
|---|
| 155 | <Width>16cm</Width>
|
|---|
| 156 | <Body>
|
|---|
| 157 | <ColumnSpacing>1cm</ColumnSpacing>
|
|---|
| 158 | <ReportItems>
|
|---|
| 159 | <Textbox Name="textbox17">
|
|---|
| 160 | <rd:DefaultName>textbox17</rd:DefaultName>
|
|---|
| 161 | <Top>0.25cm</Top>
|
|---|
| 162 | <Width>12.25cm</Width>
|
|---|
| 163 | <Style>
|
|---|
| 164 | <FontSize>12pt</FontSize>
|
|---|
| 165 | <FontWeight>700</FontWeight>
|
|---|
| 166 | <PaddingLeft>2pt</PaddingLeft>
|
|---|
| 167 | <PaddingRight>2pt</PaddingRight>
|
|---|
| 168 | <PaddingTop>2pt</PaddingTop>
|
|---|
| 169 | <PaddingBottom>2pt</PaddingBottom>
|
|---|
| 170 | </Style>
|
|---|
| 171 | <ZIndex>1</ZIndex>
|
|---|
| 172 | <CanGrow>true</CanGrow>
|
|---|
| 173 | <Left>2cm</Left>
|
|---|
| 174 | <Height>0.75cm</Height>
|
|---|
| 175 | <Value>="NAJBARDZIEJ ZGODNE JEST WYDANIE: " & First(Fields!Nr_Wydania.Value, "Max")</Value>
|
|---|
| 176 | </Textbox>
|
|---|
| 177 | <Table Name="table1">
|
|---|
| 178 | <DataSetName>Makiety</DataSetName>
|
|---|
| 179 | <Filters>
|
|---|
| 180 | <Filter>
|
|---|
| 181 | <FilterExpression>=iif(Parameters!tytul.Value = "GS",Fields!Nr_Wydania.Value Mod 2, 1)</FilterExpression>
|
|---|
| 182 | <Operator>Equal</Operator>
|
|---|
| 183 | <FilterValues>
|
|---|
| 184 | <FilterValue>=iif(Parameters!tytul.Value = "GS",Parameters!nr_wydania.Value Mod 2, 1)</FilterValue>
|
|---|
| 185 | </FilterValues>
|
|---|
| 186 | </Filter>
|
|---|
| 187 | <Filter>
|
|---|
| 188 | <FilterExpression>=iif(Parameters!tytul.Value = "AMT",Fields!Nr_Wydania.Value, 1)</FilterExpression>
|
|---|
| 189 | <Operator>GreaterThanOrEqual</Operator>
|
|---|
| 190 | <FilterValues>
|
|---|
| 191 | <FilterValue>=iif(Parameters!tytul.Value = "AMT",Parameters!nr_wydania.Value - 6, 1)</FilterValue>
|
|---|
| 192 | </FilterValues>
|
|---|
| 193 | </Filter>
|
|---|
| 194 | </Filters>
|
|---|
| 195 | <Top>1.25cm</Top>
|
|---|
| 196 | <TableGroups>
|
|---|
| 197 | <TableGroup>
|
|---|
| 198 | <Grouping Name="table1_Group1">
|
|---|
| 199 | <GroupExpressions>
|
|---|
| 200 | <GroupExpression>=Fields!Nr_Wydania.Value</GroupExpression>
|
|---|
| 201 | </GroupExpressions>
|
|---|
| 202 | </Grouping>
|
|---|
| 203 | <Header>
|
|---|
| 204 | <TableRows>
|
|---|
| 205 | <TableRow>
|
|---|
| 206 | <TableCells>
|
|---|
| 207 | <TableCell>
|
|---|
| 208 | <ReportItems>
|
|---|
| 209 | <Textbox Name="textbox6">
|
|---|
| 210 | <rd:DefaultName>textbox6</rd:DefaultName>
|
|---|
| 211 | <Style>
|
|---|
| 212 | <TextAlign>Center</TextAlign>
|
|---|
| 213 | <PaddingLeft>2pt</PaddingLeft>
|
|---|
| 214 | <PaddingRight>2pt</PaddingRight>
|
|---|
| 215 | <PaddingTop>2pt</PaddingTop>
|
|---|
| 216 | <PaddingBottom>2pt</PaddingBottom>
|
|---|
| 217 | </Style>
|
|---|
| 218 | <ZIndex>15</ZIndex>
|
|---|
| 219 | <CanGrow>true</CanGrow>
|
|---|
| 220 | <Value />
|
|---|
| 221 | </Textbox>
|
|---|
| 222 | </ReportItems>
|
|---|
| 223 | </TableCell>
|
|---|
| 224 | <TableCell>
|
|---|
| 225 | <ReportItems>
|
|---|
| 226 | <Textbox Name="textbox11">
|
|---|
| 227 | <rd:DefaultName>textbox11</rd:DefaultName>
|
|---|
| 228 | <Style>
|
|---|
| 229 | <TextAlign>Center</TextAlign>
|
|---|
| 230 | <PaddingLeft>2pt</PaddingLeft>
|
|---|
| 231 | <PaddingRight>2pt</PaddingRight>
|
|---|
| 232 | <PaddingTop>2pt</PaddingTop>
|
|---|
| 233 | <PaddingBottom>2pt</PaddingBottom>
|
|---|
| 234 | </Style>
|
|---|
| 235 | <ZIndex>14</ZIndex>
|
|---|
| 236 | <CanGrow>true</CanGrow>
|
|---|
| 237 | <Value />
|
|---|
| 238 | </Textbox>
|
|---|
| 239 | </ReportItems>
|
|---|
| 240 | </TableCell>
|
|---|
| 241 | <TableCell>
|
|---|
| 242 | <ReportItems>
|
|---|
| 243 | <Textbox Name="textbox12">
|
|---|
| 244 | <rd:DefaultName>textbox12</rd:DefaultName>
|
|---|
| 245 | <Style>
|
|---|
| 246 | <TextAlign>Center</TextAlign>
|
|---|
| 247 | <PaddingLeft>2pt</PaddingLeft>
|
|---|
| 248 | <PaddingRight>2pt</PaddingRight>
|
|---|
| 249 | <PaddingTop>2pt</PaddingTop>
|
|---|
| 250 | <PaddingBottom>2pt</PaddingBottom>
|
|---|
| 251 | </Style>
|
|---|
| 252 | <ZIndex>13</ZIndex>
|
|---|
| 253 | <CanGrow>true</CanGrow>
|
|---|
| 254 | <Value />
|
|---|
| 255 | </Textbox>
|
|---|
| 256 | </ReportItems>
|
|---|
| 257 | </TableCell>
|
|---|
| 258 | <TableCell>
|
|---|
| 259 | <ReportItems>
|
|---|
| 260 | <Textbox Name="textbox13">
|
|---|
| 261 | <rd:DefaultName>textbox13</rd:DefaultName>
|
|---|
| 262 | <Style>
|
|---|
| 263 | <TextAlign>Center</TextAlign>
|
|---|
| 264 | <PaddingLeft>2pt</PaddingLeft>
|
|---|
| 265 | <PaddingRight>2pt</PaddingRight>
|
|---|
| 266 | <PaddingTop>2pt</PaddingTop>
|
|---|
| 267 | <PaddingBottom>2pt</PaddingBottom>
|
|---|
| 268 | </Style>
|
|---|
| 269 | <ZIndex>12</ZIndex>
|
|---|
| 270 | <CanGrow>true</CanGrow>
|
|---|
| 271 | <Value />
|
|---|
| 272 | </Textbox>
|
|---|
| 273 | </ReportItems>
|
|---|
| 274 | </TableCell>
|
|---|
| 275 | </TableCells>
|
|---|
| 276 | <Height>0.25cm</Height>
|
|---|
| 277 | </TableRow>
|
|---|
| 278 | </TableRows>
|
|---|
| 279 | </Header>
|
|---|
| 280 | <Footer>
|
|---|
| 281 | <TableRows>
|
|---|
| 282 | <TableRow>
|
|---|
| 283 | <TableCells>
|
|---|
| 284 | <TableCell>
|
|---|
| 285 | <ReportItems>
|
|---|
| 286 | <Textbox Name="textbox14">
|
|---|
| 287 | <rd:DefaultName>textbox14</rd:DefaultName>
|
|---|
| 288 | <Style>
|
|---|
| 289 | <TextAlign>Center</TextAlign>
|
|---|
| 290 | <VerticalAlign>Middle</VerticalAlign>
|
|---|
| 291 | <PaddingLeft>2pt</PaddingLeft>
|
|---|
| 292 | <PaddingRight>2pt</PaddingRight>
|
|---|
| 293 | <PaddingTop>2pt</PaddingTop>
|
|---|
| 294 | <PaddingBottom>2pt</PaddingBottom>
|
|---|
| 295 | </Style>
|
|---|
| 296 | <ZIndex>7</ZIndex>
|
|---|
| 297 | <CanGrow>true</CanGrow>
|
|---|
| 298 | <Value />
|
|---|
| 299 | </Textbox>
|
|---|
| 300 | </ReportItems>
|
|---|
| 301 | </TableCell>
|
|---|
| 302 | <TableCell>
|
|---|
| 303 | <ReportItems>
|
|---|
| 304 | <Textbox Name="textbox15">
|
|---|
| 305 | <rd:DefaultName>textbox15</rd:DefaultName>
|
|---|
| 306 | <Style>
|
|---|
| 307 | <TextAlign>Center</TextAlign>
|
|---|
| 308 | <VerticalAlign>Middle</VerticalAlign>
|
|---|
| 309 | <PaddingLeft>2pt</PaddingLeft>
|
|---|
| 310 | <PaddingRight>2pt</PaddingRight>
|
|---|
| 311 | <PaddingTop>2pt</PaddingTop>
|
|---|
| 312 | <PaddingBottom>2pt</PaddingBottom>
|
|---|
| 313 | </Style>
|
|---|
| 314 | <ZIndex>6</ZIndex>
|
|---|
| 315 | <CanGrow>true</CanGrow>
|
|---|
| 316 | <Value />
|
|---|
| 317 | </Textbox>
|
|---|
| 318 | </ReportItems>
|
|---|
| 319 | </TableCell>
|
|---|
| 320 | <TableCell>
|
|---|
| 321 | <ReportItems>
|
|---|
| 322 | <Textbox Name="textbox18">
|
|---|
| 323 | <Style>
|
|---|
| 324 | <BackgroundColor>WhiteSmoke</BackgroundColor>
|
|---|
| 325 | <BorderColor>
|
|---|
| 326 | <Default>LightGrey</Default>
|
|---|
| 327 | </BorderColor>
|
|---|
| 328 | <BorderStyle>
|
|---|
| 329 | <Default>Solid</Default>
|
|---|
| 330 | </BorderStyle>
|
|---|
| 331 | <BorderWidth>
|
|---|
| 332 | <Default>0.5pt</Default>
|
|---|
| 333 | </BorderWidth>
|
|---|
| 334 | <FontWeight>700</FontWeight>
|
|---|
| 335 | <TextAlign>Center</TextAlign>
|
|---|
| 336 | <VerticalAlign>Middle</VerticalAlign>
|
|---|
| 337 | <PaddingLeft>2pt</PaddingLeft>
|
|---|
| 338 | <PaddingRight>2pt</PaddingRight>
|
|---|
| 339 | <PaddingTop>2pt</PaddingTop>
|
|---|
| 340 | <PaddingBottom>2pt</PaddingBottom>
|
|---|
| 341 | </Style>
|
|---|
| 342 | <ZIndex>5</ZIndex>
|
|---|
| 343 | <CanGrow>true</CanGrow>
|
|---|
| 344 | <Value>Suma:</Value>
|
|---|
| 345 | </Textbox>
|
|---|
| 346 | </ReportItems>
|
|---|
| 347 | </TableCell>
|
|---|
| 348 | <TableCell>
|
|---|
| 349 | <ReportItems>
|
|---|
| 350 | <Textbox Name="ID_1">
|
|---|
| 351 | <rd:DefaultName>ID_1</rd:DefaultName>
|
|---|
| 352 | <Style>
|
|---|
| 353 | <BorderColor>
|
|---|
| 354 | <Default>LightGrey</Default>
|
|---|
| 355 | </BorderColor>
|
|---|
| 356 | <BorderStyle>
|
|---|
| 357 | <Default>Solid</Default>
|
|---|
| 358 | </BorderStyle>
|
|---|
| 359 | <BorderWidth>
|
|---|
| 360 | <Default>0.5pt</Default>
|
|---|
| 361 | </BorderWidth>
|
|---|
| 362 | <FontWeight>700</FontWeight>
|
|---|
| 363 | <TextAlign>Center</TextAlign>
|
|---|
| 364 | <VerticalAlign>Middle</VerticalAlign>
|
|---|
| 365 | <PaddingLeft>2pt</PaddingLeft>
|
|---|
| 366 | <PaddingRight>2pt</PaddingRight>
|
|---|
| 367 | <PaddingTop>2pt</PaddingTop>
|
|---|
| 368 | <PaddingBottom>2pt</PaddingBottom>
|
|---|
| 369 | </Style>
|
|---|
| 370 | <ZIndex>4</ZIndex>
|
|---|
| 371 | <CanGrow>true</CanGrow>
|
|---|
| 372 | <Value>=Sum(Fields!ID.Value)</Value>
|
|---|
| 373 | </Textbox>
|
|---|
| 374 | </ReportItems>
|
|---|
| 375 | </TableCell>
|
|---|
| 376 | </TableCells>
|
|---|
| 377 | <Height>0.63492cm</Height>
|
|---|
| 378 | </TableRow>
|
|---|
| 379 | <TableRow>
|
|---|
| 380 | <TableCells>
|
|---|
| 381 | <TableCell>
|
|---|
| 382 | <ReportItems>
|
|---|
| 383 | <Textbox Name="textbox7">
|
|---|
| 384 | <rd:DefaultName>textbox7</rd:DefaultName>
|
|---|
| 385 | <Style>
|
|---|
| 386 | <TextAlign>Center</TextAlign>
|
|---|
| 387 | <PaddingLeft>2pt</PaddingLeft>
|
|---|
| 388 | <PaddingRight>2pt</PaddingRight>
|
|---|
| 389 | <PaddingTop>2pt</PaddingTop>
|
|---|
| 390 | <PaddingBottom>2pt</PaddingBottom>
|
|---|
| 391 | </Style>
|
|---|
| 392 | <ZIndex>11</ZIndex>
|
|---|
| 393 | <CanGrow>true</CanGrow>
|
|---|
| 394 | <Value />
|
|---|
| 395 | </Textbox>
|
|---|
| 396 | </ReportItems>
|
|---|
| 397 | </TableCell>
|
|---|
| 398 | <TableCell>
|
|---|
| 399 | <ReportItems>
|
|---|
| 400 | <Textbox Name="textbox8">
|
|---|
| 401 | <rd:DefaultName>textbox8</rd:DefaultName>
|
|---|
| 402 | <Style>
|
|---|
| 403 | <TextAlign>Center</TextAlign>
|
|---|
| 404 | <PaddingLeft>2pt</PaddingLeft>
|
|---|
| 405 | <PaddingRight>2pt</PaddingRight>
|
|---|
| 406 | <PaddingTop>2pt</PaddingTop>
|
|---|
| 407 | <PaddingBottom>2pt</PaddingBottom>
|
|---|
| 408 | </Style>
|
|---|
| 409 | <ZIndex>10</ZIndex>
|
|---|
| 410 | <CanGrow>true</CanGrow>
|
|---|
| 411 | <Value />
|
|---|
| 412 | </Textbox>
|
|---|
| 413 | </ReportItems>
|
|---|
| 414 | </TableCell>
|
|---|
| 415 | <TableCell>
|
|---|
| 416 | <ReportItems>
|
|---|
| 417 | <Textbox Name="textbox9">
|
|---|
| 418 | <rd:DefaultName>textbox9</rd:DefaultName>
|
|---|
| 419 | <Style>
|
|---|
| 420 | <TextAlign>Center</TextAlign>
|
|---|
| 421 | <PaddingLeft>2pt</PaddingLeft>
|
|---|
| 422 | <PaddingRight>2pt</PaddingRight>
|
|---|
| 423 | <PaddingTop>2pt</PaddingTop>
|
|---|
| 424 | <PaddingBottom>2pt</PaddingBottom>
|
|---|
| 425 | </Style>
|
|---|
| 426 | <ZIndex>9</ZIndex>
|
|---|
| 427 | <CanGrow>true</CanGrow>
|
|---|
| 428 | <Value />
|
|---|
| 429 | </Textbox>
|
|---|
| 430 | </ReportItems>
|
|---|
| 431 | </TableCell>
|
|---|
| 432 | <TableCell>
|
|---|
| 433 | <ReportItems>
|
|---|
| 434 | <Textbox Name="textbox10">
|
|---|
| 435 | <rd:DefaultName>textbox10</rd:DefaultName>
|
|---|
| 436 | <Style>
|
|---|
| 437 | <FontWeight>700</FontWeight>
|
|---|
| 438 | <TextAlign>Right</TextAlign>
|
|---|
| 439 | <PaddingLeft>2pt</PaddingLeft>
|
|---|
| 440 | <PaddingRight>2pt</PaddingRight>
|
|---|
| 441 | <PaddingTop>2pt</PaddingTop>
|
|---|
| 442 | <PaddingBottom>2pt</PaddingBottom>
|
|---|
| 443 | </Style>
|
|---|
| 444 | <ZIndex>8</ZIndex>
|
|---|
| 445 | <CanGrow>true</CanGrow>
|
|---|
| 446 | <Value />
|
|---|
| 447 | </Textbox>
|
|---|
| 448 | </ReportItems>
|
|---|
| 449 | </TableCell>
|
|---|
| 450 | </TableCells>
|
|---|
| 451 | <Height>0.25cm</Height>
|
|---|
| 452 | </TableRow>
|
|---|
| 453 | </TableRows>
|
|---|
| 454 | </Footer>
|
|---|
| 455 | </TableGroup>
|
|---|
| 456 | </TableGroups>
|
|---|
| 457 | <Width>12.25cm</Width>
|
|---|
| 458 | <Details>
|
|---|
| 459 | <TableRows>
|
|---|
| 460 | <TableRow>
|
|---|
| 461 | <TableCells>
|
|---|
| 462 | <TableCell>
|
|---|
| 463 | <ReportItems>
|
|---|
| 464 | <Textbox Name="textbox4">
|
|---|
| 465 | <rd:DefaultName>textbox4</rd:DefaultName>
|
|---|
| 466 | <Style>
|
|---|
| 467 | <BorderColor>
|
|---|
| 468 | <Default>LightGrey</Default>
|
|---|
| 469 | </BorderColor>
|
|---|
| 470 | <BorderStyle>
|
|---|
| 471 | <Default>Solid</Default>
|
|---|
| 472 | </BorderStyle>
|
|---|
| 473 | <BorderWidth>
|
|---|
| 474 | <Default>0.5pt</Default>
|
|---|
| 475 | </BorderWidth>
|
|---|
| 476 | <TextAlign>Center</TextAlign>
|
|---|
| 477 | <VerticalAlign>Middle</VerticalAlign>
|
|---|
| 478 | <PaddingLeft>2pt</PaddingLeft>
|
|---|
| 479 | <PaddingRight>2pt</PaddingRight>
|
|---|
| 480 | <PaddingTop>2pt</PaddingTop>
|
|---|
| 481 | <PaddingBottom>2pt</PaddingBottom>
|
|---|
| 482 | </Style>
|
|---|
| 483 | <ZIndex>3</ZIndex>
|
|---|
| 484 | <CanGrow>true</CanGrow>
|
|---|
| 485 | <Value>=Parameters!tytul.Value</Value>
|
|---|
| 486 | </Textbox>
|
|---|
| 487 | </ReportItems>
|
|---|
| 488 | </TableCell>
|
|---|
| 489 | <TableCell>
|
|---|
| 490 | <ReportItems>
|
|---|
| 491 | <Textbox Name="Nr_Wydania">
|
|---|
| 492 | <rd:DefaultName>Nr_Wydania</rd:DefaultName>
|
|---|
| 493 | <Style>
|
|---|
| 494 | <BorderColor>
|
|---|
| 495 | <Default>LightGrey</Default>
|
|---|
| 496 | </BorderColor>
|
|---|
| 497 | <BorderStyle>
|
|---|
| 498 | <Default>Solid</Default>
|
|---|
| 499 | </BorderStyle>
|
|---|
| 500 | <BorderWidth>
|
|---|
| 501 | <Default>0.5pt</Default>
|
|---|
| 502 | </BorderWidth>
|
|---|
| 503 | <TextAlign>Center</TextAlign>
|
|---|
| 504 | <VerticalAlign>Middle</VerticalAlign>
|
|---|
| 505 | <PaddingLeft>2pt</PaddingLeft>
|
|---|
| 506 | <PaddingRight>2pt</PaddingRight>
|
|---|
| 507 | <PaddingTop>2pt</PaddingTop>
|
|---|
| 508 | <PaddingBottom>2pt</PaddingBottom>
|
|---|
| 509 | </Style>
|
|---|
| 510 | <ZIndex>2</ZIndex>
|
|---|
| 511 | <CanGrow>true</CanGrow>
|
|---|
| 512 | <Value>=Fields!Nr_Wydania.Value</Value>
|
|---|
| 513 | </Textbox>
|
|---|
| 514 | </ReportItems>
|
|---|
| 515 | </TableCell>
|
|---|
| 516 | <TableCell>
|
|---|
| 517 | <ReportItems>
|
|---|
| 518 | <Textbox Name="nazwa">
|
|---|
| 519 | <rd:DefaultName>nazwa</rd:DefaultName>
|
|---|
| 520 | <Style>
|
|---|
| 521 | <BorderColor>
|
|---|
| 522 | <Default>LightGrey</Default>
|
|---|
| 523 | </BorderColor>
|
|---|
| 524 | <BorderStyle>
|
|---|
| 525 | <Default>Solid</Default>
|
|---|
| 526 | </BorderStyle>
|
|---|
| 527 | <BorderWidth>
|
|---|
| 528 | <Default>0.5pt</Default>
|
|---|
| 529 | </BorderWidth>
|
|---|
| 530 | <TextAlign>Center</TextAlign>
|
|---|
| 531 | <VerticalAlign>Middle</VerticalAlign>
|
|---|
| 532 | <PaddingLeft>2pt</PaddingLeft>
|
|---|
| 533 | <PaddingRight>2pt</PaddingRight>
|
|---|
| 534 | <PaddingTop>2pt</PaddingTop>
|
|---|
| 535 | <PaddingBottom>2pt</PaddingBottom>
|
|---|
| 536 | </Style>
|
|---|
| 537 | <ZIndex>1</ZIndex>
|
|---|
| 538 | <CanGrow>true</CanGrow>
|
|---|
| 539 | <Value>=Fields!nazwa.Value</Value>
|
|---|
| 540 | </Textbox>
|
|---|
| 541 | </ReportItems>
|
|---|
| 542 | </TableCell>
|
|---|
| 543 | <TableCell>
|
|---|
| 544 | <ReportItems>
|
|---|
| 545 | <Textbox Name="ID">
|
|---|
| 546 | <rd:DefaultName>ID</rd:DefaultName>
|
|---|
| 547 | <Style>
|
|---|
| 548 | <BorderColor>
|
|---|
| 549 | <Default>LightGrey</Default>
|
|---|
| 550 | </BorderColor>
|
|---|
| 551 | <BorderStyle>
|
|---|
| 552 | <Default>Solid</Default>
|
|---|
| 553 | </BorderStyle>
|
|---|
| 554 | <BorderWidth>
|
|---|
| 555 | <Default>0.5pt</Default>
|
|---|
| 556 | </BorderWidth>
|
|---|
| 557 | <TextAlign>Center</TextAlign>
|
|---|
| 558 | <VerticalAlign>Middle</VerticalAlign>
|
|---|
| 559 | <PaddingLeft>2pt</PaddingLeft>
|
|---|
| 560 | <PaddingRight>2pt</PaddingRight>
|
|---|
| 561 | <PaddingTop>2pt</PaddingTop>
|
|---|
| 562 | <PaddingBottom>2pt</PaddingBottom>
|
|---|
| 563 | </Style>
|
|---|
| 564 | <CanGrow>true</CanGrow>
|
|---|
| 565 | <Value>=Fields!ID.Value</Value>
|
|---|
| 566 | </Textbox>
|
|---|
| 567 | </ReportItems>
|
|---|
| 568 | </TableCell>
|
|---|
| 569 | </TableCells>
|
|---|
| 570 | <Height>0.63492cm</Height>
|
|---|
| 571 | </TableRow>
|
|---|
| 572 | </TableRows>
|
|---|
| 573 | </Details>
|
|---|
| 574 | <Header>
|
|---|
| 575 | <TableRows>
|
|---|
| 576 | <TableRow>
|
|---|
| 577 | <TableCells>
|
|---|
| 578 | <TableCell>
|
|---|
| 579 | <ReportItems>
|
|---|
| 580 | <Textbox Name="textbox1">
|
|---|
| 581 | <rd:DefaultName>textbox1</rd:DefaultName>
|
|---|
| 582 | <Style>
|
|---|
| 583 | <BackgroundColor>WhiteSmoke</BackgroundColor>
|
|---|
| 584 | <BorderColor>
|
|---|
| 585 | <Default>LightGrey</Default>
|
|---|
| 586 | </BorderColor>
|
|---|
| 587 | <BorderStyle>
|
|---|
| 588 | <Default>Solid</Default>
|
|---|
| 589 | </BorderStyle>
|
|---|
| 590 | <BorderWidth>
|
|---|
| 591 | <Default>0.5pt</Default>
|
|---|
| 592 | </BorderWidth>
|
|---|
| 593 | <FontWeight>700</FontWeight>
|
|---|
| 594 | <TextAlign>Center</TextAlign>
|
|---|
| 595 | <VerticalAlign>Middle</VerticalAlign>
|
|---|
| 596 | <PaddingLeft>2pt</PaddingLeft>
|
|---|
| 597 | <PaddingRight>2pt</PaddingRight>
|
|---|
| 598 | <PaddingTop>2pt</PaddingTop>
|
|---|
| 599 | <PaddingBottom>2pt</PaddingBottom>
|
|---|
| 600 | </Style>
|
|---|
| 601 | <ZIndex>19</ZIndex>
|
|---|
| 602 | <CanGrow>true</CanGrow>
|
|---|
| 603 | <Value>TytuÅ</Value>
|
|---|
| 604 | </Textbox>
|
|---|
| 605 | </ReportItems>
|
|---|
| 606 | </TableCell>
|
|---|
| 607 | <TableCell>
|
|---|
| 608 | <ReportItems>
|
|---|
| 609 | <Textbox Name="textbox2">
|
|---|
| 610 | <rd:DefaultName>textbox2</rd:DefaultName>
|
|---|
| 611 | <Style>
|
|---|
| 612 | <BackgroundColor>WhiteSmoke</BackgroundColor>
|
|---|
| 613 | <BorderColor>
|
|---|
| 614 | <Default>LightGrey</Default>
|
|---|
| 615 | </BorderColor>
|
|---|
| 616 | <BorderStyle>
|
|---|
| 617 | <Default>Solid</Default>
|
|---|
| 618 | </BorderStyle>
|
|---|
| 619 | <BorderWidth>
|
|---|
| 620 | <Default>0.5pt</Default>
|
|---|
| 621 | </BorderWidth>
|
|---|
| 622 | <FontWeight>700</FontWeight>
|
|---|
| 623 | <TextAlign>Center</TextAlign>
|
|---|
| 624 | <VerticalAlign>Middle</VerticalAlign>
|
|---|
| 625 | <PaddingLeft>2pt</PaddingLeft>
|
|---|
| 626 | <PaddingRight>2pt</PaddingRight>
|
|---|
| 627 | <PaddingTop>2pt</PaddingTop>
|
|---|
| 628 | <PaddingBottom>2pt</PaddingBottom>
|
|---|
| 629 | </Style>
|
|---|
| 630 | <ZIndex>18</ZIndex>
|
|---|
| 631 | <CanGrow>true</CanGrow>
|
|---|
| 632 | <Value>Nr wydania</Value>
|
|---|
| 633 | </Textbox>
|
|---|
| 634 | </ReportItems>
|
|---|
| 635 | </TableCell>
|
|---|
| 636 | <TableCell>
|
|---|
| 637 | <ReportItems>
|
|---|
| 638 | <Textbox Name="textbox3">
|
|---|
| 639 | <rd:DefaultName>textbox3</rd:DefaultName>
|
|---|
| 640 | <Style>
|
|---|
| 641 | <BackgroundColor>WhiteSmoke</BackgroundColor>
|
|---|
| 642 | <BorderColor>
|
|---|
| 643 | <Default>LightGrey</Default>
|
|---|
| 644 | </BorderColor>
|
|---|
| 645 | <BorderStyle>
|
|---|
| 646 | <Default>Solid</Default>
|
|---|
| 647 | </BorderStyle>
|
|---|
| 648 | <BorderWidth>
|
|---|
| 649 | <Default>0.5pt</Default>
|
|---|
| 650 | </BorderWidth>
|
|---|
| 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>17</ZIndex>
|
|---|
| 660 | <CanGrow>true</CanGrow>
|
|---|
| 661 | <Value>Grzbiet</Value>
|
|---|
| 662 | </Textbox>
|
|---|
| 663 | </ReportItems>
|
|---|
| 664 | </TableCell>
|
|---|
| 665 | <TableCell>
|
|---|
| 666 | <ReportItems>
|
|---|
| 667 | <Textbox Name="textbox5">
|
|---|
| 668 | <rd:DefaultName>textbox5</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 | <FontWeight>700</FontWeight>
|
|---|
| 681 | <TextAlign>Center</TextAlign>
|
|---|
| 682 | <VerticalAlign>Middle</VerticalAlign>
|
|---|
| 683 | <PaddingLeft>2pt</PaddingLeft>
|
|---|
| 684 | <PaddingRight>2pt</PaddingRight>
|
|---|
| 685 | <PaddingTop>2pt</PaddingTop>
|
|---|
| 686 | <PaddingBottom>2pt</PaddingBottom>
|
|---|
| 687 | </Style>
|
|---|
| 688 | <ZIndex>16</ZIndex>
|
|---|
| 689 | <CanGrow>true</CanGrow>
|
|---|
| 690 | <Value>IloÅÄ reklam</Value>
|
|---|
| 691 | </Textbox>
|
|---|
| 692 | </ReportItems>
|
|---|
| 693 | </TableCell>
|
|---|
| 694 | </TableCells>
|
|---|
| 695 | <Height>0.63492cm</Height>
|
|---|
| 696 | </TableRow>
|
|---|
| 697 | </TableRows>
|
|---|
| 698 | </Header>
|
|---|
| 699 | <TableColumns>
|
|---|
| 700 | <TableColumn>
|
|---|
| 701 | <Width>3cm</Width>
|
|---|
| 702 | </TableColumn>
|
|---|
| 703 | <TableColumn>
|
|---|
| 704 | <Width>2.75cm</Width>
|
|---|
| 705 | </TableColumn>
|
|---|
| 706 | <TableColumn>
|
|---|
| 707 | <Width>3.25cm</Width>
|
|---|
| 708 | </TableColumn>
|
|---|
| 709 | <TableColumn>
|
|---|
| 710 | <Width>3.25cm</Width>
|
|---|
| 711 | </TableColumn>
|
|---|
| 712 | </TableColumns>
|
|---|
| 713 | <Height>2.40476cm</Height>
|
|---|
| 714 | <Left>2cm</Left>
|
|---|
| 715 | </Table>
|
|---|
| 716 | </ReportItems>
|
|---|
| 717 | <Height>3.75cm</Height>
|
|---|
| 718 | </Body>
|
|---|
| 719 | <Language>en-US</Language>
|
|---|
| 720 | <TopMargin>2.5cm</TopMargin>
|
|---|
| 721 | <PageHeight>29.7cm</PageHeight>
|
|---|
| 722 | </Report> |
|---|