C# Class FCS_Funding.Views.UserControls.Report_Demographics

Interaction logic for Report_Demographics.xaml
Inheritance: System.Windows.Controls.UserControl
Show file Open project: WKlingonsmith/FCS-Project

Public Properties

Property Type Description
fundingSourceTotalList List
problemTotalList List

Public Methods

Method Description
Report_Demographics ( ) : System

Private Methods

Method Description
PrintDocument ( object sender, System.Windows.Forms.WebBrowserDocumentCompletedEventArgs e ) : void
UserControl_Loaded ( object sender, RoutedEventArgs e ) : void
button_Click ( object sender, RoutedEventArgs e ) : void
demographicsReport_button_MouseRightButtonDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Method Details

Report_Demographics() public method

public Report_Demographics ( ) : System
return System

Property Details

fundingSourceTotalList public property

public List fundingSourceTotalList
return List

problemTotalList public property

public List problemTotalList
return List