C# Class UserDefinedReport.Template

Inheritance: ReportingFramework.ReportFromMemory, IReport
ファイルを表示 Open project: frederiksen/Task-Card-Creator

Public Methods

Method Description
Create ( IEnumerable data ) : System.Windows.Documents.FixedDocument
IsSupported ( IEnumerable wiTypeCollection ) : bool

Private Methods

Method Description
FileName ( string s ) : string

Method Details

Create() public method

public Create ( IEnumerable data ) : System.Windows.Documents.FixedDocument
data IEnumerable
return System.Windows.Documents.FixedDocument

IsSupported() public method

public IsSupported ( IEnumerable wiTypeCollection ) : bool
wiTypeCollection IEnumerable
return bool