Class IReportServiceConfigurationExtensions
Provides static (Shared in Visual Basic) extension methods for objects that implement the IReport
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
IReport The object that should be validated. |
Remarks
This method is used internally from the report service.