- Data:
- 2009-03-03 17:39:02 (17 years ago)
- Pliki:
-
- 1 zmodyfikowane
-
branches/TruckExpo/RaportySQL/RozliczenieWplywowWgDatyWplaty2009.rdl (zmodyfikowane) (1 diff)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
branches/TruckExpo/RaportySQL/RozliczenieWplywowWgDatyWplaty2009.rdl
r407 r414 1761 1761 <ZIndex>15</ZIndex> 1762 1762 <CanGrow>true</CanGrow> 1763 <Value>="LICZBA FAKTUR: " & C ount(Fields!ID_FAKTURY.Value) & " RAZEM NETTO: "& Code.Formatuj(Sum(Fields!NETTO.Value)) & " VAT: " & Code.Formatuj(Sum(Fields!VAT.Value)) & " BRUTTO: " & Code.Formatuj(Sum(Fields!BRUTTO.Value))</Value>1763 <Value>="LICZBA FAKTUR: " & CStr(CountDistinct(Fields!ID_FAKTURY.Value)) & " RAZEM NETTO: "& Code.Formatuj(Sum(Fields!NETTO.Value)) & " VAT: " & Code.Formatuj(Sum(Fields!VAT.Value)) & " BRUTTO: " & Code.Formatuj(Sum(Fields!BRUTTO.Value))</Value> 1764 1764 </Textbox> 1765 1765 </ReportItems>
