GridHeader.SetHeaderItemInfo(Int32, String, Bitmap, GridCheckBoxState) 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.
public:
void SetHeaderItemInfo(int nIndex, System::String ^ strText, System::Drawing::Bitmap ^ bmp, Microsoft::ReportingServices::QueryDesigners::GridCheckBoxState checkboxState);
public void SetHeaderItemInfo (int nIndex, string strText, System.Drawing.Bitmap bmp, Microsoft.ReportingServices.QueryDesigners.GridCheckBoxState checkboxState);
member this.SetHeaderItemInfo : int * string * System.Drawing.Bitmap * Microsoft.ReportingServices.QueryDesigners.GridCheckBoxState -> unit
Public Sub SetHeaderItemInfo (nIndex As Integer, strText As String, bmp As Bitmap, checkboxState As GridCheckBoxState)
Parameters
- nIndex
- Int32
- strText
- String
- bmp
- Bitmap
- checkboxState
- GridCheckBoxState