[]
Validates the report in the specified report store using the specified validation mode.
public static ValidationEntry[] ValidateReport(this ReportStore store, ValidationMode mode)
| Type | Name | Description |
|---|---|---|
| ReportStore | store | The report store to validate. |
| ValidationMode | mode | The validation mode. |
| Type | Description |
|---|---|
| ValidationEntry[] | An array of validation entries representing the validation errors. |