C# Class Seal.Forms.SmartCopyForm

Inheritance: System.Windows.Forms.Form
Show file Open project: ariacom/Seal-Report Class Usage Examples

Public Properties

Property Type Description
IsReportModified bool

Public Methods

Method Description
SmartCopyForm ( string title, object source, Report report ) : System
addToDestinationList ( Report report ) : void
addViewsToDestinations ( ReportView parentView, string prefix ) : void
applyFilter ( ) : void
buildDestinationList ( ) : void
deleteFromDestinationList ( Report report ) : void

Private Methods

Method Description
SmartCopyForm_FormClosed ( object sender, System.Windows.Forms.FormClosedEventArgs e ) : void
SmartCopyForm_Load ( object sender, EventArgs e ) : void
addRadioButton_CheckedChanged ( object sender, EventArgs e ) : void
addReportButton_Click ( object sender, EventArgs e ) : void
cancelToolStripButton_Click ( object sender, EventArgs e ) : void
convertFileName ( string fileName ) : string
doItButton_Click ( object sender, EventArgs e ) : void
filterTextBox_TextChanged ( object sender, EventArgs e ) : void
getDestinationName ( ) : string
propertiesCheckedListBox_ItemCheck ( object sender, System.Windows.Forms.ItemCheckEventArgs e ) : void
removeReportContextMenuStrip_Opening ( object sender, CancelEventArgs e ) : void
removeReportToolStripMenuItem_Click ( object sender, EventArgs e ) : void

Method Details

SmartCopyForm() public method

public SmartCopyForm ( string title, object source, Report report ) : System
title string
source object
report Seal.Model.Report
return System

addToDestinationList() public method

public addToDestinationList ( Report report ) : void
report Seal.Model.Report
return void

addViewsToDestinations() public method

public addViewsToDestinations ( ReportView parentView, string prefix ) : void
parentView Seal.Model.ReportView
prefix string
return void

applyFilter() public method

public applyFilter ( ) : void
return void

buildDestinationList() public method

public buildDestinationList ( ) : void
return void

deleteFromDestinationList() public method

public deleteFromDestinationList ( Report report ) : void
report Seal.Model.Report
return void

Property Details

IsReportModified public property

public bool IsReportModified
return bool