Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
((
ReportViewerModel)(ReportViewer1.DataContext)).ApplyReportParametersCommand.Execute(null);
private
void
ReportViewerCompaignRenderBegin(
object
sender, RenderBeginEventArgs args)
{
if
(DateFrom > DateTo)
DateTo = DateFrom;
}
args.ParameterValues.Clear();
args.ParameterValues.Add(
"TimeInterval"
, TimeInterval.ToString());
"DateFrom"
, DateFrom);
"DateTo"
, DateTo);
"Publication"
, Publication);
public
Draw()
((ReportViewerModel) (DataContext)).ApplyReportParametersCommand.Execute(
null
);