Gets value indicating whether the GetResult function result is valid.

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

Syntax

C#
bool ValidResult { get; }
Visual Basic (Declaration)
ReadOnly Property ValidResult As Boolean
Visual C++
property bool ValidResult {
	bool get ();
}

See Also