DlgGridControl Constructors
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.
Overloads
DlgGridControl() | |
DlgGridControl(IDlgStorage) |
DlgGridControl()
public:
DlgGridControl();
public DlgGridControl ();
Public Sub New ()
Applies to
DlgGridControl(IDlgStorage)
Important
This API is not CLS-compliant.
public:
DlgGridControl(Microsoft::ReportingServices::QueryDesigners::IDlgStorage ^ stg);
[System.CLSCompliant(false)]
public DlgGridControl (Microsoft.ReportingServices.QueryDesigners.IDlgStorage stg);
[<System.CLSCompliant(false)>]
new Microsoft.ReportingServices.QueryDesigners.DlgGridControl : Microsoft.ReportingServices.QueryDesigners.IDlgStorage -> Microsoft.ReportingServices.QueryDesigners.DlgGridControl
Public Sub New (stg As IDlgStorage)
Parameters
- stg
- IDlgStorage
- Attributes