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

DataRegionPlaceholder クラスの新しいインスタンスを初期化します。

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

構文

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

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

パラメーター