C# Class CSReportDll.cReportPageSettings

Inheritance: System.Collections.Specialized.NameObjectCollectionBase
Mostrar archivo Open project: javiercrowsoft/CSReports.net Class Usage Examples

Public Methods

Method Description
Add ( String key, Object value ) : void
Clear ( ) : void
Remove ( String key ) : void
Remove ( int index ) : void
add ( cReportSectionLine sectionLine, cReportPageInfo c, String key ) : cReportPageInfo
cReportPageSettings ( ) : System
cReportPageSettings ( IDictionary d, System.Boolean bReadOnly ) : System
clear ( ) : void
count ( ) : int
getHeight ( ) : float
item ( String key ) : cReportPageInfo
item ( int index ) : cReportPageInfo
remove ( String key ) : void
remove ( int index ) : void
setHeight ( float rhs ) : void
this ( int index ) : DictionaryEntry
this ( String key ) : Object

Method Details

Add() public method

public Add ( String key, Object value ) : void
key String
value Object
return void

Clear() public method

public Clear ( ) : void
return void

Remove() public method

public Remove ( String key ) : void
key String
return void

Remove() public method

public Remove ( int index ) : void
index int
return void

add() public method

public add ( cReportSectionLine sectionLine, cReportPageInfo c, String key ) : cReportPageInfo
sectionLine cReportSectionLine
c cReportPageInfo
key String
return cReportPageInfo

cReportPageSettings() public method

public cReportPageSettings ( ) : System
return System

cReportPageSettings() public method

public cReportPageSettings ( IDictionary d, System.Boolean bReadOnly ) : System
d IDictionary
bReadOnly System.Boolean
return System

clear() public method

public clear ( ) : void
return void

count() public method

public count ( ) : int
return int

getHeight() public method

public getHeight ( ) : float
return float

item() public method

public item ( String key ) : cReportPageInfo
key String
return cReportPageInfo

item() public method

public item ( int index ) : cReportPageInfo
index int
return cReportPageInfo

remove() public method

public remove ( String key ) : void
key String
return void

remove() public method

public remove ( int index ) : void
index int
return void

setHeight() public method

public setHeight ( float rhs ) : void
rhs float
return void

this() public method

public this ( int index ) : DictionaryEntry
index int
return System.Collections.DictionaryEntry

this() public method

public this ( String key ) : Object
key String
return Object