OverflowName Property (PartItem)
In This Topic
Gets or sets the name of the overflow placeholder report item to be used if the part item does not fit into its size.
Syntax
'Declaration
Public Property OverflowName As String
public string OverflowName {get; set;}
Property Value
A A
System.String value indicating the name of the overflow placeholder report item.
See Also