DocumentViewerRemoteSourceSettings.ReportTypeName Property
Specifies the report type name to connect to a WCF report service.
Namespace: DevExpress.XtraReports.Web.DocumentViewer
Assembly: DevExpress.XtraReports.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | String.Empty | A String value. |
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to ReportTypeName |
---|---|---|
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 Sand Dashboard erver, set this property to “Windows“, “User“ or “Guest“ and specify the DocumentViewerRemoteSourceSettings.ReportId property;
- to connect to a custom WCF report service, set this property to “None“ and specify the ReportTypeName property.
- The DocumentViewerRemoteSourceSettings.ServerUri property.
See Also