| Visual Basic (Declaration) | |
|---|---|
Public Property Report As ActiveReport3 | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public ActiveReport3 Report {get; set;} | |
Return Value
ActiveReport
| C# | Copy Code |
|---|---|
public object NewReport(string
name) | |
| Visual Basic | Copy Code |
|---|---|
Public Function NewReport(ByVal name As String) As Object Implements IPlugInHost.NewReport | |
This report object is used to gain access to the layout and controls properties.