| Visual Basic (Declaration) | |
|---|---|
Function GetRenderer( _ ByVal rendererType As Type _ ) As Object | |
| C# | |
|---|---|
object GetRenderer( Type rendererType ) | |
Parameters
- rendererType
- The Type of the base class or interface that the returned renderer must implement.
| DataDynamics.Reports.Extensibility | Support Forum |
| GetRenderer Method | |
| See Also | |
|
| DataDynamics.Reports.Extensibility.Rendering.Components Namespace > IReportItem Interface : GetRenderer Method |
| Visual Basic (Declaration) | |
|---|---|
Function GetRenderer( _ ByVal rendererType As Type _ ) As Object | |
| C# | |
|---|---|
object GetRenderer( Type rendererType ) | |