Skip to main content

WebDocumentViewerSettings.ReportSourceId Property

Specifies the source report ID.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.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