Class IReportDesignerServiceConfigurationExtensions
Provides static extension methods for objects that implement the IReportDesignerServiceConfiguration interface.
Inheritance
System.Object
IReportDesignerServiceConfigurationExtensions
Namespace: Telerik.WebReportDesigner.Services
Assembly: Telerik.WebReportDesigner.Services.dll
Syntax
public static class IReportDesignerServiceConfigurationExtensions
Methods
Validate(IReportDesignerServiceConfiguration)
Validates an object representing a web report designer service configuration.
Declaration
public static void Validate(this IReportDesignerServiceConfiguration configuration)
Parameters
IReportDesignerServiceConfiguration
configuration
The object that should be validated. |
Remarks
This method is used internally from the web report designer service.