Zbiór zmian 738 dla trunk/RaportySQL

Pokaż
Ignoruj:
Data:
2009-07-06 14:15:34 (17 years ago)
Autor:
marek
Opis:

poprawiono raporty, miejsce po przecinku przy obliczaniu rozmiaru dla Master Truck

Lokalizacja:
trunk/RaportySQL
Pliki:
5 zmodyfikowane
1 skopiowane

Legenda:

Bez zmian
Dodane
Usunięte
  • trunk/RaportySQL/ListaReklamA3.rdl

    r735 r738  
    1616        </Values> 
    1717      </DefaultValue> 
    18       <AllowBlank>true</AllowBlank> 
    19       <Prompt>tytul</Prompt> 
     18      <Prompt>Tytuł:</Prompt> 
    2019      <ValidValues> 
    2120        <DataSetReference> 
     
    2928      <DataType>String</DataType> 
    3029      <AllowBlank>true</AllowBlank> 
    31       <Prompt>nr wydania</Prompt> 
     30      <Prompt>Nr wydania:</Prompt> 
    3231    </ReportParameter> 
    3332    <ReportParameter Name="agencja"> 
    3433      <DataType>String</DataType> 
    3534      <Nullable>true</Nullable> 
    36       <Prompt>agencja</Prompt> 
     35      <Prompt>Agencja:</Prompt> 
    3736      <ValidValues> 
    3837        <DataSetReference> 
     
    4645      <DataType>String</DataType> 
    4746      <Nullable>true</Nullable> 
    48       <Prompt>agent</Prompt> 
     47      <Prompt>Agent:</Prompt> 
    4948      <ValidValues> 
    5049        <DataSetReference> 
     
    5756    <ReportParameter Name="grzbiet"> 
    5857      <DataType>Integer</DataType> 
    59       <Nullable>true</Nullable> 
    60       <Prompt>grzbiet</Prompt> 
     58      <DefaultValue> 
     59        <DataSetReference> 
     60          <DataSetName>ListaGrzebietow</DataSetName> 
     61          <ValueField>ID</ValueField> 
     62        </DataSetReference> 
     63      </DefaultValue> 
     64      <Prompt>Grzbiet:</Prompt> 
    6165      <ValidValues> 
    6266        <DataSetReference> 
     
    6670        </DataSetReference> 
    6771      </ValidValues> 
     72      <MultiValue>true</MultiValue> 
     73    </ReportParameter> 
     74    <ReportParameter Name="dzial"> 
     75      <DataType>String</DataType> 
     76      <DefaultValue> 
     77        <DataSetReference> 
     78          <DataSetName>ListaDzialow</DataSetName> 
     79          <ValueField>Id</ValueField> 
     80        </DataSetReference> 
     81      </DefaultValue> 
     82      <AllowBlank>true</AllowBlank> 
     83      <Prompt>Działy:</Prompt> 
     84      <ValidValues> 
     85        <DataSetReference> 
     86          <DataSetName>ListaDzialow</DataSetName> 
     87          <ValueField>Id</ValueField> 
     88          <LabelField>Name</LabelField> 
     89        </DataSetReference> 
     90      </ValidValues> 
     91      <MultiValue>true</MultiValue> 
    6892    </ReportParameter> 
    6993    <ReportParameter Name="sortuj"> 
     
    88112        </ParameterValues> 
    89113      </ValidValues> 
    90     </ReportParameter> 
    91     <ReportParameter Name="dzial"> 
    92       <DataType>String</DataType> 
    93       <DefaultValue> 
    94         <DataSetReference> 
    95           <DataSetName>ListaDzialow</DataSetName> 
    96           <ValueField>Id</ValueField> 
    97         </DataSetReference> 
    98       </DefaultValue> 
    99       <AllowBlank>true</AllowBlank> 
    100       <Prompt>Działy:</Prompt> 
    101       <ValidValues> 
    102         <DataSetReference> 
    103           <DataSetName>ListaDzialow</DataSetName> 
    104           <ValueField>Id</ValueField> 
    105           <LabelField>Name</LabelField> 
    106         </DataSetReference> 
    107       </ValidValues> 
    108       <MultiValue>true</MultiValue> 
    109114    </ReportParameter> 
    110115  </ReportParameters> 
     
    344349FROM            GRZBIETY 
    345350WHERE Active=1 AND TytulId=@tytul 
    346 UNION 
    347 SELECT NULL ,'Wszystkie' 
    348351ORDER BY Nazwa</CommandText> 
    349352        <QueryParameters> 
     
    391394    </DataSet> 
    392395  </DataSets> 
    393   <Code /> 
    394   <Width>25.5cm</Width> 
     396  <Code>Public Function GetMultiSelectLabels(P as Parameter) as String 
     397  Dim i As Integer 
     398  Dim s As String 
     399  s = p.Label(0)                 
     400  For i = 1 to Ubound(P.Value) 
     401    s = s + ", " + p.Label(i) 
     402  Next i 
     403  Return s 
     404End Function</Code> 
     405  <Width>24.52646cm</Width> 
    395406  <Body> 
    396407    <ColumnSpacing>1cm</ColumnSpacing> 
    397408    <ReportItems> 
     409      <Textbox Name="textbox3"> 
     410        <Top>1.2cm</Top> 
     411        <Width>2.55cm</Width> 
     412        <Style> 
     413          <FontSize>12pt</FontSize> 
     414          <FontWeight>700</FontWeight> 
     415          <Format>d</Format> 
     416          <TextAlign>Left</TextAlign> 
     417          <PaddingLeft>2pt</PaddingLeft> 
     418          <PaddingRight>2pt</PaddingRight> 
     419          <PaddingTop>2pt</PaddingTop> 
     420          <PaddingBottom>2pt</PaddingBottom> 
     421          <Language>pl-PL</Language> 
     422        </Style> 
     423        <ZIndex>4</ZIndex> 
     424        <CanGrow>true</CanGrow> 
     425        <Height>0.75cm</Height> 
     426        <Value>Grzbiet(y):</Value> 
     427      </Textbox> 
     428      <Textbox Name="textbox7"> 
     429        <Top>1.2cm</Top> 
     430        <Width>21.45cm</Width> 
     431        <Style> 
     432          <FontSize>12pt</FontSize> 
     433          <Format>d</Format> 
     434          <TextAlign>Left</TextAlign> 
     435          <PaddingLeft>2pt</PaddingLeft> 
     436          <PaddingRight>2pt</PaddingRight> 
     437          <PaddingTop>2pt</PaddingTop> 
     438          <PaddingBottom>2pt</PaddingBottom> 
     439          <Language>pl-PL</Language> 
     440        </Style> 
     441        <ZIndex>3</ZIndex> 
     442        <CanGrow>true</CanGrow> 
     443        <Left>2.55cm</Left> 
     444        <Height>0.75cm</Height> 
     445        <Value>=Code.GetMultiSelectLabels(Parameters!grzbiet)</Value> 
     446      </Textbox> 
    398447      <Textbox Name="textbox6"> 
    399448        <Top>0.25cm</Top> 
     
    410459          <Language>pl-PL</Language> 
    411460        </Style> 
    412         <ZIndex>3</ZIndex> 
     461        <ZIndex>2</ZIndex> 
    413462        <CanGrow>true</CanGrow> 
    414463        <Left>15.5cm</Left> 
    415464        <Height>0.75cm</Height> 
    416465        <Value>=Today</Value> 
    417       </Textbox> 
    418       <Textbox Name="textbox5"> 
    419         <Top>0.25cm</Top> 
    420         <Width>4.5cm</Width> 
    421         <Style> 
    422           <FontSize>12pt</FontSize> 
    423           <FontWeight>700</FontWeight> 
    424           <Format>d</Format> 
    425           <TextAlign>Left</TextAlign> 
    426           <PaddingLeft>2pt</PaddingLeft> 
    427           <PaddingRight>2pt</PaddingRight> 
    428           <PaddingTop>2pt</PaddingTop> 
    429           <PaddingBottom>2pt</PaddingBottom> 
    430           <Language>pl-PL</Language> 
    431         </Style> 
    432         <ZIndex>2</ZIndex> 
    433         <CanGrow>true</CanGrow> 
    434         <Left>11.5cm</Left> 
    435         <Height>0.75cm</Height> 
    436         <Value>="Grzbiet: " &amp; Parameters!grzbiet.Label</Value> 
    437466      </Textbox> 
    438467      <Textbox Name="textbox17"> 
     
    457486      <Table Name="table1"> 
    458487        <DataSetName>ListaReklam</DataSetName> 
    459         <Top>1.25cm</Top> 
    460         <Width>24.52646cm</Width> 
     488        <Top>2.1cm</Top> 
    461489        <Details> 
    462490          <TableRows> 
     
    13161344      </Table> 
    13171345    </ReportItems> 
    1318     <Height>2.88492cm</Height> 
     1346    <Height>3.73492cm</Height> 
    13191347  </Body> 
    13201348  <Language>pl-PL</Language> 
  • trunk/RaportySQL/ListaReklamA4.rdl

    r735 r738  
    1616        </Values> 
    1717      </DefaultValue> 
    18       <AllowBlank>true</AllowBlank> 
    19       <Prompt>tytul</Prompt> 
     18      <Prompt>Tytuł:</Prompt> 
    2019      <ValidValues> 
    2120        <DataSetReference> 
     
    2827    <ReportParameter Name="nrwydania"> 
    2928      <DataType>String</DataType> 
    30       <AllowBlank>true</AllowBlank> 
    31       <Prompt>nr wydania</Prompt> 
     29      <Prompt>Nr wydania:</Prompt> 
    3230    </ReportParameter> 
    3331    <ReportParameter Name="agencja"> 
    3432      <DataType>String</DataType> 
    3533      <Nullable>true</Nullable> 
    36       <Prompt>agencja</Prompt> 
     34      <Prompt>Agencja:</Prompt> 
    3735      <ValidValues> 
    3836        <DataSetReference> 
     
    4644      <DataType>String</DataType> 
    4745      <Nullable>true</Nullable> 
    48       <Prompt>agent</Prompt> 
     46      <Prompt>Agent:</Prompt> 
    4947      <ValidValues> 
    5048        <DataSetReference> 
     
    5755    <ReportParameter Name="grzbiet"> 
    5856      <DataType>Integer</DataType> 
    59       <Nullable>true</Nullable> 
    60       <Prompt>grzbiet</Prompt> 
     57      <DefaultValue> 
     58        <DataSetReference> 
     59          <DataSetName>ListaGrzebietow</DataSetName> 
     60          <ValueField>ID</ValueField> 
     61        </DataSetReference> 
     62      </DefaultValue> 
     63      <Prompt>Grzbiet:</Prompt> 
    6164      <ValidValues> 
    6265        <DataSetReference> 
     
    6669        </DataSetReference> 
    6770      </ValidValues> 
     71      <MultiValue>true</MultiValue> 
    6872    </ReportParameter> 
    6973    <ReportParameter Name="sortuj"> 
     
    7579      </DefaultValue> 
    7680      <AllowBlank>true</AllowBlank> 
    77       <Prompt>sortuj</Prompt> 
     81      <Prompt>Sortuj:</Prompt> 
    7882      <ValidValues> 
    7983        <ParameterValues> 
     
    117121  <BottomMargin>1cm</BottomMargin> 
    118122  <rd:ReportID>c8c9d8c9-35ad-4718-921a-81280b453acf</rd:ReportID> 
    119   <PageWidth>29.7cm</PageWidth> 
     123  <PageWidth>21cm</PageWidth> 
    120124  <DataSets> 
    121125    <DataSet Name="ListaReklam"> 
     
    344348FROM            GRZBIETY 
    345349WHERE Active=1 AND TytulId=@tytul 
    346 UNION 
    347 SELECT NULL ,'Wszystkie' 
    348350ORDER BY Nazwa</CommandText> 
    349351        <QueryParameters> 
     
    391393    </DataSet> 
    392394  </DataSets> 
    393   <Code /> 
    394   <Width>25.5cm</Width> 
     395  <Code>Public Function GetMultiSelectLabels(P as Parameter) as String 
     396  Dim i As Integer 
     397  Dim s As String 
     398  s = p.Label(0)                 
     399  For i = 1 to Ubound(P.Value) 
     400    s = s + ", " + p.Label(i) 
     401  Next i 
     402  Return s 
     403End Function</Code> 
     404  <Width>18.97646cm</Width> 
    395405  <Body> 
    396406    <ColumnSpacing>1cm</ColumnSpacing> 
    397407    <ReportItems> 
     408      <Textbox Name="textbox4"> 
     409        <Top>1.05cm</Top> 
     410        <Width>2.55cm</Width> 
     411        <Style> 
     412          <FontSize>12pt</FontSize> 
     413          <FontWeight>700</FontWeight> 
     414          <Format>d</Format> 
     415          <TextAlign>Left</TextAlign> 
     416          <PaddingLeft>2pt</PaddingLeft> 
     417          <PaddingRight>2pt</PaddingRight> 
     418          <PaddingTop>2pt</PaddingTop> 
     419          <PaddingBottom>2pt</PaddingBottom> 
     420          <Language>pl-PL</Language> 
     421        </Style> 
     422        <ZIndex>4</ZIndex> 
     423        <CanGrow>true</CanGrow> 
     424        <Height>0.75cm</Height> 
     425        <Value>Grzbiet(y):</Value> 
     426      </Textbox> 
    398427      <Textbox Name="textbox6"> 
    399         <Top>0.25cm</Top> 
     428        <Top>0.3cm</Top> 
    400429        <Width>3cm</Width> 
    401430        <Style> 
     
    412441        <ZIndex>3</ZIndex> 
    413442        <CanGrow>true</CanGrow> 
    414         <Left>15.5cm</Left> 
     443        <Left>15.9cm</Left> 
    415444        <Height>0.75cm</Height> 
    416445        <Value>=Today</Value> 
    417446      </Textbox> 
    418447      <Textbox Name="textbox5"> 
    419         <Top>0.25cm</Top> 
    420         <Width>4.5cm</Width> 
     448        <Top>1.05cm</Top> 
     449        <Width>16.35cm</Width> 
    421450        <Style> 
    422451          <FontSize>12pt</FontSize> 
    423           <FontWeight>700</FontWeight> 
    424452          <Format>d</Format> 
    425453          <TextAlign>Left</TextAlign> 
     
    432460        <ZIndex>2</ZIndex> 
    433461        <CanGrow>true</CanGrow> 
    434         <Left>11.5cm</Left> 
     462        <Left>2.55cm</Left> 
    435463        <Height>0.75cm</Height> 
    436         <Value>="Grzbiet: " &amp; Parameters!grzbiet.Label</Value> 
     464        <Value>=Code.GetMultiSelectLabels(Parameters!grzbiet)</Value> 
    437465      </Textbox> 
    438466      <Textbox Name="textbox17"> 
     
    457485      <Table Name="table1"> 
    458486        <DataSetName>ListaReklam</DataSetName> 
    459         <Top>1.25cm</Top> 
    460         <Width>24.52646cm</Width> 
     487        <Top>1.95cm</Top> 
    461488        <Details> 
    462489          <TableRows> 
     
    465492                <TableCell> 
    466493                  <ReportItems> 
    467                     <Textbox Name="agencja"> 
    468                       <rd:DefaultName>agencja</rd:DefaultName> 
    469                       <Style> 
    470                         <BorderColor> 
    471                           <Default>LightGrey</Default> 
    472                         </BorderColor> 
    473                         <BorderStyle> 
    474                           <Default>Solid</Default> 
    475                         </BorderStyle> 
    476                         <BorderWidth> 
    477                           <Default>0.5pt</Default> 
    478                         </BorderWidth> 
    479                         <FontSize>7pt</FontSize> 
    480                         <VerticalAlign>Middle</VerticalAlign> 
    481                         <PaddingLeft>2pt</PaddingLeft> 
    482                         <PaddingRight>2pt</PaddingRight> 
    483                         <PaddingTop>2pt</PaddingTop> 
    484                         <PaddingBottom>2pt</PaddingBottom> 
    485                         <Language>pl-PL</Language> 
    486                       </Style> 
    487                       <ZIndex>11</ZIndex> 
    488                       <CanGrow>true</CanGrow> 
    489                       <Value>=Left(Fields!agencja.Value,10)</Value> 
    490                     </Textbox> 
    491                   </ReportItems> 
    492                 </TableCell> 
    493                 <TableCell> 
    494                   <ReportItems> 
    495494                    <Textbox Name="ID_REKLAMY"> 
    496495                      <rd:DefaultName>ID_REKLAMY</rd:DefaultName> 
     
    515514                        <Language>pl-PL</Language> 
    516515                      </Style> 
    517                       <ZIndex>10</ZIndex> 
     516                      <ZIndex>9</ZIndex> 
    518517                      <CanGrow>true</CanGrow> 
    519518                      <Value>=Fields!ID_REKLAMY.Value</Value> 
     
    545544                        <Language>pl-PL</Language> 
    546545                      </Style> 
    547                       <ZIndex>9</ZIndex> 
     546                      <ZIndex>8</ZIndex> 
    548547                      <CanGrow>true</CanGrow> 
    549548                      <Value>=Fields!SZER.Value</Value> 
     
    575574                        <Language>pl-PL</Language> 
    576575                      </Style> 
    577                       <ZIndex>8</ZIndex> 
     576                      <ZIndex>7</ZIndex> 
    578577                      <CanGrow>true</CanGrow> 
    579578                      <Value>=Fields!WYS.Value</Value> 
     579                    </Textbox> 
     580                  </ReportItems> 
     581                </TableCell> 
     582                <TableCell> 
     583                  <ReportItems> 
     584                    <Textbox Name="ogl_dzial"> 
     585                      <rd:DefaultName>ogl_dzial</rd:DefaultName> 
     586                      <Style> 
     587                        <BorderColor> 
     588                          <Default>LightGrey</Default> 
     589                        </BorderColor> 
     590                        <BorderStyle> 
     591                          <Default>Solid</Default> 
     592                        </BorderStyle> 
     593                        <BorderWidth> 
     594                          <Default>0.5pt</Default> 
     595                        </BorderWidth> 
     596                        <FontSize>7pt</FontSize> 
     597                        <TextAlign>Center</TextAlign> 
     598                        <VerticalAlign>Middle</VerticalAlign> 
     599                        <PaddingLeft>2pt</PaddingLeft> 
     600                        <PaddingRight>2pt</PaddingRight> 
     601                        <PaddingTop>2pt</PaddingTop> 
     602                        <PaddingBottom>2pt</PaddingBottom> 
     603                      </Style> 
     604                      <ZIndex>6</ZIndex> 
     605                      <CanGrow>true</CanGrow> 
     606                      <Value>=Fields!Dzial.Value</Value> 
     607                    </Textbox> 
     608                  </ReportItems> 
     609                </TableCell> 
     610                <TableCell> 
     611                  <ReportItems> 
     612                    <Textbox Name="ogl_rozdzial"> 
     613                      <rd:DefaultName>ogl_rozdzial</rd:DefaultName> 
     614                      <Style> 
     615                        <BorderColor> 
     616                          <Default>LightGrey</Default> 
     617                        </BorderColor> 
     618                        <BorderStyle> 
     619                          <Default>Solid</Default> 
     620                        </BorderStyle> 
     621                        <BorderWidth> 
     622                          <Default>0.5pt</Default> 
     623                        </BorderWidth> 
     624                        <FontSize>7pt</FontSize> 
     625                        <TextAlign>Center</TextAlign> 
     626                        <VerticalAlign>Middle</VerticalAlign> 
     627                        <PaddingLeft>2pt</PaddingLeft> 
     628                        <PaddingRight>2pt</PaddingRight> 
     629                        <PaddingTop>2pt</PaddingTop> 
     630                        <PaddingBottom>2pt</PaddingBottom> 
     631                      </Style> 
     632                      <ZIndex>5</ZIndex> 
     633                      <CanGrow>true</CanGrow> 
     634                      <Value>=Fields!Rozdzial.Value</Value> 
     635                    </Textbox> 
     636                  </ReportItems> 
     637                </TableCell> 
     638                <TableCell> 
     639                  <ReportItems> 
     640                    <Textbox Name="lokalizacja"> 
     641                      <rd:DefaultName>lokalizacja</rd:DefaultName> 
     642                      <Style> 
     643                        <BorderColor> 
     644                          <Default>LightGrey</Default> 
     645                        </BorderColor> 
     646                        <BorderStyle> 
     647                          <Default>Solid</Default> 
     648                        </BorderStyle> 
     649                        <BorderWidth> 
     650                          <Default>0.5pt</Default> 
     651                        </BorderWidth> 
     652                        <FontSize>7pt</FontSize> 
     653                        <TextAlign>Center</TextAlign> 
     654                        <VerticalAlign>Middle</VerticalAlign> 
     655                        <PaddingLeft>2pt</PaddingLeft> 
     656                        <PaddingRight>2pt</PaddingRight> 
     657                        <PaddingTop>2pt</PaddingTop> 
     658                        <PaddingBottom>2pt</PaddingBottom> 
     659                        <Language>pl-PL</Language> 
     660                      </Style> 
     661                      <ZIndex>4</ZIndex> 
     662                      <CanGrow>true</CanGrow> 
     663                      <Value>=Fields!lokalizacja1.Value</Value> 
     664                    </Textbox> 
     665                  </ReportItems> 
     666                </TableCell> 
     667                <TableCell> 
     668                  <ReportItems> 
     669                    <Textbox Name="textbox16"> 
     670                      <Style> 
     671                        <BorderColor> 
     672                          <Default>LightGrey</Default> 
     673                        </BorderColor> 
     674                        <BorderStyle> 
     675                          <Default>Solid</Default> 
     676                        </BorderStyle> 
     677                        <BorderWidth> 
     678                          <Default>0.5pt</Default> 
     679                        </BorderWidth> 
     680                        <FontSize>7pt</FontSize> 
     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                        <Language>pl-PL</Language> 
     688                      </Style> 
     689                      <ZIndex>3</ZIndex> 
     690                      <CanGrow>true</CanGrow> 
     691                      <Value>=Fields!lokalizacja.Value</Value> 
     692                    </Textbox> 
     693                  </ReportItems> 
     694                </TableCell> 
     695                <TableCell> 
     696                  <ReportItems> 
     697                    <Textbox Name="textbox20"> 
     698                      <rd:DefaultName>textbox20</rd:DefaultName> 
     699                      <Style> 
     700                        <BorderColor> 
     701                          <Default>LightGrey</Default> 
     702                        </BorderColor> 
     703                        <BorderStyle> 
     704                          <Default>Solid</Default> 
     705                        </BorderStyle> 
     706                        <BorderWidth> 
     707                          <Default>0.5pt</Default> 
     708                        </BorderWidth> 
     709                        <FontSize>7pt</FontSize> 
     710                        <TextAlign>Center</TextAlign> 
     711                        <VerticalAlign>Middle</VerticalAlign> 
     712                        <PaddingLeft>2pt</PaddingLeft> 
     713                        <PaddingRight>2pt</PaddingRight> 
     714                        <PaddingTop>2pt</PaddingTop> 
     715                        <PaddingBottom>2pt</PaddingBottom> 
     716                      </Style> 
     717                      <ZIndex>2</ZIndex> 
     718                      <CanGrow>true</CanGrow> 
     719                      <Value>=Left(Fields!NICK_NAME.Value,15)</Value> 
    580720                    </Textbox> 
    581721                  </ReportItems> 
     
    604744                        <Language>pl-PL</Language> 
    605745                      </Style> 
    606                       <ZIndex>7</ZIndex> 
     746                      <ZIndex>1</ZIndex> 
    607747                      <CanGrow>true</CanGrow> 
    608748                      <Value>=Fields!MOD_TYP.Value</Value> 
    609                     </Textbox> 
    610                   </ReportItems> 
    611                 </TableCell> 
    612                 <TableCell> 
    613                   <ReportItems> 
    614                     <Textbox Name="NICK_NAME"> 
    615                       <rd:DefaultName>NICK_NAME</rd:DefaultName> 
    616                       <Style> 
    617                         <BorderColor> 
    618                           <Default>LightGrey</Default> 
    619                         </BorderColor> 
    620                         <BorderStyle> 
    621                           <Default>Solid</Default> 
    622                         </BorderStyle> 
    623                         <BorderWidth> 
    624                           <Default>0.5pt</Default> 
    625                         </BorderWidth> 
    626                         <FontSize>7pt</FontSize> 
    627                         <TextAlign>Center</TextAlign> 
    628                         <VerticalAlign>Middle</VerticalAlign> 
    629                         <PaddingLeft>2pt</PaddingLeft> 
    630                         <PaddingRight>2pt</PaddingRight> 
    631                         <PaddingTop>2pt</PaddingTop> 
    632                         <PaddingBottom>2pt</PaddingBottom> 
    633                         <Language>pl-PL</Language> 
    634                       </Style> 
    635                       <ZIndex>6</ZIndex> 
    636                       <CanGrow>true</CanGrow> 
    637                       <Value>=Left(Fields!NICK_NAME.Value,15)</Value> 
    638                     </Textbox> 
    639                   </ReportItems> 
    640                 </TableCell> 
    641                 <TableCell> 
    642                   <ReportItems> 
    643                     <Textbox Name="ogl_dzial"> 
    644                       <rd:DefaultName>ogl_dzial</rd:DefaultName> 
    645                       <Style> 
    646                         <BorderColor> 
    647                           <Default>LightGrey</Default> 
    648                         </BorderColor> 
    649                         <BorderStyle> 
    650                           <Default>Solid</Default> 
    651                         </BorderStyle> 
    652                         <BorderWidth> 
    653                           <Default>0.5pt</Default> 
    654                         </BorderWidth> 
    655                         <FontSize>7pt</FontSize> 
    656                         <TextAlign>Center</TextAlign> 
    657                         <VerticalAlign>Middle</VerticalAlign> 
    658                         <PaddingLeft>2pt</PaddingLeft> 
    659                         <PaddingRight>2pt</PaddingRight> 
    660                         <PaddingTop>2pt</PaddingTop> 
    661                         <PaddingBottom>2pt</PaddingBottom> 
    662                       </Style> 
    663                       <ZIndex>5</ZIndex> 
    664                       <CanGrow>true</CanGrow> 
    665                       <Value>=Fields!Dzial.Value</Value> 
    666                     </Textbox> 
    667                   </ReportItems> 
    668                 </TableCell> 
    669                 <TableCell> 
    670                   <ReportItems> 
    671                     <Textbox Name="ogl_rozdzial"> 
    672                       <rd:DefaultName>ogl_rozdzial</rd:DefaultName> 
    673                       <Style> 
    674                         <BorderColor> 
    675                           <Default>LightGrey</Default> 
    676                         </BorderColor> 
    677                         <BorderStyle> 
    678                           <Default>Solid</Default> 
    679                         </BorderStyle> 
    680                         <BorderWidth> 
    681                           <Default>0.5pt</Default> 
    682                         </BorderWidth> 
    683                         <FontSize>7pt</FontSize> 
    684                         <TextAlign>Center</TextAlign> 
    685                         <VerticalAlign>Middle</VerticalAlign> 
    686                         <PaddingLeft>2pt</PaddingLeft> 
    687                         <PaddingRight>2pt</PaddingRight> 
    688                         <PaddingTop>2pt</PaddingTop> 
    689                         <PaddingBottom>2pt</PaddingBottom> 
    690                       </Style> 
    691                       <ZIndex>4</ZIndex> 
    692                       <CanGrow>true</CanGrow> 
    693                       <Value>=Fields!Rozdzial.Value</Value> 
    694                     </Textbox> 
    695                   </ReportItems> 
    696                 </TableCell> 
    697                 <TableCell> 
    698                   <ReportItems> 
    699                     <Textbox Name="lokalizacja"> 
    700                       <rd:DefaultName>lokalizacja</rd:DefaultName> 
    701                       <Style> 
    702                         <BorderColor> 
    703                           <Default>LightGrey</Default> 
    704                         </BorderColor> 
    705                         <BorderStyle> 
    706                           <Default>Solid</Default> 
    707                         </BorderStyle> 
    708                         <BorderWidth> 
    709                           <Default>0.5pt</Default> 
    710                         </BorderWidth> 
    711                         <FontSize>7pt</FontSize> 
    712                         <TextAlign>Center</TextAlign> 
    713                         <VerticalAlign>Middle</VerticalAlign> 
    714                         <PaddingLeft>2pt</PaddingLeft> 
    715                         <PaddingRight>2pt</PaddingRight> 
    716                         <PaddingTop>2pt</PaddingTop> 
    717                         <PaddingBottom>2pt</PaddingBottom> 
    718                         <Language>pl-PL</Language> 
    719                       </Style> 
    720                       <ZIndex>3</ZIndex> 
    721                       <CanGrow>true</CanGrow> 
    722                       <Value>=Fields!lokalizacja1.Value</Value> 
    723                     </Textbox> 
    724                   </ReportItems> 
    725                 </TableCell> 
    726                 <TableCell> 
    727                   <ReportItems> 
    728                     <Textbox Name="textbox16"> 
    729                       <Style> 
    730                         <BorderColor> 
    731                           <Default>LightGrey</Default> 
    732                         </BorderColor> 
    733                         <BorderStyle> 
    734                           <Default>Solid</Default> 
    735                         </BorderStyle> 
    736                         <BorderWidth> 
    737                           <Default>0.5pt</Default> 
    738                         </BorderWidth> 
    739                         <FontSize>7pt</FontSize> 
    740                         <TextAlign>Center</TextAlign> 
    741                         <VerticalAlign>Middle</VerticalAlign> 
    742                         <PaddingLeft>2pt</PaddingLeft> 
    743                         <PaddingRight>2pt</PaddingRight> 
    744                         <PaddingTop>2pt</PaddingTop> 
    745                         <PaddingBottom>2pt</PaddingBottom> 
    746                         <Language>pl-PL</Language> 
    747                       </Style> 
    748                       <ZIndex>2</ZIndex> 
    749                       <CanGrow>true</CanGrow> 
    750                       <Value>=Fields!lokalizacja.Value</Value> 
    751                     </Textbox> 
    752                   </ReportItems> 
    753                 </TableCell> 
    754                 <TableCell> 
    755                   <ReportItems> 
    756                     <Textbox Name="STRONA"> 
    757                       <rd:DefaultName>STRONA</rd:DefaultName> 
    758                       <Style> 
    759                         <BorderColor> 
    760                           <Default>LightGrey</Default> 
    761                         </BorderColor> 
    762                         <BorderStyle> 
    763                           <Default>Solid</Default> 
    764                         </BorderStyle> 
    765                         <BorderWidth> 
    766                           <Default>0.5pt</Default> 
    767                         </BorderWidth> 
    768                         <FontSize>7pt</FontSize> 
    769                         <TextAlign>Center</TextAlign> 
    770                         <VerticalAlign>Middle</VerticalAlign> 
    771                         <PaddingLeft>2pt</PaddingLeft> 
    772                         <PaddingRight>2pt</PaddingRight> 
    773                         <PaddingTop>2pt</PaddingTop> 
    774                         <PaddingBottom>2pt</PaddingBottom> 
    775                         <Language>pl-PL</Language> 
    776                       </Style> 
    777                       <ZIndex>1</ZIndex> 
    778                       <CanGrow>true</CanGrow> 
    779                       <Value>=Fields!STRONA.Value</Value> 
    780749                    </Textbox> 
    781750                  </ReportItems> 
     
    805774                      </Style> 
    806775                      <CanGrow>true</CanGrow> 
    807                       <Value>=Fields!nazwaGrzbietu.Value</Value> 
     776                      <Value>=Fields!STRONA.Value</Value> 
    808777                    </Textbox> 
    809778                  </ReportItems> 
     
    828797              <TableCells> 
    829798                <TableCell> 
    830                   <ColSpan>6</ColSpan> 
     799                  <ColSpan>5</ColSpan> 
    831800                  <ReportItems> 
    832801                    <Textbox Name="textbox37"> 
     
    856825                        <Language>pl-PL</Language> 
    857826                      </Style> 
    858                       <ZIndex>25</ZIndex> 
     827                      <ZIndex>21</ZIndex> 
    859828                      <CanGrow>true</CanGrow> 
    860829                      <Value>=Count(Fields!ReklamaID.Value) &amp; " REK" &amp; "          " &amp; Sum(Fields!WYS.Value*Fields!SZER.Value) &amp; " MOD" &amp; "          " &amp; Round(Sum(Fields!WYS.Value*Fields!SZER.Value)/64) &amp; " stron"</Value> 
     
    863832                </TableCell> 
    864833                <TableCell> 
    865                   <ColSpan>6</ColSpan> 
     834                  <ColSpan>5</ColSpan> 
    866835                  <ReportItems> 
    867836                    <Textbox Name="textbox24"> 
     
    891860                        <PaddingBottom>2pt</PaddingBottom> 
    892861                      </Style> 
    893                       <ZIndex>24</ZIndex> 
     862                      <ZIndex>20</ZIndex> 
    894863                      <CanGrow>true</CanGrow> 
    895864                      <Value>=Sum(Fields!CENA_JEDN.Value) - Sum(Fields!RABAT_WARTOŚĆ.Value)</Value> 
     
    904873                <TableCell> 
    905874                  <ReportItems> 
    906                     <Textbox Name="textbox1"> 
    907                       <rd:DefaultName>textbox1</rd:DefaultName> 
    908                       <Style> 
    909                         <BackgroundColor>WhiteSmoke</BackgroundColor> 
    910                         <BorderColor> 
    911                           <Default>LightGrey</Default> 
    912                         </BorderColor> 
    913                         <BorderStyle> 
    914                           <Default>Solid</Default> 
    915                         </BorderStyle> 
    916                         <BorderWidth> 
    917                           <Default>0.5pt</Default> 
    918                         </BorderWidth> 
    919                         <FontSize>7pt</FontSize> 
    920                         <FontWeight>700</FontWeight> 
    921                         <TextAlign>Center</TextAlign> 
    922                         <VerticalAlign>Middle</VerticalAlign> 
    923                         <PaddingLeft>2pt</PaddingLeft> 
    924                         <PaddingRight>2pt</PaddingRight> 
    925                         <PaddingTop>2pt</PaddingTop> 
    926                         <PaddingBottom>2pt</PaddingBottom> 
    927                         <Language>pl-PL</Language> 
    928                       </Style> 
    929                       <ZIndex>23</ZIndex> 
    930                       <CanGrow>true</CanGrow> 
    931                       <Value>Agencja</Value> 
    932                     </Textbox> 
    933                   </ReportItems> 
    934                 </TableCell> 
    935                 <TableCell> 
    936                   <ReportItems> 
    937875                    <Textbox Name="textbox25"> 
    938876                      <rd:DefaultName>textbox25</rd:DefaultName> 
     
    958896                        <Language>pl-PL</Language> 
    959897                      </Style> 
    960                       <ZIndex>22</ZIndex> 
     898                      <ZIndex>19</ZIndex> 
    961899                      <CanGrow>true</CanGrow> 
    962900                      <Value>Symbol </Value> 
     
    989927                        <Language>pl-PL</Language> 
    990928                      </Style> 
    991                       <ZIndex>21</ZIndex> 
     929                      <ZIndex>18</ZIndex> 
    992930                      <CanGrow>true</CanGrow> 
    993931                      <Value>S</Value> 
     
    1020958                        <Language>pl-PL</Language> 
    1021959                      </Style> 
    1022                       <ZIndex>20</ZIndex> 
     960                      <ZIndex>17</ZIndex> 
    1023961                      <CanGrow>true</CanGrow> 
    1024962                      <Value>W</Value> 
     963                    </Textbox> 
     964                  </ReportItems> 
     965                </TableCell> 
     966                <TableCell> 
     967                  <ReportItems> 
     968                    <Textbox Name="textbox26"> 
     969                      <rd:DefaultName>textbox26</rd:DefaultName> 
     970                      <Style> 
     971                        <BackgroundColor>WhiteSmoke</BackgroundColor> 
     972                        <BorderColor> 
     973                          <Default>LightGrey</Default> 
     974                        </BorderColor> 
     975                        <BorderStyle> 
     976                          <Default>Solid</Default> 
     977                        </BorderStyle> 
     978                        <BorderWidth> 
     979                          <Default>0.5pt</Default> 
     980                        </BorderWidth> 
     981                        <FontSize>7pt</FontSize> 
     982                        <FontWeight>700</FontWeight> 
     983                        <TextAlign>Center</TextAlign> 
     984                        <VerticalAlign>Middle</VerticalAlign> 
     985                        <PaddingLeft>2pt</PaddingLeft> 
     986                        <PaddingRight>2pt</PaddingRight> 
     987                        <PaddingTop>2pt</PaddingTop> 
     988                        <PaddingBottom>2pt</PaddingBottom> 
     989                      </Style> 
     990                      <ZIndex>16</ZIndex> 
     991                      <CanGrow>true</CanGrow> 
     992                      <Value>Dział</Value> 
     993                    </Textbox> 
     994                  </ReportItems> 
     995                </TableCell> 
     996                <TableCell> 
     997                  <ReportItems> 
     998                    <Textbox Name="textbox21"> 
     999                      <rd:DefaultName>textbox21</rd:DefaultName> 
     1000                      <Style> 
     1001                        <BackgroundColor>WhiteSmoke</BackgroundColor> 
     1002                        <BorderColor> 
     1003                          <Default>LightGrey</Default> 
     1004                        </BorderColor> 
     1005                        <BorderStyle> 
     1006                          <Default>Solid</Default> 
     1007                        </BorderStyle> 
     1008                        <BorderWidth> 
     1009                          <Default>0.5pt</Default> 
     1010                        </BorderWidth> 
     1011                        <FontSize>7pt</FontSize> 
     1012                        <FontWeight>700</FontWeight> 
     1013                        <TextAlign>Center</TextAlign> 
     1014                        <VerticalAlign>Middle</VerticalAlign> 
     1015                        <PaddingLeft>2pt</PaddingLeft> 
     1016                        <PaddingRight>2pt</PaddingRight> 
     1017                        <PaddingTop>2pt</PaddingTop> 
     1018                        <PaddingBottom>2pt</PaddingBottom> 
     1019                      </Style> 
     1020                      <ZIndex>15</ZIndex> 
     1021                      <CanGrow>true</CanGrow> 
     1022                      <Value>Roz</Value> 
     1023                    </Textbox> 
     1024                  </ReportItems> 
     1025                </TableCell> 
     1026                <TableCell> 
     1027                  <ReportItems> 
     1028                    <Textbox Name="textbox10"> 
     1029                      <rd:DefaultName>textbox10</rd:DefaultName> 
     1030                      <Style> 
     1031                        <BackgroundColor>WhiteSmoke</BackgroundColor> 
     1032                        <BorderColor> 
     1033                          <Default>LightGrey</Default> 
     1034                        </BorderColor> 
     1035                        <BorderStyle> 
     1036                          <Default>Solid</Default> 
     1037                        </BorderStyle> 
     1038                        <BorderWidth> 
     1039                          <Default>0.5pt</Default> 
     1040                        </BorderWidth> 
     1041                        <FontSize>7pt</FontSize> 
     1042                        <FontWeight>700</FontWeight> 
     1043                        <TextAlign>Center</TextAlign> 
     1044                        <VerticalAlign>Middle</VerticalAlign> 
     1045                        <PaddingLeft>2pt</PaddingLeft> 
     1046                        <PaddingRight>2pt</PaddingRight> 
     1047                        <PaddingTop>2pt</PaddingTop> 
     1048                        <PaddingBottom>2pt</PaddingBottom> 
     1049                        <Language>pl-PL</Language> 
     1050                      </Style> 
     1051                      <ZIndex>14</ZIndex> 
     1052                      <CanGrow>true</CanGrow> 
     1053                      <Value>Lokalizacja</Value> 
     1054                    </Textbox> 
     1055                  </ReportItems> 
     1056                </TableCell> 
     1057                <TableCell> 
     1058                  <ReportItems> 
     1059                    <Textbox Name="textbox14"> 
     1060                      <rd:DefaultName>textbox14</rd:DefaultName> 
     1061                      <Style> 
     1062                        <BackgroundColor>WhiteSmoke</BackgroundColor> 
     1063                        <BorderColor> 
     1064                          <Default>LightGrey</Default> 
     1065                        </BorderColor> 
     1066                        <BorderStyle> 
     1067                          <Default>Solid</Default> 
     1068                        </BorderStyle> 
     1069                        <BorderWidth> 
     1070                          <Default>0.5pt</Default> 
     1071                        </BorderWidth> 
     1072                        <FontSize>7pt</FontSize> 
     1073                        <FontWeight>700</FontWeight> 
     1074                        <TextAlign>Center</TextAlign> 
     1075                        <VerticalAlign>Middle</VerticalAlign> 
     1076                        <PaddingLeft>2pt</PaddingLeft> 
     1077                        <PaddingRight>2pt</PaddingRight> 
     1078                        <PaddingTop>2pt</PaddingTop> 
     1079                        <PaddingBottom>2pt</PaddingBottom> 
     1080                      </Style> 
     1081                      <ZIndex>13</ZIndex> 
     1082                      <CanGrow>true</CanGrow> 
     1083                      <Value>Uwagi</Value> 
     1084                    </Textbox> 
     1085                  </ReportItems> 
     1086                </TableCell> 
     1087                <TableCell> 
     1088                  <ReportItems> 
     1089                    <Textbox Name="textbox9"> 
     1090                      <rd:DefaultName>textbox9</rd:DefaultName> 
     1091                      <Style> 
     1092                        <BackgroundColor>WhiteSmoke</BackgroundColor> 
     1093                        <BorderColor> 
     1094                          <Default>LightGrey</Default> 
     1095                        </BorderColor> 
     1096                        <BorderStyle> 
     1097                          <Default>Solid</Default> 
     1098                        </BorderStyle> 
     1099                        <BorderWidth> 
     1100                          <Default>0.5pt</Default> 
     1101                        </BorderWidth> 
     1102                        <FontSize>7pt</FontSize> 
     1103                        <FontWeight>700</FontWeight> 
     1104                        <TextAlign>Center</TextAlign> 
     1105                        <VerticalAlign>Middle</VerticalAlign> 
     1106                        <PaddingLeft>2pt</PaddingLeft> 
     1107                        <PaddingRight>2pt</PaddingRight> 
     1108                        <PaddingTop>2pt</PaddingTop> 
     1109                        <PaddingBottom>2pt</PaddingBottom> 
     1110                      </Style> 
     1111                      <ZIndex>12</ZIndex> 
     1112                      <CanGrow>true</CanGrow> 
     1113                      <Value>Klient</Value> 
    10251114                    </Textbox> 
    10261115                  </ReportItems> 
     
    10511140                        <Language>pl-PL</Language> 
    10521141                      </Style> 
    1053                       <ZIndex>19</ZIndex> 
     1142                      <ZIndex>11</ZIndex> 
    10541143                      <CanGrow>true</CanGrow> 
    10551144                      <Value>Moduł</Value> 
    1056                     </Textbox> 
    1057                   </ReportItems> 
    1058                 </TableCell> 
    1059                 <TableCell> 
    1060                   <ReportItems> 
    1061                     <Textbox Name="textbox13"> 
    1062                       <rd:DefaultName>textbox13</rd:DefaultName> 
    1063                       <Style> 
    1064                         <BackgroundColor>WhiteSmoke</BackgroundColor> 
    1065                         <BorderColor> 
    1066                           <Default>LightGrey</Default> 
    1067                         </BorderColor> 
    1068                         <BorderStyle> 
    1069                           <Default>Solid</Default> 
    1070                         </BorderStyle> 
    1071                         <BorderWidth> 
    1072                           <Default>0.5pt</Default> 
    1073                         </BorderWidth> 
    1074                         <FontSize>7pt</FontSize> 
    1075                         <FontWeight>700</FontWeight> 
    1076                         <TextAlign>Center</TextAlign> 
    1077                         <VerticalAlign>Middle</VerticalAlign> 
    1078                         <PaddingLeft>2pt</PaddingLeft> 
    1079                         <PaddingRight>2pt</PaddingRight> 
    1080                         <PaddingTop>2pt</PaddingTop> 
    1081                         <PaddingBottom>2pt</PaddingBottom> 
    1082                         <Language>pl-PL</Language> 
    1083                       </Style> 
    1084                       <ZIndex>18</ZIndex> 
    1085                       <CanGrow>true</CanGrow> 
    1086                       <Value>Klient</Value> 
    1087                     </Textbox> 
    1088                   </ReportItems> 
    1089                 </TableCell> 
    1090                 <TableCell> 
    1091                   <ReportItems> 
    1092                     <Textbox Name="textbox26"> 
    1093                       <rd:DefaultName>textbox26</rd:DefaultName> 
    1094                       <Style> 
    1095                         <BackgroundColor>WhiteSmoke</BackgroundColor> 
    1096                         <BorderColor> 
    1097                           <Default>LightGrey</Default> 
    1098                         </BorderColor> 
    1099                         <BorderStyle> 
    1100                           <Default>Solid</Default> 
    1101                         </BorderStyle> 
    1102                         <BorderWidth> 
    1103                           <Default>0.5pt</Default> 
    1104                         </BorderWidth> 
    1105                         <FontSize>7pt</FontSize> 
    1106                         <FontWeight>700</FontWeight> 
    1107                         <TextAlign>Center</TextAlign> 
    1108                         <VerticalAlign>Middle</VerticalAlign> 
    1109                         <PaddingLeft>2pt</PaddingLeft> 
    1110                         <PaddingRight>2pt</PaddingRight> 
    1111                         <PaddingTop>2pt</PaddingTop> 
    1112                         <PaddingBottom>2pt</PaddingBottom> 
    1113                       </Style> 
    1114                       <ZIndex>17</ZIndex> 
    1115                       <CanGrow>true</CanGrow> 
    1116                       <Value>Dział</Value> 
    1117                     </Textbox> 
    1118                   </ReportItems> 
    1119                 </TableCell> 
    1120                 <TableCell> 
    1121                   <ReportItems> 
    1122                     <Textbox Name="textbox21"> 
    1123                       <rd:DefaultName>textbox21</rd:DefaultName> 
    1124                       <Style> 
    1125                         <BackgroundColor>WhiteSmoke</BackgroundColor> 
    1126                         <BorderColor> 
    1127                           <Default>LightGrey</Default> 
    1128                         </BorderColor> 
    1129                         <BorderStyle> 
    1130                           <Default>Solid</Default> 
    1131                         </BorderStyle> 
    1132                         <BorderWidth> 
    1133                           <Default>0.5pt</Default> 
    1134                         </BorderWidth> 
    1135                         <FontSize>7pt</FontSize> 
    1136                         <FontWeight>700</FontWeight> 
    1137                         <TextAlign>Center</TextAlign> 
    1138                         <VerticalAlign>Middle</VerticalAlign> 
    1139                         <PaddingLeft>2pt</PaddingLeft> 
    1140                         <PaddingRight>2pt</PaddingRight> 
    1141                         <PaddingTop>2pt</PaddingTop> 
    1142                         <PaddingBottom>2pt</PaddingBottom> 
    1143                       </Style> 
    1144                       <ZIndex>16</ZIndex> 
    1145                       <CanGrow>true</CanGrow> 
    1146                       <Value>Roz</Value> 
    1147                     </Textbox> 
    1148                   </ReportItems> 
    1149                 </TableCell> 
    1150                 <TableCell> 
    1151                   <ReportItems> 
    1152                     <Textbox Name="textbox10"> 
    1153                       <rd:DefaultName>textbox10</rd:DefaultName> 
    1154                       <Style> 
    1155                         <BackgroundColor>WhiteSmoke</BackgroundColor> 
    1156                         <BorderColor> 
    1157                           <Default>LightGrey</Default> 
    1158                         </BorderColor> 
    1159                         <BorderStyle> 
    1160                           <Default>Solid</Default> 
    1161                         </BorderStyle> 
    1162                         <BorderWidth> 
    1163                           <Default>0.5pt</Default> 
    1164                         </BorderWidth> 
    1165                         <FontSize>7pt</FontSize> 
    1166                         <FontWeight>700</FontWeight> 
    1167                         <TextAlign>Center</TextAlign> 
    1168                         <VerticalAlign>Middle</VerticalAlign> 
    1169                         <PaddingLeft>2pt</PaddingLeft> 
    1170                         <PaddingRight>2pt</PaddingRight> 
    1171                         <PaddingTop>2pt</PaddingTop> 
    1172                         <PaddingBottom>2pt</PaddingBottom> 
    1173                         <Language>pl-PL</Language> 
    1174                       </Style> 
    1175                       <ZIndex>15</ZIndex> 
    1176                       <CanGrow>true</CanGrow> 
    1177                       <Value>Lokalizacja</Value> 
    1178                     </Textbox> 
    1179                   </ReportItems> 
    1180                 </TableCell> 
    1181                 <TableCell> 
    1182                   <ReportItems> 
    1183                     <Textbox Name="textbox14"> 
    1184                       <rd:DefaultName>textbox14</rd:DefaultName> 
    1185                       <Style> 
    1186                         <BackgroundColor>WhiteSmoke</BackgroundColor> 
    1187                         <BorderColor> 
    1188                           <Default>LightGrey</Default> 
    1189                         </BorderColor> 
    1190                         <BorderStyle> 
    1191                           <Default>Solid</Default> 
    1192                         </BorderStyle> 
    1193                         <BorderWidth> 
    1194                           <Default>0.5pt</Default> 
    1195                         </BorderWidth> 
    1196                         <FontSize>7pt</FontSize> 
    1197                         <FontWeight>700</FontWeight> 
    1198                         <TextAlign>Center</TextAlign> 
    1199                         <VerticalAlign>Middle</VerticalAlign> 
    1200                         <PaddingLeft>2pt</PaddingLeft> 
    1201                         <PaddingRight>2pt</PaddingRight> 
    1202                         <PaddingTop>2pt</PaddingTop> 
    1203                         <PaddingBottom>2pt</PaddingBottom> 
    1204                       </Style> 
    1205                       <ZIndex>14</ZIndex> 
    1206                       <CanGrow>true</CanGrow> 
    1207                       <Value>Uwagi</Value> 
    1208                     </Textbox> 
    1209                   </ReportItems> 
    1210                 </TableCell> 
    1211                 <TableCell> 
    1212                   <ReportItems> 
    1213                     <Textbox Name="textbox4"> 
    1214                       <rd:DefaultName>textbox4</rd:DefaultName> 
    1215                       <Style> 
    1216                         <BackgroundColor>WhiteSmoke</BackgroundColor> 
    1217                         <BorderColor> 
    1218                           <Default>LightGrey</Default> 
    1219                         </BorderColor> 
    1220                         <BorderStyle> 
    1221                           <Default>Solid</Default> 
    1222                         </BorderStyle> 
    1223                         <BorderWidth> 
    1224                           <Default>0.5pt</Default> 
    1225                         </BorderWidth> 
    1226                         <FontSize>7pt</FontSize> 
    1227                         <FontWeight>700</FontWeight> 
    1228                         <TextAlign>Center</TextAlign> 
    1229                         <VerticalAlign>Middle</VerticalAlign> 
    1230                         <PaddingLeft>2pt</PaddingLeft> 
    1231                         <PaddingRight>2pt</PaddingRight> 
    1232                         <PaddingTop>2pt</PaddingTop> 
    1233                         <PaddingBottom>2pt</PaddingBottom> 
    1234                         <Language>pl-PL</Language> 
    1235                       </Style> 
    1236                       <ZIndex>13</ZIndex> 
    1237                       <CanGrow>true</CanGrow> 
    1238                       <Value>Str</Value> 
    12391145                    </Textbox> 
    12401146                  </ReportItems> 
     
    12651171                        <Language>pl-PL</Language> 
    12661172                      </Style> 
    1267                       <ZIndex>12</ZIndex> 
    1268                       <CanGrow>true</CanGrow> 
    1269                       <Value>Grzbiet</Value> 
     1173                      <ZIndex>10</ZIndex> 
     1174                      <CanGrow>true</CanGrow> 
     1175                      <Value>Str</Value> 
    12701176                    </Textbox> 
    12711177                  </ReportItems> 
     
    12771183        </Header> 
    12781184        <TableColumns> 
    1279           <TableColumn> 
    1280             <Width>1.35cm</Width> 
    1281           </TableColumn> 
    12821185          <TableColumn> 
    12831186            <Width>2cm</Width> 
     
    12881191          <TableColumn> 
    12891192            <Width>0.5cm</Width> 
    1290           </TableColumn> 
    1291           <TableColumn> 
    1292             <Width>1.27646cm</Width> 
    1293           </TableColumn> 
    1294           <TableColumn> 
    1295             <Width>4.35cm</Width> 
    12961193          </TableColumn> 
    12971194          <TableColumn> 
     
    13081205          </TableColumn> 
    13091206          <TableColumn> 
    1310             <Width>1.05cm</Width> 
     1207            <Width>2.25cm</Width> 
    13111208          </TableColumn> 
    13121209          <TableColumn> 
    1313             <Width>1.8cm</Width> 
     1210            <Width>1.27646cm</Width> 
     1211          </TableColumn> 
     1212          <TableColumn> 
     1213            <Width>0.75cm</Width> 
    13141214          </TableColumn> 
    13151215        </TableColumns> 
    13161216      </Table> 
    13171217    </ReportItems> 
    1318     <Height>2.88492cm</Height> 
     1218    <Height>3.58492cm</Height> 
    13191219  </Body> 
    13201220  <Language>pl-PL</Language> 
    13211221  <TopMargin>1cm</TopMargin> 
    1322   <PageHeight>42cm</PageHeight> 
     1222  <PageHeight>29.7cm</PageHeight> 
    13231223</Report> 
  • trunk/RaportySQL/ListaReklamNaWydanieNr.rdl

    r733 r738  
    1111    <ReportParameter Name="tytul"> 
    1212      <DataType>String</DataType> 
    13       <Nullable>true</Nullable> 
    1413      <DefaultValue> 
    1514        <Values> 
     
    5756    <ReportParameter Name="grzbiet"> 
    5857      <DataType>String</DataType> 
    59       <Nullable>true</Nullable> 
     58      <DefaultValue> 
     59        <DataSetReference> 
     60          <DataSetName>ListaGrzebietow</DataSetName> 
     61          <ValueField>ID</ValueField> 
     62        </DataSetReference> 
     63      </DefaultValue> 
    6064      <Prompt>Grzbiet:</Prompt> 
    6165      <ValidValues> 
     
    6670        </DataSetReference> 
    6771      </ValidValues> 
     72      <MultiValue>true</MultiValue> 
    6873    </ReportParameter> 
    6974    <ReportParameter Name="sortuj"> 
     
    182187        </Field> 
    183188        <Field Name="agencja"> 
    184           <DataField>agencja</DataField> 
     189          <DataField>Agencja</DataField> 
    185190          <rd:TypeName>System.String</rd:TypeName> 
    186191        </Field> 
     
    220225          <DataField>zafakturowana</DataField> 
    221226          <rd:TypeName>System.Boolean</rd:TypeName> 
     227        </Field> 
     228        <Field Name="Dzial"> 
     229          <DataField>Dzial</DataField> 
     230          <rd:TypeName>System.String</rd:TypeName> 
     231        </Field> 
     232        <Field Name="Rozdzial"> 
     233          <DataField>Rozdzial</DataField> 
     234          <rd:TypeName>System.String</rd:TypeName> 
    222235        </Field> 
    223236      </Fields> 
     
    337350FROM            GRZBIETY 
    338351WHERE Active=1 AND TytulId=@tytul 
    339 UNION 
    340 SELECT NULL ,'Wszystkie' 
    341352ORDER BY Nazwa</CommandText> 
    342353        <QueryParameters> 
     
    384395    </DataSet> 
    385396  </DataSets> 
    386   <Code /> 
    387   <Width>25cm</Width> 
     397  <Code>Public Function GetMultiSelectLabels(P as Parameter) as String 
     398  Dim i As Integer 
     399  Dim s As String 
     400  s = p.Label(0)                 
     401  For i = 1 to Ubound(P.Value) 
     402    s = s + ", " + p.Label(i) 
     403  Next i 
     404  Return s 
     405End Function</Code> 
     406  <Width>23.61254cm</Width> 
    388407  <Body> 
    389408    <ColumnSpacing>1cm</ColumnSpacing> 
    390409    <ReportItems> 
     410      <Textbox Name="textbox5"> 
     411        <Top>1.05cm</Top> 
     412        <Width>2.55cm</Width> 
     413        <Style> 
     414          <FontSize>12pt</FontSize> 
     415          <FontWeight>700</FontWeight> 
     416          <Format>d</Format> 
     417          <TextAlign>Left</TextAlign> 
     418          <PaddingLeft>2pt</PaddingLeft> 
     419          <PaddingRight>2pt</PaddingRight> 
     420          <PaddingTop>2pt</PaddingTop> 
     421          <PaddingBottom>2pt</PaddingBottom> 
     422          <Language>pl-PL</Language> 
     423        </Style> 
     424        <ZIndex>4</ZIndex> 
     425        <CanGrow>true</CanGrow> 
     426        <Height>0.75cm</Height> 
     427        <Value>Grzbiet(y):</Value> 
     428      </Textbox> 
     429      <Textbox Name="textbox14"> 
     430        <Top>1.05cm</Top> 
     431        <Width>16.35cm</Width> 
     432        <Style> 
     433          <FontSize>12pt</FontSize> 
     434          <Format>d</Format> 
     435          <TextAlign>Left</TextAlign> 
     436          <PaddingLeft>2pt</PaddingLeft> 
     437          <PaddingRight>2pt</PaddingRight> 
     438          <PaddingTop>2pt</PaddingTop> 
     439          <PaddingBottom>2pt</PaddingBottom> 
     440          <Language>pl-PL</Language> 
     441        </Style> 
     442        <ZIndex>3</ZIndex> 
     443        <CanGrow>true</CanGrow> 
     444        <Left>2.55cm</Left> 
     445        <Height>0.75cm</Height> 
     446        <Value>=Code.GetMultiSelectLabels(Parameters!grzbiet)</Value> 
     447      </Textbox> 
    391448      <Textbox Name="textbox6"> 
    392449        <Top>0.25cm</Top> 
     
    403460          <Language>pl-PL</Language> 
    404461        </Style> 
    405         <ZIndex>3</ZIndex> 
     462        <ZIndex>2</ZIndex> 
    406463        <CanGrow>true</CanGrow> 
    407         <Left>16.2cm</Left> 
     464        <Left>15.9cm</Left> 
    408465        <Height>0.75cm</Height> 
    409466        <Value>=Today</Value> 
    410       </Textbox> 
    411       <Textbox Name="textbox5"> 
    412         <Top>0.25cm</Top> 
    413         <Width>4.5cm</Width> 
    414         <Style> 
    415           <FontSize>12pt</FontSize> 
    416           <FontWeight>700</FontWeight> 
    417           <Format>d</Format> 
    418           <TextAlign>Left</TextAlign> 
    419           <PaddingLeft>2pt</PaddingLeft> 
    420           <PaddingRight>2pt</PaddingRight> 
    421           <PaddingTop>2pt</PaddingTop> 
    422           <PaddingBottom>2pt</PaddingBottom> 
    423           <Language>pl-PL</Language> 
    424         </Style> 
    425         <ZIndex>2</ZIndex> 
    426         <CanGrow>true</CanGrow> 
    427         <Left>11.5cm</Left> 
    428         <Height>0.75cm</Height> 
    429         <Value>="Grzbiet: " &amp; Parameters!grzbiet.Label</Value> 
    430467      </Textbox> 
    431468      <Textbox Name="textbox17"> 
     
    450487      <Table Name="table1"> 
    451488        <DataSetName>ListaReklam</DataSetName> 
    452         <Top>1.25cm</Top> 
    453         <Width>23.61255cm</Width> 
     489        <Top>1.95cm</Top> 
    454490        <Details> 
    455491          <TableRows> 
     
    15791615      </Table> 
    15801616    </ReportItems> 
    1581     <Height>2.88492cm</Height> 
     1617    <Height>3.58492cm</Height> 
    15821618  </Body> 
    15831619  <Language>pl-PL</Language> 
  • trunk/RaportySQL/RaportySQL.rptproj

    r732 r738  
    234234    </ProjectItem> 
    235235    <ProjectItem> 
     236      <Name>SprzedazProwizje.rdl</Name> 
     237      <FullPath>SprzedazProwizje.rdl</FullPath> 
     238    </ProjectItem> 
     239    <ProjectItem> 
    236240      <Name>SprzedazReklam.rdl</Name> 
    237241      <FullPath>SprzedazReklam.rdl</FullPath> 
     
    418422    </ProjectItem> 
    419423    <ProjectItem> 
    420       <Name>SprzedazProwizje.rdl</Name> 
    421       <FullPath>SprzedazProwizje.rdl</FullPath> 
     424      <Name>ListaReklamA4.rdl</Name> 
     425      <FullPath>ListaReklamA4.rdl</FullPath> 
    422426    </ProjectItem> 
    423427  </Reports>