CSReportDll.cReportPages.item C# (CSharp) Method

item() public method

public item ( String key ) : cReportPage
key String
return cReportPage
        public cReportPage item(String key)
        {
            try
            {
                return (cReportPage)this.BaseGet(key); ;
            }
            catch
            {
                return null;
            }
        }

Same methods

cReportPages::item ( int index ) : cReportPage