예제 #1
0
 /// <summary>
 /// Initializes a new instance of the SYS tag.
 /// </summary>
 /// <param name="typeName">The type name of the tag.</param>
 /// <param name="message">The message containing information about the system tag.</param>
 protected RdlSystem(RdlSystemTypeName typeName, string message)
     : this(typeName.ToString(), message)
 {
 }
예제 #2
0
 /// <summary>
 /// Initializes a new instance of the SYS tag.
 /// </summary>
 /// <param name="typeName">The type name of the tag.</param>
 protected RdlSystem(RdlSystemTypeName typeName)
     : this(typeName.ToString(), String.Empty)
 {
 }