A newer version of this page is available.
Switch to the current version.
ResourceInfo.PrintResources Property
Provides access to the collection of resources currently being printed.
Namespace: DevExpress.XtraScheduler.Reporting
Assembly: DevExpress.XtraScheduler.v18.2.Reporting.dll
Declaration
[Browsable(false)]
public ResourceBaseCollection PrintResources { get; }
<Browsable(False)>
Public ReadOnly Property PrintResources As ResourceBaseCollection
Property Value
Type | Description |
---|---|
ResourceBaseCollection | A ResourceBaseCollection object representing a collection of resources. |
Remarks
The PrintResources property represents a collection of resources currently being printed in the associated ResourceInfo.TimeCells control.
The ResourceInfo control displays information about this collection.
See Also
Feedback