Overridden. See SupportsSaving.

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

Syntax

C#
public override bool SupportsSaving { get; }
Visual Basic (Declaration)
Public Overrides ReadOnly Property SupportsSaving As Boolean
Visual C++
public:
virtual property bool SupportsSaving {
	bool get () override;
}

See Also