ComponentOne FlexReport for WinForms
Qualifier Property

C1.Win.C1Document.4 Assembly > C1.Win.C1Document.Export.Ssrs Namespace > CsvExporter Class : Qualifier Property
Gets or sets the qualifier string to put around results that contain the field delimiter or record delimiter. If the results contain the qualifier, the qualifier is repeated. The Qualifier setting must be different from the FieldDelimiter and RecordDelimiter settings. The default value is a quotation mark (").
Syntax
'Declaration
 
Public Property Qualifier As System.String
public System.string Qualifier {get; set;}
See Also

Reference

CsvExporter Class
CsvExporter Members