ReportingService2005.CreateLinkedReportAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 名前 | 説明 |
|---|---|
| CreateLinkedReportAsync(String, String, String, Property[]) | |
| CreateLinkedReportAsync(String, String, String, Property[], Object) |
CreateLinkedReportAsync(String, String, String, Property[])
public:
void CreateLinkedReportAsync(System::String ^ Report, System::String ^ Parent, System::String ^ Link, cli::array <Microsoft::SqlServer::ReportingServices2005::Property ^> ^ Properties);
public void CreateLinkedReportAsync(string Report, string Parent, string Link, Microsoft.SqlServer.ReportingServices2005.Property[] Properties);
member this.CreateLinkedReportAsync : string * string * string * Microsoft.SqlServer.ReportingServices2005.Property[] -> unit
Public Sub CreateLinkedReportAsync (Report As String, Parent As String, Link As String, Properties As Property())
パラメーター
- Report
- String
- Parent
- String
- Link
- String
- Properties
- Property[]
適用対象
CreateLinkedReportAsync(String, String, String, Property[], Object)
public:
void CreateLinkedReportAsync(System::String ^ Report, System::String ^ Parent, System::String ^ Link, cli::array <Microsoft::SqlServer::ReportingServices2005::Property ^> ^ Properties, System::Object ^ userState);
public void CreateLinkedReportAsync(string Report, string Parent, string Link, Microsoft.SqlServer.ReportingServices2005.Property[] Properties, object userState);
member this.CreateLinkedReportAsync : string * string * string * Microsoft.SqlServer.ReportingServices2005.Property[] * obj -> unit
Public Sub CreateLinkedReportAsync (Report As String, Parent As String, Link As String, Properties As Property(), userState As Object)
パラメーター
- Report
- String
- Parent
- String
- Link
- String
- Properties
- Property[]
- userState
- Object