GridControl.GetHeaderInfoInternal 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
protected:
virtual void GetHeaderInfoInternal(int colIndex, [Runtime::InteropServices::Out] System::String ^ % headerText, [Runtime::InteropServices::Out] System::Drawing::Bitmap ^ % bmp, [Runtime::InteropServices::Out] Microsoft::ReportingServices::QueryDesigners::GridCheckBoxState % checkBoxState);
protected virtual void GetHeaderInfoInternal(int colIndex, out string headerText, out System.Drawing.Bitmap bmp, out Microsoft.ReportingServices.QueryDesigners.GridCheckBoxState checkBoxState);
abstract member GetHeaderInfoInternal : int * string * Bitmap * GridCheckBoxState -> unit
override this.GetHeaderInfoInternal : int * string * Bitmap * GridCheckBoxState -> unit
Protected Overridable Sub GetHeaderInfoInternal (colIndex As Integer, ByRef headerText As String, ByRef bmp As Bitmap, ByRef checkBoxState As GridCheckBoxState)
參數
- colIndex
- Int32
- headerText
- String
- bmp
- Bitmap
- checkBoxState
- GridCheckBoxState