GridControl.GetHeaderInfoInternal Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
Parameters
- colIndex
- Int32
- headerText
- String
- bmp
- Bitmap
- checkBoxState
- GridCheckBoxState