'Declaration Public Delegate Function GetResourceFn( _ ByVal resource As ResourceInfo _ ) As Stream
public delegate Stream GetResourceFn( ResourceInfo resource )
Parameters
- resource
- A GrapeCity.ActiveReports.ResourceInfo value that indicating the information about the resource to retrieve.
Return Value
A System.IO.Stream object containing the resource data.