[]
Gets the renderer for the specified report item.
public T GetRenderer<T>(IReportItem item) where T : class, IRenderer
Type | Name | Description |
---|---|---|
IReportItem | item | The report item. |
Type | Description |
---|---|
T | The renderer for the specified report item. |
Name | Description |
---|---|
T | The type of the renderer. |