ReportService.StartPrint(DocumentId, PageCompatibility) Method
In This Article
Starts printing the specified document.
Namespace: DevExpress.XtraReports.Service
Assembly: DevExpress.XtraReports.v24.2.Service.dll
NuGet Packages: DevExpress.Reporting.WCF, DevExpress.Win.Dashboard
#Declaration
public virtual PrintId StartPrint(
DocumentId documentId,
PageCompatibility compatibility
)
#Parameters
Name | Type | Description |
---|---|---|
document |
Document |
A Document |
compatibility | Page |
A Page |
#Returns
Type | Description |
---|---|
Print |
A Print |
#Implements
See Also