ReportItem コンストラクター (IPropertyStore)

この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Protected Sub New ( _
    propertyStore As IPropertyStore _
)
'使用
Dim propertyStore As IPropertyStore

Dim instance As New ReportItem(propertyStore)
protected ReportItem(
    IPropertyStore propertyStore
)
protected:
ReportItem(
    IPropertyStore^ propertyStore
)
new : 
        propertyStore:IPropertyStore -> ReportItem
protected function ReportItem(
    propertyStore : IPropertyStore
)