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

DocumentViewerRemoteSourceSettings.ReportId Property

Specifies the report ID to connect to a Report and Dashboard Server.

Namespace: DevExpress.XtraReports.Web.DocumentViewer

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

Declaration

[DefaultValue(-1)]
public int ReportId { get; set; }

Property Value

Type Default Description
Int32 -1

An integer value, specifying the report ID.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ReportId
Reporting ASPxDocumentViewer
ASP.NET Web Forms Controls DocumentViewerSettings
MVCxDocumentViewer

Remarks

To assign a remote document source to the ASPxDocumentViewer control, specify the following properties of the DocumentViewerRemoteSourceSettings class.

  1. The DocumentViewerRemoteSourceSettings.AuthenticationType property.

  2. The DocumentViewerRemoteSourceSettings.ServerUri property.
See Also