New to Telerik ReportingStart a free 30-day trial

Provides static (Shared in Visual Basic) extension methods for objects that implement the IReportServiceConfiguration interface.

Definition

Namespace:Telerik.Reporting.Services

Assembly:Telerik.Reporting.dll

Syntax:

C#
public static class IReportServiceConfigurationExtensions

Inheritance: objectIReportServiceConfigurationExtensions

Methods

Validates an object representing a report service configuration.

C#
public static void Validate(this IReportServiceConfiguration configuration)
Parameters:configurationIReportServiceConfiguration

The object that should be validated.

Remarks:

This method is used internally from the report service.