RequestOptionsIncludeAnnotations Property |
Gets or sets a value indicating whether to include text annotations.
Namespace:
Dundas.BI.Data.DataRetrieval
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public bool IncludeAnnotations { get; set; }
Public Property IncludeAnnotations As Boolean
Get
Set
public:
property bool IncludeAnnotations {
bool get ();
void set (bool value);
}
member IncludeAnnotations : bool with get, set
Property Value
Type:
Boolean to include text annotations; otherwise,
.
See Also