다음을 통해 공유


IGridControl.SetHeaderInfo 메서드

정의

오버로드

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)

매개 변수

colIndex
Int32
strText
String
checkboxState
GridCheckBoxState

적용 대상

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)

매개 변수

nColIndex
Int32
strText
String
bmp
Bitmap

적용 대상