Gets value which indicates whether the result will be represented as percentage.

Namespace:  PerpetuumSoft.Reporting.Data.Olap
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public abstract bool CanGetPercent { get; }
Visual Basic (Declaration)
Public MustOverride ReadOnly Property CanGetPercent As Boolean
Visual C++
public:
virtual property bool CanGetPercent {
	bool get () abstract;
}

See Also