IGridControl.SetHeaderInfo Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SetHeaderInfo(Int32, String, GridCheckBoxState) | |
SetHeaderInfo(Int32, String, Bitmap) |
SetHeaderInfo(Int32, String, GridCheckBoxState)
public:
void SetHeaderInfo(int colIndex, System::String ^ strText, Microsoft::ReportingServices::QueryDesigners::GridCheckBoxState checkboxState);
public void SetHeaderInfo (int colIndex, string strText, Microsoft.ReportingServices.QueryDesigners.GridCheckBoxState checkboxState);
abstract member SetHeaderInfo : int * string * Microsoft.ReportingServices.QueryDesigners.GridCheckBoxState -> unit
Public Sub SetHeaderInfo (colIndex As Integer, strText As String, checkboxState As GridCheckBoxState)
Parameters
- colIndex
- Int32
- strText
- String
- checkboxState
- GridCheckBoxState
Applies to
SetHeaderInfo(Int32, String, Bitmap)
public:
void SetHeaderInfo(int nColIndex, System::String ^ strText, System::Drawing::Bitmap ^ bmp);
public void SetHeaderInfo (int nColIndex, string strText, System.Drawing.Bitmap bmp);
abstract member SetHeaderInfo : int * string * System.Drawing.Bitmap -> unit
Public Sub SetHeaderInfo (nColIndex As Integer, strText As String, bmp As Bitmap)
Parameters
- nColIndex
- Int32
- strText
- String
- bmp
- Bitmap