Runtime update variables
Добавлено: 10 янв 2009, 09:02
Как обновить переменные отчета в runtime
во тмой код:
при каждом открытии отчета значения дат одни и те же..
во тмой код:
Код: Выделить всё
this.tRANSACTIONSVIEWSBindingSource.Filter = "ID_CLIENT = '" + (new Guid(ListClients.SelectedValue.ToString())) + "'";
stiReport1.Dictionary.Variables["StartDate"].Value = this.startDate.Value.ToLongDateString();
stiReport1.Dictionary.Variables["EndDate"].Value = this.endDate.Value.ToLongDateString();
stiReport1.Show();
stiReport1.Render();