ComponentItemDataObject(ReportObject, ICollection<ReportObject>) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
public:
ComponentItemDataObject(Microsoft::ReportingServices::RdlObjectModel::ReportObject ^ rootObject, System::Collections::Generic::ICollection<Microsoft::ReportingServices::RdlObjectModel::ReportObject ^> ^ dependencies);
public ComponentItemDataObject (Microsoft.ReportingServices.RdlObjectModel.ReportObject rootObject, System.Collections.Generic.ICollection<Microsoft.ReportingServices.RdlObjectModel.ReportObject> dependencies);
new Microsoft.ReportDesigner.ComponentItemDataObject : Microsoft.ReportingServices.RdlObjectModel.ReportObject * System.Collections.Generic.ICollection<Microsoft.ReportingServices.RdlObjectModel.ReportObject> -> Microsoft.ReportDesigner.ComponentItemDataObject
Public Sub New (rootObject As ReportObject, dependencies As ICollection(Of ReportObject))
パラメーター
- rootObject
- ReportObject
- dependencies
- ICollection<ReportObject>