Table of Contents

Class SRCategoryAttribute

Namespace: FastReport.Olap.Utils
Assembly: FastCube.Core.dll

Localized CategoryAttribute class.

public class SRCategoryAttribute : CategoryAttribute

Inheritance

objectAttributeCategoryAttributeSRCategoryAttribute

Constructors

SRCategoryAttribute(string)

Initializes a new instance of the SRCategory class.

public SRCategoryAttribute(string value)

Parameters

value string

The category name.

Methods

GetLocalizedString(string)

Looks up the localized name of the specified category.

protected override string GetLocalizedString(string value)

Parameters

value string

The identifer for the category to look up.

Returns

string

The localized name of the category, or null if a localized name does not exist.