[]
Gets or sets a value indicating the document name.
public override string Name { get; set; }
Type | Description |
---|---|
string | A string value that representing the value of the document name. |
We utilize this property to send the document name to the printer. Default value is "ActiveReports Document".
var sectionReport = new GrapeCity.ActiveReports.SectionReport();
sectionReport.Document.Name = "Name";