Class ReportDesignerServiceConfiguration
Default implementation of the IReport
Inheritance
Namespace: Telerik.WebReportDesigner.Services
Assembly: Telerik.WebReportDesigner.Services.dll
Syntax
public class ReportDesignerServiceConfiguration : IReportDesignerServiceConfiguration
Constructors
ReportDesignerServiceConfiguration()
Initializes a new instance of the Report
Declaration
public ReportDesignerServiceConfiguration()
Properties
DefinitionStorage
Gets or sets an IDefinition
Declaration
public IDefinitionStorage DefinitionStorage { get; set; }
Property Value
Implements
Remarks
Use this property setter in order to provide a report definition storage instance. Set a built-in definition storage implementation or a custom implementation. This is mandatory setting without defaults.
See Also
DeniedPermissions
Gets or sets permissions to deny some functions in web report designer.
Declaration
public string[] DeniedPermissions { get; set; }
Property Value
System.
|
Implements
Remarks
Use this property setter in order to restrict functionality in web report designer on application level.
ResourceStorage
Gets or sets an IResource
Declaration
public IResourceStorage ResourceStorage { get; set; }
Property Value
Implements
Remarks
Use this property setter in order to provide a resource storage instance. Set a built-in resource storage implementation or a custom implementation. This is not a mandatory setting with default location - the DefinitionStorage's location.
See Also
SettingsStorage
Gets or sets an ISettings
Declaration
public ISettingsStorage SettingsStorage { get; set; }
Property Value
Implements
Remarks
Use this property setter in order to provide a database connnection storage instance. Set a built-in database connection storage implementation or a custom implementation. This is mandatory setting without defaults.