like see only 1 result or see 1000 result in a page....
type num=number
like
http://www.google.co.in/search?num=1&hl=en&q=sa-action&btnG=Search&meta=
Developer can create his own short cut keys in IDE.
See Tools->Options
where you will found a tree view in left side of Dialogbox, Click on Environment - > KeyBoard
you can create your own short cut key in IDE and also can save them as Globle or private Hot Keys, It's realy great for the developer.
there is also addtional keyboard mapping scheme for perticular environment like Visual Basic 6, Visual C# 2005 etc.
Dim tmpCrystalReport As New ReportDocument
tmpCrystalReport.Load(report Path)
crParameterFieldDefinitions = tmpCrystalReport.DataDefinition.ParameterFields
text = tmpCrystalReport.ReportDefinition.ReportObjects.Item("txtTitle")
text.Text = "dynamic value form VB.net"
crSummary.ReportSource = tmpCrystalReport
and same as like this u can change all other property dynamically.