开发者

Print records from DataGridView

I'm creating a C# Windows application in which I have to print开发者_如何学C a fixed header and footer and the contents of a DataGridView in between them. Is it possible to print it?


You can use Print (Check out the documentation for PrintPage and PrintDocument) and Drawing API which is available with the .net framework.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜