First create solution
This commit is contained in:
@@ -0,0 +1,56 @@
|
||||
namespace Nuvolar.Module.Controllers
|
||||
{
|
||||
partial class ReportV2_VC
|
||||
{
|
||||
/// <summary>
|
||||
/// Required designer variable.
|
||||
/// </summary>
|
||||
private System.ComponentModel.IContainer components = null;
|
||||
|
||||
/// <summary>
|
||||
/// Clean up any resources being used.
|
||||
/// </summary>
|
||||
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
||||
protected override void Dispose(bool disposing)
|
||||
{
|
||||
if (disposing && (components != null))
|
||||
{
|
||||
components.Dispose();
|
||||
}
|
||||
base.Dispose(disposing);
|
||||
}
|
||||
|
||||
#region Component Designer generated code
|
||||
|
||||
/// <summary>
|
||||
/// Required method for Designer support - do not modify
|
||||
/// the contents of this method with the code editor.
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
this.components = new System.ComponentModel.Container();
|
||||
this.aConvertToReportV2 = new DevExpress.ExpressApp.Actions.SimpleAction(this.components);
|
||||
//
|
||||
// aConvertToReportV2
|
||||
//
|
||||
this.aConvertToReportV2.Caption = "aConvert To Report V2";
|
||||
this.aConvertToReportV2.ConfirmationMessage = null;
|
||||
this.aConvertToReportV2.Id = "aConvertToReportV2";
|
||||
this.aConvertToReportV2.TargetObjectType = typeof(DevExpress.Persistent.BaseImpl.ReportData);
|
||||
this.aConvertToReportV2.TargetViewNesting = DevExpress.ExpressApp.Nesting.Root;
|
||||
this.aConvertToReportV2.TargetViewType = DevExpress.ExpressApp.ViewType.ListView;
|
||||
this.aConvertToReportV2.ToolTip = null;
|
||||
this.aConvertToReportV2.TypeOfView = typeof(DevExpress.ExpressApp.ListView);
|
||||
this.aConvertToReportV2.Execute += new DevExpress.ExpressApp.Actions.SimpleActionExecuteEventHandler(this.aConvertToReportV2_Execute);
|
||||
//
|
||||
// ReportV2_VC
|
||||
//
|
||||
this.Actions.Add(this.aConvertToReportV2);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private DevExpress.ExpressApp.Actions.SimpleAction aConvertToReportV2;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user