[]
Gets or sets the name used for the sheet in Excel exports.
public ExpressionInfo PageName { get; set; }
Type | Description |
---|---|
ExpressionInfo | A ExpressionInfo object representing the name used for the sheet in Excel exports. |
Subreport subreport = new Subreport();
subreport.PageName = new ExpressionInfo("SalesReportSheet");