GridControl.SetHeaderInfoInternal 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 SetHeaderInfoInternal(int nIndex, System::String ^ strText, System::Drawing::Bitmap ^ bmp, Microsoft::ReportingServices::QueryDesigners::GridCheckBoxState checkboxState);
protected virtual void SetHeaderInfoInternal (int nIndex, string strText, System.Drawing.Bitmap bmp, Microsoft.ReportingServices.QueryDesigners.GridCheckBoxState checkboxState);
abstract member SetHeaderInfoInternal : int * string * System.Drawing.Bitmap * Microsoft.ReportingServices.QueryDesigners.GridCheckBoxState -> unit
override this.SetHeaderInfoInternal : int * string * System.Drawing.Bitmap * Microsoft.ReportingServices.QueryDesigners.GridCheckBoxState -> unit
Protected Overridable Sub SetHeaderInfoInternal (nIndex As Integer, strText As String, bmp As Bitmap, checkboxState As GridCheckBoxState)
Parameters
- nIndex
- Int32
- strText
- String
- bmp
- Bitmap
- checkboxState
- GridCheckBoxState