彩票走势图

彩票走势图 > 慧问 > 频道

能不能实现Dundas曲线的剪断操作?[Dundas Dashboard]

发表于2019-05-10 回复:0 查看:3177  |  
能不能实现Dundas曲线的剪断操作,剪断之后形成两个曲线。这两个曲线有可以独立的调整大小,拖拽等操作
1个回答
  • 1970-01-01 08:00
    用Report的PrintingSystem.SaveDocument(Stream)输出Stream,调用时用PrintingSystem进行加载,然后用PrintPreviewFormEx进行显示。 PrintingSystem ps = new PrintingSystem(); // Load the document from a stream. ps.LoadDocument(Stream); // Create an instance of the preview dialog. PrintPreviewFormEx preview = new PrintPreviewFormEx(); // Load the report document into it. preview.PrintingSystem = ps; // Show the preview dialog. preview.ShowDialog()
    1
    回复 举报
回复

登录 慧都网发表评论

扫码咨询


添加微信 立即咨询

电话咨询

客服热线
023-68661681

TOP