GridControl.GetHeaderInfo Metodo

Definizione

Overload

GetHeaderInfo(Int32, String, Bitmap)
GetHeaderInfo(Int32, String, GridCheckBoxState)

GetHeaderInfo(Int32, String, Bitmap)

public:
 virtual 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);
Public Sub GetHeaderInfo (colIndex As Integer, ByRef headerText As String, ByRef headerBitmap As Bitmap)

Parametri

colIndex
Int32
headerText
String
headerBitmap
Bitmap

Implementazioni

Si applica a

GetHeaderInfo(Int32, String, GridCheckBoxState)

public:
 virtual 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);
Public Sub GetHeaderInfo (colIndex As Integer, ByRef headerText As String, ByRef headerCheckBox As GridCheckBoxState)

Parametri

colIndex
Int32
headerText
String
headerCheckBox
GridCheckBoxState

Implementazioni

Si applica a