Skip to main content

RemoteDocumentSource.ReportName Property

Specifies the name of a remotely created document.

Namespace: DevExpress.ReportServer.Printing

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

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