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

ASPxWebDocumentViewer.ReportSourceId Property

Specifies the source report ID.

Namespace: DevExpress.XtraReports.Web

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

Declaration

[DefaultValue("")]
public string ReportSourceId { get; set; }

Property Value

Type Default Description
String String.Empty

A String value, identifying the report source during a session.

See Also