New to Telerik ReportingStart a free 30-day trial

Provides static extension methods for objects that implement the IReportDesignerServiceConfiguration interface.

Definition

Namespace:Telerik.WebReportDesigner.Services

Assembly:Telerik.WebReportDesigner.Services.dll

Syntax:

C#
public static class IReportDesignerServiceConfigurationExtensions

Inheritance: objectIReportDesignerServiceConfigurationExtensions

Methods

Validates an object representing a web report designer service configuration.

C#
public static void Validate(this IReportDesignerServiceConfiguration configuration)
Parameters:configurationIReportDesignerServiceConfiguration

The object that should be validated.

Remarks:

This method is used internally from the web report designer service.