ReportingService2005.BeginListModelItemChildren 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 ^ BeginListModelItemChildren(System::String ^ Model, System::String ^ ModelItemID, bool Recursive, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginListModelItemChildren (string Model, string ModelItemID, bool Recursive, AsyncCallback callback, object asyncState);
member this.BeginListModelItemChildren : string * string * bool * AsyncCallback * obj -> IAsyncResult
Public Function BeginListModelItemChildren (Model As String, ModelItemID As String, Recursive As Boolean, callback As AsyncCallback, asyncState As Object) As IAsyncResult
Parameters
- Model
- String
- ModelItemID
- String
- Recursive
- Boolean
- callback
- AsyncCallback
- asyncState
- Object