Seal.Forms.ReportViewerForm.setCurrentExecution C# (CSharp) Method

setCurrentExecution() static private method

static private setCurrentExecution ( ) : void
return void
        void setCurrentExecution()
        {
            string executionGUID = webBrowser.Document.All[ReportExecution.HtmlId_execution_guid].GetAttribute("value");
            if (_navigation.Navigations.ContainsKey(executionGUID))
            {
                _execution = _navigation.Navigations[executionGUID].Execution;
                _report = _execution.Report;
            }
        }