ReportConfigDataset.Columns Property

Definition

Array of column names to be included in the report. Any valid report column name is allowed. If not provided, then report includes all columns.

public System.Collections.Generic.IList<string> Columns { get; }
member this.Columns : System.Collections.Generic.IList<string>
Public ReadOnly Property Columns As IList(Of String)

Property Value

Applies to