Sdílet prostřednictvím


Query Constructor (IPropertyStore)

Initializes a new instance of the Query class.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Sub New ( _
    propertyStore As IPropertyStore _
)
'Usage
Dim propertyStore As IPropertyStore

Dim instance As New Query(propertyStore)
public Query(
    IPropertyStore propertyStore
)
public:
Query(
    IPropertyStore^ propertyStore
)
new : 
        propertyStore:IPropertyStore -> Query
public function Query(
    propertyStore : IPropertyStore
)

Parameters