[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.SectionDocument.Name

Name Property

Name

Gets or sets a value indicating the document name.

Declaration
public override string Name { get; set; }
Property Value
Type Description
string

A string value that representing the value of the document name.

Overrides
GrapeCity.ActiveReports.Core.Document.DocumentBase<GrapeCity.ActiveReports.Document.Section.Page>.Name
Remarks

We utilize this property to send the document name to the printer. Default value is "ActiveReports Document".

Examples
var sectionReport = new GrapeCity.ActiveReports.SectionReport();
sectionReport.Document.Name = "Name";