IGridControl.GetHeaderInfo Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
| GetHeaderInfo(Int32, String, GridCheckBoxState) | |
| GetHeaderInfo(Int32, String, Bitmap) |
GetHeaderInfo(Int32, String, GridCheckBoxState)
public:
void GetHeaderInfo(int colIndex, [Runtime::InteropServices::Out] System::String ^ % headerText, [Runtime::InteropServices::Out] Microsoft::ReportingServices::QueryDesigners::GridCheckBoxState % headerCheckBox);
public void GetHeaderInfo (int colIndex, out string headerText, out Microsoft.ReportingServices.QueryDesigners.GridCheckBoxState headerCheckBox);
abstract member GetHeaderInfo : int * string * GridCheckBoxState -> unit
Public Sub GetHeaderInfo (colIndex As Integer, ByRef headerText As String, ByRef headerCheckBox As GridCheckBoxState)
Parámetros
- colIndex
- Int32
- headerText
- String
- headerCheckBox
- GridCheckBoxState
Se aplica a
GetHeaderInfo(Int32, String, Bitmap)
public:
void GetHeaderInfo(int colIndex, [Runtime::InteropServices::Out] System::String ^ % headerText, [Runtime::InteropServices::Out] System::Drawing::Bitmap ^ % headerBitmap);
public void GetHeaderInfo (int colIndex, out string headerText, out System.Drawing.Bitmap headerBitmap);
abstract member GetHeaderInfo : int * string * Bitmap -> unit
Public Sub GetHeaderInfo (colIndex As Integer, ByRef headerText As String, ByRef headerBitmap As Bitmap)
Parámetros
- colIndex
- Int32
- headerText
- String
- headerBitmap
- Bitmap