ResourceInfo.PrintResources Property
Provides access to the collection of resources currently being printed.
Namespace: DevExpress.XtraScheduler.Reporting
Assembly: DevExpress.XtraScheduler.v24.1.Reporting.dll
NuGet Package: DevExpress.Win.SchedulerReporting
Declaration
[Browsable(false)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public ResourceBaseCollection PrintResources { get; }
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