protected void Page_Load(object sender, System.EventArgs e) { _graphControl=(FI.UI.Web.OlapReport.GraphControl)this.FindControl("GrC"); _sliceControl=(FI.UI.Web.OlapReport.SliceControl)this.FindControl("SlC"); _tabView=(FI.UI.Web.Controls.Tabs.TabView)this.FindControl("TvC"); _execControl=(FI.UI.Web.OlapReport.ExecuteControl)this.FindControl("ExC"); _sliceControl._report=_report; _graphControl._report=_report; _execControl._report=_report; _execControl.ForceExecute=true; }
private void Page_Load(object sender, System.EventArgs e) { _graphControl = (FI.UI.Web.OlapReport.GraphControl) this.FindControl("GrC"); _sliceControl = (FI.UI.Web.OlapReport.SliceControl) this.FindControl("SlC"); _tabView = (FI.UI.Web.Controls.Tabs.TabView) this.FindControl("TvC"); _execControl = (FI.UI.Web.OlapReport.ExecuteControl) this.FindControl("ExC"); _sliceControl._report = _report; _graphControl._report = _report; _execControl._report = _report; _execControl.ForceExecute = true; }
protected void Page_Load(object sender, System.EventArgs e) { _tableControl=(FI.UI.Web.OlapReport.TableControl)this.FindControl("TbC"); _sliceControl=(FI.UI.Web.OlapReport.SliceControl)this.FindControl("SlC"); _tabView=(FI.UI.Web.Controls.Tabs.TabView)this.FindControl("TvC"); _execControl=(FI.UI.Web.OlapReport.ExecuteControl)this.FindControl("ExC"); _propControl=(FI.UI.Web.OlapReport.ReportPropertiesControl)this.FindControl("RPrC"); _sliceControl._report=_report; _tableControl._report=_report; _execControl._report=_report; _execControl.ForceExecute=true; _propControl._report=_report; if(_report.SharingStatus==Report.SharingEnum.InheriteSubscriber || _report.SharingStatus==Report.SharingEnum.SnapshotSubscriber) _propControl.Visible=false; }
protected void Page_Load(object sender, System.EventArgs e) { _tableControl = (FI.UI.Web.OlapReport.TableControl) this.FindControl("TbC"); _sliceControl = (FI.UI.Web.OlapReport.SliceControl) this.FindControl("SlC"); _tabView = (FI.UI.Web.Controls.Tabs.TabView) this.FindControl("TvC"); _execControl = (FI.UI.Web.OlapReport.ExecuteControl) this.FindControl("ExC"); _propControl = (FI.UI.Web.OlapReport.ReportPropertiesControl) this.FindControl("RPrC"); _sliceControl._report = _report; _tableControl._report = _report; _execControl._report = _report; _execControl.ForceExecute = true; _propControl._report = _report; if (_report.SharingStatus == Report.SharingEnum.InheriteSubscriber || _report.SharingStatus == Report.SharingEnum.SnapshotSubscriber) { _propControl.Visible = false; } }