Property IncludeItemsOutsideDataRegions
IncludeItemsOutsideDataRegions
Gets or sets a value indicating whether items outside a data region are written. The default is false.
public bool IncludeItemsOutsideDataRegions { get; set; }
Property Value
Remarks
The reference implementation's default mode writes a report's data regions and leaves the titles, page numbers and free textboxes around them out, on the grounds that a CSV is read by a program. Setting this writes each of those as a one-field record before the regions, for a caller that wants the whole page's text.