GridControl.GetHeaderInfoInternal Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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)
Parâmetros
- colIndex
- Int32
- headerText
- String
- bmp
- Bitmap
- checkBoxState
- GridCheckBoxState