Class SRCategory
Localized CategoryAttribute class.
Inheritance
System.Object
System.Attribute
System.ComponentModel.CategoryAttribute
SRCategory
Namespace: FastReport.Olap.Utils
Assembly: FastReport.Olap.dll
Syntax
public class SRCategory : CategoryAttribute, _Attribute
Constructors
SRCategory(String)
Initializes a new instance of the SRCategory class.
Declaration
public SRCategory(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The category name. |
Methods
GetLocalizedString(String)
Declaration
protected override string GetLocalizedString(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
Type | Description |
---|---|
System.String |
Overrides
System.ComponentModel.CategoryAttribute.GetLocalizedString(System.String)