Gets or sets keywords associated with the report.
Namespace:
C1.C1ReportAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
[DefaultValueAttribute("")] public string Keywords { get; set; } |
Visual Basic |
---|
<DefaultValueAttribute("")> _ Public Property Keywords As String Get Set |