Javed Ali

Javed Ali

  • NA
  • 195
  • 2.4k

hi sir.. Rtf Report Problem Please Fast reply

Mar 15 2017 2:57 AM
I want to rtf document data all report is best but some data started new page thats problem So I am Alatof Rnd But Do not nay solution This kind No hendle clint Plese Any Solution please Reply
 
 
my Source Code---
 
public class Report
{
private RtfDocument rtf,rtfa;
private decimal a, b, c;
private decimal t, s,u,v,w,x,y,z,zz,z1,z2,z3;
private decimal area, val, res, relzival;
public Report()
{
DocumentCore rtf1 = new DocumentCore();
rtf = new RtfDocument();
rtf.FontTable.Add(new RtfFont("Calibri"));
rtf.FontTable.Add(new RtfFont("Constantia"));
rtf.ColorTable.AddRange(new RtfColor[] {
// new RtfColor(Color.Red),
new RtfColor(0, 0, 255)});
{
rtfa = new RtfDocument();
rtfa.FontTable.Add(new RtfFont("Calibri"));
rtfa.FontTable.Add(new RtfFont("Constantia"));
rtfa.ColorTable.AddRange(new RtfColor[] {
// new RtfColor(Color.Red),
new RtfColor(0, 0, 255)
});
DataAccessLayer da = new DataAccessLayer();
System.Data.DataTable dt = da.Select("sp_Report", "@refno", MainForm.refno);
// x = RtfDataFloor.Cost;
foreach (DataRow dr in dt.Rows)
{
// int num = dt2.Rows.Count;
//for (i = 1; i <= num; i++)
//{ }
area = decimal.Parse(RtfDataFile.Area = dr["Area"].ToString());
val = decimal.Parse(RtfDataFile.ValuationRate = dr["ValuationRate"].ToString());
res = area * val;
//RtfDataFloor.Cost = res;
//relzival = res * 85 / 100;
}
y = RtfDataFile.LumpsumCost;
z = RtfDataFloor.Cost3;
zz = res + y + z;
RtfDataFloor.Cost4 = zz;
decimal totamarcatevalue, totalrelzival, valumarcet, relvalue;
totamarcatevalue = DataAccessLayer.RemCalculate(RtfDataFloor.Cost4);
valumarcet = totamarcatevalue / 100000;
relzival = RtfDataFloor.Cost4 * 85 / 100;
totalrelzival = DataAccessLayer.RemCalculate(relzival);
relvalue = totalrelzival / 100000;
RtfParagraphFormatting LeftAligned12 = new RtfParagraphFormatting(13, RtfTextAlign.Left);
RtfParagraphFormatting Centered10 = new RtfParagraphFormatting(13, RtfTextAlign.Center);
RtfFormattedParagraph header = new RtfFormattedParagraph(new RtfParagraphFormatting(13, RtfTextAlign.Center));
RtfFormattedParagraph p1 = new RtfFormattedParagraph(new RtfParagraphFormatting(1, RtfTextAlign.Left));
SpecialCharacter p2 = new SpecialCharacter(rtf1, SpecialCharacterType.PageBreak);
header.Formatting.FontIndex = TwipConverter.ToTwip(140F, MetricUnit.Point);
// header.AppendText(new RtfFormattedText();
header.AppendText(new RtfFormattedText("", RtfCharacterFormatting.Bold));
//t.Width = TwipConverter.ToTwip(15, MetricUnit.Centimeter);
//t.Columns[1].Width = TwipConverter.ToTwip(2, MetricUnit.Centimeter);
//foreach (RtfTableRow row in t.Rows)
//{
// row.Height = TwipConverter.ToTwip(3, MetricUnit.Centimeter);
//}
//t.MergeCellsVertically(1, 0, 2);
//RtfTable t = new RtfTable(RtfTableAlign.Centre, 2, 1);
//t.DefaultCellStyle = new RtfTableCellStyle(RtfBorderSetting.None, Centered10);
//t[0, 0].Definition.Style = new RtfTableCellStyle(RtfBorderSetting.None, LeftAligned12, RtfTableCellVerticalAlign.Top);
//DataAccessLayer dt = new DataAccessLayer();
//DataTable db = new DataTable();
//dt.Select("sbi", RtfDataFile.FileNo);
RtfTable tb = new RtfTable(RtfTableAlign.Center, 3, 1);
tb.Width = TwipConverter.ToTwip(24, MetricUnit.Centimeter);
tb.Columns[0].Width = TwipConverter.ToTwip(2, MetricUnit.Centimeter);
tb.Columns[1].Width = TwipConverter.ToTwip(12, MetricUnit.Centimeter);
tb.Columns[2].Width = TwipConverter.ToTwip(4, MetricUnit.Centimeter);
tb[0, 0].Definition.Style = new RtfTableCellStyle(RtfBorderSetting.None, Centered10, RtfTableCellVerticalAlign.Top, RtfTableCellTextFlow.LeftToRightTopToBottom);
tb[0, 0].AppendText(new RtfFormattedText("Ref. No.", RtfCharacterFormatting.Bold));
tb[1, 0].Definition.Style = new RtfTableCellStyle(RtfBorderSetting.None, Centered10, RtfTableCellVerticalAlign.Top, RtfTableCellTextFlow.LeftToRightTopToBottom);
tb[1, 0].AppendText(new RtfFormattedText(RtfDataFile.RefNo, RtfCharacterFormatting.Bold));
// tb[2, 0].Definition.Style = new RtfTableCellStyle(RtfBorderSetting.None, Centered10, RtfTableCellVerticalAlign.Top, RtfTableCellTextFlow.LeftToRightTopToBottom);
tb[2, 0].Definition.Style = new RtfTableCellStyle(RtfBorderSetting.None, LeftAligned12, RtfTableCellVerticalAlign.Top);
//string dtimeval = RtfDataFile.DateValuation;
//string dtmeval1 = dtimeval = ("yyyy-MM-dd");
string valDate = string.Empty;
string format = "dd-MM-yyyy";
valDate = RtfDataFile.DateValuation.ToString(format);
string InsDate = string.Empty;
string format1 = "dd-MM-yyyy";
InsDate = RtfDataFile.DateInspection.ToString(format1);
tb.DefaultCellStyle = new RtfTableCellStyle(RtfBorderSetting.None, Centered10);
tb[2, 0].AppendText(new RtfFormattedText("Dated-" + (valDate), RtfCharacterFormatting.Bold));
tb[2, 0].AppendParagraph(new RtfFormattedText("", RtfCharacterFormatting.Bold));
tb[2, 0].AppendParagraph(new RtfFormattedText("", RtfCharacterFormatting.Bold));
RtfTable TblVal = new RtfTable(RtfTableAlign.Center, 1, 1);
TblVal.Width = TwipConverter.ToTwip(23, MetricUnit.Centimeter);
TblVal.Columns[0].Width = TwipConverter.ToTwip(19, MetricUnit.Centimeter);
TblVal.DefaultCellStyle = new RtfTableCellStyle(RtfBorderSetting.None, Centered10);
TblVal[0, 0].Definition.Style = new RtfTableCellStyle(RtfBorderSetting.None, LeftAligned12, RtfTableCellVerticalAlign.Center);
TblVal[0, 0].AppendParagraph(new RtfFormattedText(" VALUATION REPORT", RtfCharacterFormatting.Bold));
TblVal[0, 0].AppendParagraph(new RtfFormattedText("", RtfCharacterFormatting.Underline));
TblVal[0, 0].AppendParagraph(new RtfFormattedText("", RtfCharacterFormatting.Underline));
RtfTable tbl = new RtfTable(RtfTableAlign.Center, 3, 6);
tbl.Width = TwipConverter.ToTwip(20, MetricUnit.Centimeter);
tbl.Columns[0].Width = TwipConverter.ToTwip(8, MetricUnit.Centimeter);
tbl.Columns[1].Width = TwipConverter.ToTwip(1, MetricUnit.Centimeter);
tbl.Columns[2].Width = TwipConverter.ToTwip(8, MetricUnit.Centimeter);
tbl.DefaultCellStyle = new RtfTableCellStyle(RtfBorderSetting.None, Centered10);
tbl[0, 0].Definition.Style = new RtfTableCellStyle(RtfBorderSetting.None, LeftAligned12, RtfTableCellVerticalAlign.Top);
tbl[0, 0].AppendText("Purpose Of valuation");
tbl.DefaultCellStyle = new RtfTableCellStyle(RtfBorderSetting.None, Centered10);
tbl[1, 0].Definition.Style = new RtfTableCellStyle(RtfBorderSetting.None, LeftAligned12, RtfTableCellVerticalAlign.Top);
tbl[1, 0].AppendText(":");
tbl.DefaultCellStyle = new RtfTableCellStyle(RtfBorderSetting.None, Centered10);
tbl[2, 0].Definition.Style = new RtfTableCellStyle(RtfBorderSetting.None, LeftAligned12, RtfTableCellVerticalAlign.Top);
tbl[2, 0].AppendText(new RtfFormattedText("TO KNOW THE PRESENT FAIR MARKET VALUE OF THE PROPERTY FOR " + RtfDataFile.Bank + ", " + RtfDataFile.Branch + ", " + RtfDataFile.Address, RtfCharacterFormatting.Caps));
tbl.DefaultCellStyle = new RtfTableCellStyle(RtfBorderSetting.None, Centered10);
tbl[0, 1].Definition.Style = new RtfTableCellStyle(RtfBorderSetting.None, LeftAligned12, RtfTableCellVerticalAlign.Top);
tbl[0, 1].AppendText("NAME OF OWNER");
tbl.DefaultCellStyle = new RtfTableCellStyle(RtfBorderSetting.None, Centered10);
tbl[1, 1].Definition.Style = new RtfTableCellStyle(RtfBorderSetting.None, LeftAligned12, RtfTableCellVerticalAlign.Top);
tbl[1, 1].AppendText(":");
tbl[2, 1].Definition.Style = new RtfTableCellStyle(RtfBorderSetting.None, LeftAligned12, RtfTableCellVerticalAlign.Top);
tbl[2, 1].AppendText(new RtfFormattedText(RtfDataFile.OwnerName, RtfCharacterFormatting.Caps));
tbl.DefaultCellStyle = new RtfTableCellStyle(RtfBorderSetting.None, Centered10);
tbl[0, 2].Definition.Style = new RtfTableCellStyle(RtfBorderSetting.None, LeftAligned12, RtfTableCellVerticalAlign.Top);
tbl[0, 2].AppendText("ADDRESS OF THE PROPERTY");
tbl.DefaultCellStyle = new RtfTableCellStyle(RtfBorderSetting.None, Centered10);
tbl[1, 2].Definition.Style = new RtfTableCellStyle(RtfBorderSetting.None, LeftAligned12, RtfTableCellVerticalAlign.Top);
tbl[1, 2].AppendText(":");
tbl.DefaultCellStyle = new RtfTableCellStyle(RtfBorderSetting.None, Centered10);
tbl[2, 2].Definition.Style = new RtfTableCellStyle(RtfBorderSetting.None, LeftAligned12, RtfTableCellVerticalAlign.Top);
tbl[2, 2].AppendText(new RtfFormattedText(RtfDataFile.OwnerAddress, RtfCharacterFormatting.Caps));
tbl.DefaultCellStyle = new RtfTableCellStyle(RtfBorderSetting.None, Centered10);
tbl[0, 3].Definition.Style = new RtfTableCellStyle(RtfBorderSetting.None, LeftAligned12, RtfTableCellVerticalAlign.Top);
tbl[0, 3].AppendText("DATE OF INSPECTION");
tbl.DefaultCellStyle = new RtfTableCellStyle(RtfBorderSetting.None, Centered10);
tbl[1, 3].Definition.Style = new RtfTableCellStyle(RtfBorderSetting.None, LeftAligned12, RtfTableCellVerticalAlign.Top);
tbl[1, 3].AppendText(":");
tbl[2, 3].Definition.Style = new RtfTableCellStyle(RtfBorderSetting.None, LeftAligned12, RtfTableCellVerticalAlign.Top);
tbl[2, 3].AppendText(InsDate);
tbl.DefaultCellStyle = new RtfTableCellStyle(RtfBorderSetting.None, Centered10);
tbl[0, 4].Definition.Style = new RtfTableCellStyle(RtfBorderSetting.None, LeftAligned12, RtfTableCellVerticalAlign.Top);
tbl[0, 4].AppendText("DATE OF VLONVALUAT");
tbl.DefaultCellStyle = new RtfTableCellStyle(RtfBorderSetting.None, Centered10);
tbl[1, 4].Definition.Style = new RtfTableCellStyle(RtfBorderSetting.None, LeftAligned12, RtfTableCellVerticalAlign.Top);
tbl[1, 4].AppendText(":");
tbl[2, 4].Definition.Style = new RtfTableCellStyle(RtfBorderSetting.None, LeftAligned12, RtfTableCellVerticalAlign.Top);
tbl[2, 4].AppendText(valDate);
tbl.DefaultCellStyle = new RtfTableCellStyle(RtfBorderSetting.None, Centered10);
tbl[0, 5].Definition.Style = new RtfTableCellStyle(RtfBorderSetting.None, LeftAligned12, RtfTableCellVerticalAlign.Top);
tbl[0, 5].AppendText("MARKET VALUE OF THE PROPERTY");
tbl.DefaultCellStyle = new RtfTableCellStyle(RtfBorderSetting.None, Centered10);
tbl[1, 5].Definition.Style = new RtfTableCellStyle(RtfBorderSetting.None, LeftAligned12, RtfTableCellVerticalAlign.Top);
tbl[1, 5].AppendText(":");
tbl[2, 5].Definition.Style = new RtfTableCellStyle(RtfBorderSetting.None, LeftAligned12, RtfTableCellVerticalAlign.Top);
tbl[2, 5].AppendText(Convert.ToString(valumarcet) + " LAC");
RtfTable tbl1 = new RtfTable(RtfTableAlign.Right, 3, 2);
tbl1.Width = TwipConverter.ToTwip(20, MetricUnit.Centimeter);
tbl1.Columns[0].Width = TwipConverter.ToTwip(3, MetricUnit.Centimeter);
tbl1.Columns[1].Width = TwipConverter.ToTwip(8, MetricUnit.Centimeter);
tbl1.Columns[2].Width = TwipConverter.ToTwip(3, MetricUnit.Centimeter);
tbl1.DefaultCellStyle = new RtfTableCellStyle(RtfBorderSetting.None, Centered10);
tbl1[1, 0].Definition.Style = new RtfTableCellStyle(RtfBorderSetting.None, LeftAligned12, RtfTableCellVerticalAlign.Center);
tbl1[1, 0].AppendText("(RUPEES " + ConvertNumbertoWords(DataAccessLayer.RemCalculate(RtfDataFloor.Cost4)) + " ONLY)");
RtfTable tbl2 = new RtfTable(RtfTableAlign.Center, 3, 2);
tbl2.Width = TwipConverter.ToTwip(20, MetricUnit.Centimeter);
tbl2.Columns[0].Width = TwipConverter.ToTwip(8, MetricUnit.Centimeter);
tbl2.Columns[1].Width = TwipConverter.ToTwip(1, MetricUnit.Centimeter);
tbl2.Columns[2].Width = TwipConverter.ToTwip(8, MetricUnit.Centimeter);
tbl2.DefaultCellStyle = new RtfTableCellStyle(RtfBorderSetting.None, Centered10);
tbl2[0, 0].Definition.Style = new RtfTableCellStyle(RtfBorderSetting.None, LeftAligned12, RtfTableCellVerticalAlign.Top);
tbl2[0, 0].AppendText("RELIZABLE VALUE OF PROPERTY(85%)");
tbl2.DefaultCellStyle = new RtfTableCellStyle(RtfBorderSetting.None, Centered10);
tbl2[1, 0].Definition.Style = new RtfTableCellStyle(RtfBorderSetting.None, LeftAligned12, RtfTableCellVerticalAlign.Top);
tbl2[1, 0].AppendText(":");
tbl2.DefaultCellStyle = new RtfTableCellStyle(RtfBorderSetting.None, Centered10);
tbl2[2, 0].Definition.Style = new RtfTableCellStyle(RtfBorderSetting.None, LeftAligned12, RtfTableCellVerticalAlign.Top);
tbl2[2, 0].AppendText(Convert.ToString(relvalue) + " LAC");
RtfTable tbl3 = new RtfTable(RtfTableAlign.Right, 3, 2);
tbl3.Width = TwipConverter.ToTwip(20, MetricUnit.Centimeter);
tbl3.Columns[0].Width = TwipConverter.ToTwip(3, MetricUnit.Centimeter);
tbl3.Columns[1].Width = TwipConverter.ToTwip(8, MetricUnit.Centimeter);
tbl3.Columns[2].Width = TwipConverter.ToTwip(3, MetricUnit.Centimeter);
tbl3.DefaultCellStyle = new RtfTableCellStyle(RtfBorderSetting.None, Centered10);
tbl3[1, 0].Definition.Style = new RtfTableCellStyle(RtfBorderSetting.None, LeftAligned12, RtfTableCellVerticalAlign.Center);
tbl3[1, 0].AppendText("(RUPEES " + ConvertNumbertoWords(DataAccessLayer.RemCalculate(relzival)) + " ONLY)");
RtfTable tbl4 = new RtfTable(RtfTableAlign.Center, 3, 2);
tbl4.Width = TwipConverter.ToTwip(20, MetricUnit.Centimeter);
tbl4.Columns[0].Width = TwipConverter.ToTwip(8, MetricUnit.Centimeter);
tbl4.Columns[1].Width = TwipConverter.ToTwip(1, MetricUnit.Centimeter);
tbl4.Columns[2].Width = TwipConverter.ToTwip(8, MetricUnit.Centimeter);
tbl4.DefaultCellStyle = new RtfTableCellStyle(RtfBorderSetting.None, Centered10);
tbl4[0, 0].Definition.Style = new RtfTableCellStyle(RtfBorderSetting.None, LeftAligned12, RtfTableCellVerticalAlign.Top);
tbl4[0, 0].AppendText("ENCL. PHOTOGRAPH OF SITE");
RtfTable tbl5 = new RtfTable(RtfTableAlign.Center, 3, 6);
tbl5.Width = TwipConverter.ToTwip(20, MetricUnit.Centimeter);
tbl5.Columns[0].Width = TwipConverter.ToTwip(8, MetricUnit.Centimeter);
tbl5.Columns[1].Width = TwipConverter.ToTwip(4, MetricUnit.Centimeter);
tbl5.Columns[2].Width = TwipConverter.ToTwip(5, MetricUnit.Centimeter);
tbl5.DefaultCellStyle = new RtfTableCellStyle(RtfBorderSetting.None, Centered10);
header.AppendText(new RtfFormattedText("", RtfCharacterFormatting.Bold));
tbl5[2, 5].Definition.Style = new RtfTableCellStyle(RtfBorderSetting.None, LeftAligned12, RtfTableCellVerticalAlign.Top);
// tbl5[2, 5].AppendText(" (PRAVEEN KUMAR JAIN)");
tbl5[2, 5].AppendText(" (PRAVEEN KUMAR JAIN)");
//string pagebreak = "\f";
//tbl5[2, 5].AppendText(pagebreak);
 
 
///// SecondPage coding///////
I Want to  This Code Data Open Next Page ..... 
RtfTable tbl7 = new RtfTable(RtfTableAlign.Center, 3, 1);
tbl7.Width = TwipConverter.ToTwip(20, MetricUnit.Centimeter);
tbl7.Columns[0].Width = TwipConverter.ToTwip(2, MetricUnit.Centimeter);
tbl7.Columns[1].Width = TwipConverter.ToTwip(12, MetricUnit.Centimeter);
tbl7.Columns[2].Width = TwipConverter.ToTwip(4, MetricUnit.Centimeter);
tbl7.DefaultCellStyle = new RtfTableCellStyle(RtfBorderSetting.None, Centered10);
tbl7[0, 0].Definition.Style = new RtfTableCellStyle(RtfBorderSetting.None, Centered10, RtfTableCellVerticalAlign.Top, RtfTableCellTextFlow.LeftToRightTopToBottom);
tbl7[0, 0].AppendText("Ref. No.");
tbl7.DefaultCellStyle = new RtfTableCellStyle(RtfBorderSetting.None, Centered10);
tbl7[1, 0].Definition.Style = new RtfTableCellStyle(RtfBorderSetting.None, Centered10, RtfTableCellVerticalAlign.Top, RtfTableCellTextFlow.LeftToRightTopToBottom);
tbl7[1, 0].AppendText(RtfDataFile.RefNo);
tbl7.DefaultCellStyle = new RtfTableCellStyle(RtfBorderSetting.None, Centered10);
tbl7[2, 0].Definition.Style = new RtfTableCellStyle(RtfBorderSetting.None, Centered10, RtfTableCellVerticalAlign.Top, RtfTableCellTextFlow.LeftToRightTopToBottom);
tbl7[2, 0].Definition.Style = new RtfTableCellStyle(RtfBorderSetting.None, LeftAligned12, RtfTableCellVerticalAlign.Top);
tbl7[2, 0].AppendText("Dated-" + valDate);
RtfTable Part1 = new RtfTable(RtfTableAlign.Center, 1, 2);
tbl.Width = TwipConverter.ToTwip(20, MetricUnit.Centimeter);
Part1.Columns[0].Width = TwipConverter.ToTwip(8, MetricUnit.Centimeter);
Part1.DefaultCellStyle = new RtfTableCellStyle(RtfBorderSetting.None, Centered10);
Part1[0, 0].Definition.Style = new RtfTableCellStyle(RtfBorderSetting.None, Centered10, RtfTableCellVerticalAlign.Top, RtfTableCellTextFlow.LeftToRightTopToBottom);
Part1[0, 0].AppendText(new RtfFormattedText("Part-I", RtfCharacterFormatting.Bold));
Part1[0, 1].Definition.Style = new RtfTableCellStyle(RtfBorderSetting.None, Centered10, RtfTableCellVerticalAlign.Top, RtfTableCellTextFlow.LeftToRightTopToBottom);
Part1[0, 1].AppendText(new RtfFormattedText("VALUATION/ESTIMATE OF PROPERTY", RtfCharacterFormatting.Bold));
RtfTable tbl8 = new RtfTable(RtfTableAlign.Center, 4, 61);
tbl8.Width = TwipConverter.ToTwip(20, MetricUnit.Centimeter);
tbl8.Columns[0].Width = TwipConverter.ToTwip(1, MetricUnit.Centimeter);
tbl8.Columns[1].Width = TwipConverter.ToTwip(8, MetricUnit.Centimeter);
tbl8.Columns[2].Width = TwipConverter.ToTwip(1, MetricUnit.Centimeter);
tbl8.Columns[3].Width = TwipConverter.ToTwip(9, MetricUnit.Centimeter);
tbl8.DefaultCellStyle = new RtfTableCellStyle(RtfBorderSetting.None, Centered10);
tbl8[1, 0].Definition.Style = new RtfTableCellStyle(RtfBorderSetting.None, LeftAligned12, RtfTableCellVerticalAlign.Top);
tbl8[1, 0].AppendText("GENERAL*");
tbl8.DefaultCellStyle = new RtfTableCellStyle(RtfBorderSetting.None, Centered10);
tbl8[0, 1].Definition.Style = new RtfTableCellStyle(RtfBorderSetting.None, LeftAligned12, RtfTableCellVerticalAlign.Top);
tbl8[0, 1].AppendText("1.");
tbl8.DefaultCellStyle = new RtfTableCellStyle(RtfBorderSetting.None, Centered10);
tbl8[1, 1].Definition.Style = new RtfTableCellStyle(RtfBorderSetting.None, LeftAligned12, RtfTableCellVerticalAlign.Top);
tbl8[1, 1].AppendText("Purpose of valuation");
tbl8.DefaultCellStyle = new RtfTableCellStyle(RtfBorderSetting.None, Centered10);
tbl8[2, 1].Definition.Style = new RtfTableCellStyle(RtfBorderSetting.None, LeftAligned12, RtfTableCellVerticalAlign.Top);
tbl8[2, 1].AppendText(":");
tbl8.DefaultCellStyle = new RtfTableCellStyle(RtfBorderSetting.None, Centered10);
tbl8[3, 1].Definition.Style = new RtfTableCellStyle(RtfBorderSetting.None, LeftAligned12, RtfTableCellVerticalAlign.Top);
tbl8[3, 1].AppendText("To assess the present Market Value of the property for " + RtfDataFile.Bank + ", " + RtfDataFile.Branch + ", " + RtfDataFile.Address);
  
 
Report Page  .. 
 
 
 
 

Ref. No.

Feb-/222/17/222/PKJA/val/mnln

Dated-01-01-1900

 

VALUATION REPORT

 

Purpose Of valuation

:

TO KNOW THE PRESENT FAIR MARKET VALUE OF THE PROPERTY FOR Allahabad Bank, Baddi Branch, dd

 

NAME OF OWNER

:

d

 

ADDRESS OF THE PROPERTY

:

d

 

DATE OF INSPECTION

:

01-01-1900

 

DATE OF VLONVALUAT

:

01-01-1900

 

MARKET VALUE OF THE PROPERTY

:

999.09 LAC

 
 

(RUPEES NINE CRORES NINETY NINE LAKHS NINE THOUSAND ONLY)

   
       

RELIZABLE VALUE OF PROPERTY(85%)

:

849.22 LAC

 
       
 

(RUPEES EIGHT CRORES FOURTY NINE LAKHS TWENTY TWO THOUSAND ONLY)

   
       

ENCL. PHOTOGRAPH OF SITE

     
       
       
       
       
       
       
   

(PRAVEEN KUMAR JAIN) _

 
     
   This Part Next Page Document  
     
 

Ref. No.

Feb-/222/17/222/PKJA/val/mnln

Dated-01-01-1900

 

Part-I

 

VALUATION/ESTIMATE OF PROPERTY

 
 

GENERAL*

     

1.

Purpose of valuation

:

To assess the present Market Value of the property for Allahabad Bank, Baddi Branch, dd

 
 
 

Answers (5)