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

RemoteDocumentSource.ReportName Property

Specifies the name of a remotely created document.

Namespace: DevExpress.ReportServer.Printing

Assembly: DevExpress.Printing.v22.1.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.Win.Dashboard.Design

Declaration

[Browsable(false)]
[DefaultValue(null)]
public string ReportName { get; set; }

Property Value

Type Default Description
String null

A String value, specifying the document name.

See Also