Home      Members   Calendar   Who's On

Welcome Guest ( Login | Register )
      

Home » BPM.NET 2007/Sharepoint Accelerator 2007 » BPM.NET 2007/Sharepoint Accelerator 2007 » Application Development » Exporting the analysis view to image


Exporting the analysis view to imageExpand / Collapse
Author
Message
Posted Sunday, February 22, 2009
Supreme Being

Supreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme Being

Group: Forum Members
Last Login: Friday, April 22, 2011
Posts: 24, Visits: 96
How to export or save the analysis tab of BAM to image file by code?
Post #1171
Posted Tuesday, June 23, 2009
Supreme Being

Supreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme Being

Group: Forum Members
Last Login: Thursday, June 02, 2011
Posts: 90, Visits: 150
Hi,

Use the below code to get the Analyst View.

Workflow.NET.Web.Report.WorkflowExecutionReport ex = new Workflow.NET.Web.Report.WorkflowExecutionReport();

ex.Application = "SqlRepo";

ex.ExecutionId = 3;
//ex.DefaultView = Workflow.NET.Report.WorkflowExecutionReportTypes.ExecutionView;
ex.CanControlWorkflow = false;
ex.OnlyAnalystsView =
true;
Panel1.Controls.Add(ex);

Regards,




Moderator
Post #1409
« Prev Topic | Next Topic »


Reading This TopicExpand / Collapse
-
Active Users: 1 (1 guest, 0 members, 0 anonymous members)
No members currently viewing this topic.

All times are GMT -5:00, Time now is 10:13am

 
Execution: 0.078.10 queries.Compression Enabled.

Copyright © 2002 - 2009 Skelta Software. All rights reserved. Tel: 1 (678) 306 4110 | Email:sales@skelta.com
Skelta - A BPM Workflow Software Company