Class
IReportDesignerServiceConfigurationExtensions

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

Definition

Namespace:Telerik.WebReportDesigner.Services

Assembly:Telerik.WebReportDesigner.Services.dll

Syntax:

cs-api-definition
public static class IReportDesignerServiceConfigurationExtensions

Inheritance: objectIReportDesignerServiceConfigurationExtensions

Methods

Validate(IReportDesignerServiceConfiguration)

Validates an object representing a web report designer service configuration.

Declaration

cs-api-definition
public static void Validate(this IReportDesignerServiceConfiguration configuration)

Parameters

configuration

IReportDesignerServiceConfiguration

The object that should be validated.

Remarks

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