For internal use only.
[Visual Basic]
Public Property XmlLayout As String
[C#]
public string XmlLayout {get; set;}
This property has been added to internally handle changes in Visual Studio.NET 2005 which no longer allow *.rpx files to be embedded in a dll. XmlLayout embeds the *.rpx contents as a string into the dll. Because of this change, you must recompile your dll if you make changes to any of the *.rpx files. To retain the convenience of keeping *.rpx files out of the dll code, please create a ReportAssembly class to contain all of your reports. (See the Visual Studio.NET 2005 Web Changes topic in the User Guide for details.)
ActiveReport Class | ActiveReport Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.