CSReportDll.cReportPageSettings.item C# (CSharp) Метод

item() публичный Метод

public item ( String key ) : cReportPageInfo
key String
Результат cReportPageInfo
        public cReportPageInfo item(String key)
        {
            try
            {
                return (cReportPageInfo)this.BaseGet(key);
            }
            catch
            {
                return null;
            }
        }

Same methods

cReportPageSettings::item ( int index ) : cReportPageInfo