good news for developer's. Print can be done in Silverlight 4 through PrintDocument class.
Example
PrintDocument doct = new PrintDocument();
doct.PrintPage += (s, args)
{
args.PageVisual = LayoutRoot;
};
doct.Print(docName);// print dialog box
By using this PrintDocument Class you can print entrie page or to print a specfic part of page.
Author:
Aamir Hasan औथोर:
आमिर हसन أثر
أمير حسن .
22a8b672-2f2c-43d3-aca4-bb581dedeeef|0|.0
ALL, SilverLight
asp.net, silverlight,