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

WebDocumentViewerSettings.ReportSourceId Property

Specifies the source report ID.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v20.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public string ReportSourceId { get; set; }

Property Value

Type Description
String

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

See Also