DocumentViewerRemoteSourceSettings.ReportId Property
Specifies the report ID to connect to a Report and Dashboard Server.
Namespace: DevExpress.XtraReports.Web.DocumentViewer
Assembly: DevExpress.XtraReports.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
Declaration
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 |
---|---|---|
ASP.NET MVC Extensions | DocumentViewerSettings |
|
.NET Reporting Tools | ASPxDocumentViewer |
|
Remarks
To assign a remote document source to the ASPxDocumentViewer control, specify the following properties of the DocumentViewerRemoteSourceSettings class.
The DocumentViewerRemoteSourceSettings.AuthenticationType property.
- to connect to a Report and Dashboard Server, set this property to “Windows“, “User“ or “Guest“ and specify the ReportId property;
- to connect to a custom WCF report service, set this property to “None“ and specify the DocumentViewerRemoteSourceSettings.ReportTypeName property.
- The DocumentViewerRemoteSourceSettings.ServerUri property.
See Also