Method |
Description |
|
Add ( fyiReporting.RDL.ReportDefn rd, string name, object o ) : void |
|
|
Add ( fyiReporting.RDL.ReportLink rl, string name, object o ) : void |
|
|
Add ( string key, object o ) : void |
|
|
AddReplace ( fyiReporting.RDL.ReportDefn rd, string name, object o ) : void |
|
|
AddReplace ( fyiReporting.RDL.ReportLink rl, string name, object o ) : void |
|
|
AddReplace ( string key, object o ) : void |
|
|
Get ( fyiReporting.RDL.ReportDefn rd, string name ) : object |
|
|
Get ( fyiReporting.RDL.ReportLink rl, string name ) : object |
|
|
Get ( int i, string name ) : object |
|
|
Get ( string key ) : object |
|
|
GetKey ( fyiReporting.RDL.ReportDefn rd, string name ) : string |
|
|
GetKey ( fyiReporting.RDL.ReportLink rl, string name ) : string |
|
|
GetKey ( int onum, string name ) : string |
|
|
RCache ( ) : System |
|
|
Remove ( fyiReporting.RDL.ReportDefn rd, string name ) : void |
|
|
Remove ( fyiReporting.RDL.ReportLink rl, string name ) : void |
|
|
Remove ( int i, string name ) : void |
|
|
Remove ( string key ) : void |
|
|