I can not get correct subtotals of each column field.. subtotals is very long.....And also I have another issue...when view report through report viewer control the below error comes..
An error has occured while processing TextBox 'salesOrPurchaseDescDataTextBox':
The expression contains object 'SalesOrPurchaseDesc' that is not defined in the current context.
I have get data from xml......
that xml file is
<?
xml version="1.0" encoding="utf-8" ?>
<
NewDataSet>
<
BillItemLine>
<
ItemLineAmount>844.35</ItemLineAmount>
<
ItemLineItemRefListID>350000-1247582799</ItemLineItemRefListID>
<
EstimateKey>Plan 804-1:804-1-502</EstimateKey>
<
Plan>804-1</Plan>
<
HouseAddress>3341 West Avenue, Beaumont</HouseAddress>
<
EstimateLineAmount>6000</EstimateLineAmount>
<
Name>804-1-502</Name>
<
SalesOrPurchaseDesc>Foundation Labor</SalesOrPurchaseDesc>
</
BillItemLine>
<
BillItemLine>
<
ItemLineAmount>84.87</ItemLineAmount>
<
ItemLineItemRefListID>370000-1247585073</ItemLineItemRefListID>
<
EstimateKey>Plan 804-1:804-1-633</EstimateKey>
<
Plan>804-1</Plan>
<
HouseAddress>3341 West Avenue, Beaumont</HouseAddress>
<
EstimateLineAmount>300</EstimateLineAmount>
<
Name>804-1-633</Name>
<
SalesOrPurchaseDesc>Portalet</SalesOrPurchaseDesc>
</
BillItemLine>
</
NewDataSet>
can anyone please me? thx....