ReportObjectBase 생성자 (IPropertyStore)
Initializes a new instance of the ReportObjectBase class.
네임스페이스: Microsoft.ReportingServices.RdlObjectModel
어셈블리: Microsoft.ReportingServices.Designer.Controls.dll의 Microsoft.ReportingServices.Designer.Controls
구문
‘선언
Protected Sub New ( _
propertyStore As IPropertyStore _
)
‘사용 방법
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
)
매개 변수
- propertyStore
형식: Microsoft.ReportingServices.RdlObjectModel. . :: . .IPropertyStore
The property store.