ReportExecutionService.ListRenderingExtensionsAsync 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.
Overloads
ListRenderingExtensionsAsync() | |
ListRenderingExtensionsAsync(Object) |
ListRenderingExtensionsAsync()
public:
void ListRenderingExtensionsAsync();
public void ListRenderingExtensionsAsync ();
member this.ListRenderingExtensionsAsync : unit -> unit
Public Sub ListRenderingExtensionsAsync ()
Applies to
ListRenderingExtensionsAsync(Object)
public:
void ListRenderingExtensionsAsync(System::Object ^ userState);
public void ListRenderingExtensionsAsync (object userState);
member this.ListRenderingExtensionsAsync : obj -> unit
Public Sub ListRenderingExtensionsAsync (userState As Object)
Parameters
- userState
- Object