Skip to main content
A newer version of this page is available. .

CachedReportSourceBase.Report Property

Specifies the report for which a document is generated.

Namespace: DevExpress.XtraPrinting.Caching

Assembly: DevExpress.Printing.v19.1.Core.dll

Declaration

[DefaultValue(null)]
public object Report { get; set; }

Property Value

Type Default Description
Object *null*

The report for which a document is generated.

Remarks

Note

The CachedReportSource component cannot be associated with reports that include a PrintableComponentContainer.

See Also