Exago .NET API Documentation
Validate Method
WebReports.Api.Reports Namespace > ReportObject Class : Validate Method
When true anything that is considered stale will be automatically removed from the report, otherwise they will be modified and/or preserved
Validate the current report. The ValidationErrors property will be refreshed to contain the most recent validation errors.
Syntax
public void Validate( 
   System.bool removeAllStaleData
)

Parameters

removeAllStaleData
When true anything that is considered stale will be automatically removed from the report, otherwise they will be modified and/or preserved
See Also

Reference

ReportObject Class
ReportObject Members