ReportExecutionService.BeginLoadReportDefinition3 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 ^ BeginLoadReportDefinition3(cli::array <System::Byte> ^ Definition, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginLoadReportDefinition3 (byte[] Definition, AsyncCallback callback, object asyncState);
member this.BeginLoadReportDefinition3 : byte[] * AsyncCallback * obj -> IAsyncResult
Public Function BeginLoadReportDefinition3 (Definition As Byte(), callback As AsyncCallback, asyncState As Object) As IAsyncResult
Parameters
- Definition
- Byte[]
- callback
- AsyncCallback
- asyncState
- Object