Freigeben über


IGridControl.SetHeaderInfo Methode

Definition

Überlädt

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)

Parameter

colIndex
Int32
strText
String
checkboxState
GridCheckBoxState

Gilt für:

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)

Parameter

nColIndex
Int32
strText
String
bmp
Bitmap

Gilt für: