ReportObjectBase Constructor (IPropertyStore)
Initializes a new instance of the ReportObjectBase class.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Protected Sub New ( _
propertyStore As IPropertyStore _
)
'Uso
Dim propertyStore As IPropertyStore
Dim instance As New ReportObjectBase(propertyStore)
protected ReportObjectBase(
IPropertyStore propertyStore
)
protected:
ReportObjectBase(
IPropertyStore^ propertyStore
)
new :
propertyStore:IPropertyStore -> ReportObjectBase
protected function ReportObjectBase(
propertyStore : IPropertyStore
)
Parámetros
- propertyStore
Tipo: Microsoft.ReportingServices.RdlObjectModel. . :: . .IPropertyStore
The property store.