C# Class Seal.Model.ReportView

Inheritance: Seal.Model.ReportComponent, ITreeSort
Afficher le fichier Open project: ariacom/Seal-Report Class Usage Examples

Méthodes publiques

Свойство Type Description
Views List

Private Properties

Свойство Type Description
CompareResultSerieValues int
CompareXDimensionsWithAxis int
CompareXDimensionsWithSeries int
buildMicrosoftSeries void
buildNVD3Series void
initAxisProperties void
initChartXValues void
initXValues object>.Dictionary

Méthodes publiques

Méthode Description
AfterSerialization ( ) : void
BeforeSerialization ( ) : void
ConvertToExcel ( string destination ) : string
Create ( Seal.Model.ReportViewTemplate template ) : ReportView
DisplaySummaryRow ( int row ) : bool
GenerateMicrosoftChartImage ( ResultPage page ) : bool
GetBoolValue ( string name ) : bool
GetBoolValue ( string name, bool defaultValue ) : bool
GetCSS ( string name ) : string
GetHtmlValue ( string name ) : string
GetNumericValue ( string name ) : int
GetParameter ( string name ) : Seal.Model.Parameter
GetSort ( ) : int
GetThemeColor ( string name ) : Color
GetThemeValue ( string name ) : string
GetTranslatedMappedLabel ( string text ) : string
GetValue ( string name ) : string
GetView ( string viewId ) : ReportView
HasValue ( string name ) : bool
InitEditor ( ) : void
InitPageChart ( ResultPage page ) : bool
InitParameters ( List configParameters, List parameters, bool resetValues ) : void
InitParameters ( bool resetValues, bool cssOnly = false, bool nvd3Only = false ) : void
InitReferences ( ) : void
InitTemplates ( ReportView view, string &errors ) : void
IsAncestorOf ( ReportView view ) : bool
Parse ( ) : string
ParseChildren ( ) : string
ReinitGUIDChildren ( ) : void
ReplaceInParameterValues ( string paramName, string pattern, string text ) : void
ResetChartConfiguration ( ) : void
SetAdvancedConfigurations ( ) : void
checkChartIntegrity ( ResultPage page ) : void
initMicrosoftChartConfigurationSeries ( ) : void

Méthodes protégées

Méthode Description
UpdateEditorAttributes ( ) : void

Private Methods

Méthode Description
CompareResultSerieValues ( Seal.Model.ResultSerieValue a, Seal.Model.ResultSerieValue b ) : int
CompareXDimensionsWithAxis ( Seal.Model.ResultCell a, Seal.Model.ResultCell b ) : int
CompareXDimensionsWithSeries ( Seal.Model.ResultCell a, Seal.Model.ResultCell b ) : int
buildMicrosoftSeries ( ResultPage page ) : void
buildNVD3Series ( ResultPage page ) : void
initAxisProperties ( ResultPage page, List XDimensions ) : void
initChartXValues ( ResultPage page ) : void
initXValues ( ResultPage page, List XDimensions ) : object>.Dictionary

Method Details

AfterSerialization() public méthode

public AfterSerialization ( ) : void
Résultat void

BeforeSerialization() public méthode

public BeforeSerialization ( ) : void
Résultat void

ConvertToExcel() public méthode

public ConvertToExcel ( string destination ) : string
destination string
Résultat string

Create() public static méthode

public static Create ( Seal.Model.ReportViewTemplate template ) : ReportView
template Seal.Model.ReportViewTemplate
Résultat ReportView

DisplaySummaryRow() public méthode

public DisplaySummaryRow ( int row ) : bool
row int
Résultat bool

GenerateMicrosoftChartImage() public méthode

public GenerateMicrosoftChartImage ( ResultPage page ) : bool
page ResultPage
Résultat bool

GetBoolValue() public méthode

public GetBoolValue ( string name ) : bool
name string
Résultat bool

GetBoolValue() public méthode

public GetBoolValue ( string name, bool defaultValue ) : bool
name string
defaultValue bool
Résultat bool

GetCSS() public méthode

public GetCSS ( string name ) : string
name string
Résultat string

GetHtmlValue() public méthode

public GetHtmlValue ( string name ) : string
name string
Résultat string

GetNumericValue() public méthode

public GetNumericValue ( string name ) : int
name string
Résultat int

GetParameter() public méthode

public GetParameter ( string name ) : Seal.Model.Parameter
name string
Résultat Seal.Model.Parameter

GetSort() public méthode

public GetSort ( ) : int
Résultat int

GetThemeColor() public méthode

public GetThemeColor ( string name ) : Color
name string
Résultat Color

GetThemeValue() public méthode

public GetThemeValue ( string name ) : string
name string
Résultat string

GetTranslatedMappedLabel() public méthode

public GetTranslatedMappedLabel ( string text ) : string
text string
Résultat string

GetValue() public méthode

public GetValue ( string name ) : string
name string
Résultat string

GetView() public méthode

public GetView ( string viewId ) : ReportView
viewId string
Résultat ReportView

HasValue() public méthode

public HasValue ( string name ) : bool
name string
Résultat bool

InitEditor() public méthode

public InitEditor ( ) : void
Résultat void

InitPageChart() public méthode

public InitPageChart ( ResultPage page ) : bool
page ResultPage
Résultat bool

InitParameters() public méthode

public InitParameters ( List configParameters, List parameters, bool resetValues ) : void
configParameters List
parameters List
resetValues bool
Résultat void

InitParameters() public méthode

public InitParameters ( bool resetValues, bool cssOnly = false, bool nvd3Only = false ) : void
resetValues bool
cssOnly bool
nvd3Only bool
Résultat void

InitReferences() public méthode

public InitReferences ( ) : void
Résultat void

InitTemplates() public méthode

public InitTemplates ( ReportView view, string &errors ) : void
view ReportView
errors string
Résultat void

IsAncestorOf() public méthode

public IsAncestorOf ( ReportView view ) : bool
view ReportView
Résultat bool

Parse() public méthode

public Parse ( ) : string
Résultat string

ParseChildren() public méthode

public ParseChildren ( ) : string
Résultat string

ReinitGUIDChildren() public méthode

public ReinitGUIDChildren ( ) : void
Résultat void

ReplaceInParameterValues() public méthode

public ReplaceInParameterValues ( string paramName, string pattern, string text ) : void
paramName string
pattern string
text string
Résultat void

ResetChartConfiguration() public méthode

public ResetChartConfiguration ( ) : void
Résultat void

SetAdvancedConfigurations() public méthode

public SetAdvancedConfigurations ( ) : void
Résultat void

UpdateEditorAttributes() protected méthode

protected UpdateEditorAttributes ( ) : void
Résultat void

checkChartIntegrity() public méthode

public checkChartIntegrity ( ResultPage page ) : void
page ResultPage
Résultat void

initMicrosoftChartConfigurationSeries() public méthode

public initMicrosoftChartConfigurationSeries ( ) : void
Résultat void

Property Details

Views public_oe property

public List Views
Résultat List