ReportElementIsText Property |
True if the element is for text values
Namespace:
Seal.Model
Assembly:
SealLibrary (in SealLibrary.dll) Version: 6.1.0.0 (6.1.0.0)
Syntaxpublic bool IsText { get; }
Public ReadOnly Property IsText As Boolean
Get
public:
property bool IsText {
bool get ();
}
member IsText : bool with get
Property Value
Type:
Boolean
See Also