c# - How to show crystal report from GridView? -
i have gridview 1 buttonfield column this: have created crystal report based on stored procedure 1 input parameter called id. kept id in datakeynames of gridview.
so when user click print button in gridview, corresponding crystal reports displayed.
eagerly waiting useful tips.
there no direct way export gridview crystal report.
call same query using dataset, pass dataset report.
Comments
Post a Comment