[]
Represents a delegate that retrieves the report descriptor for the specified report identifier.
public delegate ReportDescriptor GetReportDescriptorFn(string reportId)
Type | Name | Description |
---|---|---|
string | reportId | A string value indicating the identifier of the report to retrieve. |
Type | Description |
---|---|
ReportDescriptor | The ReportDescriptor object of the specified report. |
Name | Description |
---|---|
GetReportDescriptorFn(object, IntPtr) |
Name | Description |
---|---|
BeginInvoke(string, AsyncCallback, object) | |
EndInvoke(IAsyncResult) | |
Invoke(string) |