C# Class Seal.Forms.SmartCopyForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: ariacom/Seal-Report Class Usage Examples

Méthodes publiques

Свойство Type Description
IsReportModified bool

Méthodes publiques

Méthode 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

Méthode 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 méthode

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

addToDestinationList() public méthode

public addToDestinationList ( Report report ) : void
report Seal.Model.Report
Résultat void

addViewsToDestinations() public méthode

public addViewsToDestinations ( ReportView parentView, string prefix ) : void
parentView Seal.Model.ReportView
prefix string
Résultat void

applyFilter() public méthode

public applyFilter ( ) : void
Résultat void

buildDestinationList() public méthode

public buildDestinationList ( ) : void
Résultat void

deleteFromDestinationList() public méthode

public deleteFromDestinationList ( Report report ) : void
report Seal.Model.Report
Résultat void

Property Details

IsReportModified public_oe property

public bool IsReportModified
Résultat bool