Interfaz IQueryDesignerState
Represents an interface for initializing the state of an IQueryDesigner and for persisting designer state data.
Espacio de nombres: Microsoft.ReportingServices.Interfaces
Ensamblado: Microsoft.ReportingServices.QueryDesigners (en Microsoft.ReportingServices.QueryDesigners.dll)
Sintaxis
'Declaración
Public Interface IQueryDesignerState
'Uso
Dim instance As IQueryDesignerState
public interface IQueryDesignerState
public interface class IQueryDesignerState
type IQueryDesignerState = interface end
public interface IQueryDesignerState
El tipo IQueryDesignerState expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
DesignerState | Gets or sets the designer state data. |
Arriba