| Visual Basic (Declaration) | |
|---|---|
Overloads Public Sub LoadLayout( _ ByVal stream As Stream _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public void LoadLayout( Stream stream ) | |
Parameters
- stream
A stream that contains a valid report XML layout.
| C# | Copy Code |
|---|---|
private System.IO.Stream GetRemoteReport(String URLLocation) | |
| Visual Basic | Copy Code |
|---|---|
Private Function GetRemoteReport(ByVal URLLocation As String) AsSystem.IO.Stream | |
When using this method, any code behind the report is ignored. To embed code in the report, use Scripting.