ReportingService2005.BeginSetReportDefinition Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
IAsyncResult ^ BeginSetReportDefinition(System::String ^ Report, cli::array <System::Byte> ^ Definition, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginSetReportDefinition (string Report, byte[] Definition, AsyncCallback callback, object asyncState);
member this.BeginSetReportDefinition : string * byte[] * AsyncCallback * obj -> IAsyncResult
Public Function BeginSetReportDefinition (Report As String, Definition As Byte(), callback As AsyncCallback, asyncState As Object) As IAsyncResult
Parameters
- Report
- String
- Definition
- Byte[]
- callback
- AsyncCallback
- asyncState
- Object