IGridControl.SetHeaderInfo Metodo

Definizione

Overload

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);
Public Sub SetHeaderInfo (colIndex As Integer, strText As String, checkboxState As GridCheckBoxState)

Parametri

colIndex
Int32
strText
String
checkboxState
GridCheckBoxState

Si applica a

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);
Public Sub SetHeaderInfo (nColIndex As Integer, strText As String, bmp As Bitmap)

Parametri

nColIndex
Int32
strText
String
bmp
Bitmap

Si applica a