GridControl.SetHeaderInfo 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
SetHeaderInfo(Int32, String, GridCheckBoxState)
public:
virtual 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
override this.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:
virtual 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
override this.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