DlgGridControl.FillControlWithData Event
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:
virtual event Microsoft::ReportingServices::QueryDesigners::FillControlWithDataEventHandler ^ FillControlWithData;
[System.ComponentModel.Category("Grid Events")]
[System.ComponentModel.Description("Occurs when it is time to populate embedded control with data.")]
public event Microsoft.ReportingServices.QueryDesigners.FillControlWithDataEventHandler FillControlWithData;
[<System.ComponentModel.Category("Grid Events")>]
[<System.ComponentModel.Description("Occurs when it is time to populate embedded control with data.")>]
member this.FillControlWithData : Microsoft.ReportingServices.QueryDesigners.FillControlWithDataEventHandler
Public Custom Event FillControlWithData As FillControlWithDataEventHandler
Event Type
Implements
- Attributes