PropertyStore 생성자
Initializes a new instance of the PropertyStore class.
네임스페이스: Microsoft.ReportingServices.RdlObjectModel
어셈블리: Microsoft.ReportingServices.Designer.Controls.dll의 Microsoft.ReportingServices.Designer.Controls
구문
‘선언
Public Sub New ( _
owner As ReportObject _
)
‘사용 방법
Dim owner As ReportObject
Dim instance As New PropertyStore(owner)
public PropertyStore(
ReportObject owner
)
public:
PropertyStore(
ReportObject^ owner
)
new :
owner:ReportObject -> PropertyStore
public function PropertyStore(
owner : ReportObject
)
매개 변수
- owner
형식: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObject
The owner object.