ClassIReportServiceConfigurationExtensions
Class
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:
cs-api-definition
public static class IReportServiceConfigurationExtensions
Inheritance: objectIReportServiceConfigurationExtensions
Methods
Validate(IReportServiceConfiguration)
Validates an object representing a report service configuration.
Declaration
cs-api-definition
public static void Validate(this IReportServiceConfiguration configuration)
Parameters
configuration
The object that should be validated.
Remarks
This method is used internally from the report service.