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