specifies whether to allow reports to be generated on a subset of pay items which are selected in master pay item list.

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public PropertyBoolean ReportSelectedPayItemOnly { get; }
Visual Basic
Public ReadOnly Property ReportSelectedPayItemOnly As PropertyBoolean
	Get
Visual C++
public:
property PropertyBoolean^ ReportSelectedPayItemOnly {
	PropertyBoolean^ get ();
}

See Also