OutputData Property
The buffered XML output data.
Syntax
[VB.NET] Public ReadOnlyProperty OutputData As String Public ReadOnlyProperty OutputDataB As Byte()
[C#] public string OutputData {get;} public byte[] OutputDataB {get;}
Remarks
This property can be used to retrieve the generated output from the component when neither OutputFile nor SetOutputStream have been set.
This property is read-only and not available at design time.
Default Value
""