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.v18.2.Core.dll

Declaration

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

Property Value

Type Default Description
String *null*

A String value, specifying the document name.

See Also