| Visual Basic (Declaration) | |
|---|---|
Overloads Sub Render( _ ByVal report As IReport, _ ByVal streams As StreamProvider _ ) | |
| C# | |
|---|---|
void Render( IReport report, StreamProvider streams ) | |
Parameters
- report
- The report to render.
- streams
- Stream for the output.
|
| ActiveReports Developer 7 | |
| Render(IReport,StreamProvider) Method | |
| See Also | |
| GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering Namespace > IRenderingExtension Interface > Render Method : Render(IReport,StreamProvider) Method |
Glossary Item Box
| Visual Basic (Declaration) | |
|---|---|
Overloads Sub Render( _ ByVal report As IReport, _ ByVal streams As StreamProvider _ ) | |
| C# | |
|---|---|
void Render( IReport report, StreamProvider streams ) | |