Skip to main content

DocumentViewerRemoteSourceConfiguration.InstanceIdentity Property

Specifies the report identifier.

Namespace: DevExpress.XtraReports.Web.DocumentViewer

Assembly: DevExpress.XtraReports.v23.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

public InstanceIdentity InstanceIdentity { get; set; }

Property Value

Type Description
InstanceIdentity

An InstanceIdentity object, identifying the report.

See Also