[]
Gets or sets a bool value indicating whether print all columns of gridview.
public bool PrintAllGridColumns { get; set; }
If value is false, you have to sepcify the value of NumberOfFirstColumns to indicate how many first columns to be printed.