DataOnly Property (XlsFilter)
In This Topic
Gets or sets a value indicating whether the Excel workbook file should only include the report's data and ignore formatting.
Syntax
'Declaration
Public Property DataOnly As Boolean
public bool DataOnly {get; set;}
See Also