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