Пример #1
0
        private int _TraceLevel = 0; // Controls level of messages to console

        #endregion Fields

        #region Constructors

        public RdlDesktop()
        {
            GetConfigInfo();				// obtain the configuation information

            _cache = new FileCache();
            _readCache = new FileReadCache(maxReadCache, maxReadCacheEntrySize);
        }
Пример #2
0
        private string _dsrPassword;                    // data source resource password

        public RdlDesktop()
        {
            GetConfigInfo();                                            // obtain the configuation information

            _cache     = new FileCache();
            _readCache = new FileReadCache(maxReadCache, maxReadCacheEntrySize);
        }