ReportingService2006.CreateReportAsync Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
CreateReportAsync(String, String, Boolean, Byte[], Property[]) | |
CreateReportAsync(String, String, Boolean, Byte[], Property[], Object) |
CreateReportAsync(String, String, Boolean, Byte[], Property[])
public:
void CreateReportAsync(System::String ^ Report, System::String ^ Parent, bool Overwrite, cli::array <System::Byte> ^ Definition, cli::array <Microsoft::SqlServer::ReportingServices2006::Property ^> ^ Properties);
public void CreateReportAsync (string Report, string Parent, bool Overwrite, byte[] Definition, Microsoft.SqlServer.ReportingServices2006.Property[] Properties);
member this.CreateReportAsync : string * string * bool * byte[] * Microsoft.SqlServer.ReportingServices2006.Property[] -> unit
Public Sub CreateReportAsync (Report As String, Parent As String, Overwrite As Boolean, Definition As Byte(), Properties As Property())
Параметры
- Report
- String
- Parent
- String
- Overwrite
- Boolean
- Definition
- Byte[]
- Properties
- Property[]
Применяется к
CreateReportAsync(String, String, Boolean, Byte[], Property[], Object)
public:
void CreateReportAsync(System::String ^ Report, System::String ^ Parent, bool Overwrite, cli::array <System::Byte> ^ Definition, cli::array <Microsoft::SqlServer::ReportingServices2006::Property ^> ^ Properties, System::Object ^ userState);
public void CreateReportAsync (string Report, string Parent, bool Overwrite, byte[] Definition, Microsoft.SqlServer.ReportingServices2006.Property[] Properties, object userState);
member this.CreateReportAsync : string * string * bool * byte[] * Microsoft.SqlServer.ReportingServices2006.Property[] * obj -> unit
Public Sub CreateReportAsync (Report As String, Parent As String, Overwrite As Boolean, Definition As Byte(), Properties As Property(), userState As Object)
Параметры
- Report
- String
- Parent
- String
- Overwrite
- Boolean
- Definition
- Byte[]
- Properties
- Property[]
- userState
- Object