Skip to main content

CachedReportSourceBase.Report Property

Specifies the report for which a document is generated.

Namespace: DevExpress.XtraPrinting.Caching

Assembly: DevExpress.Printing.v24.2.Core.dll

NuGet Package: DevExpress.Printing.Core

#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