A newer version of this page is available.
Switch to the current version.
XtraReport.ScriptLanguage Property
Gets or sets the scripting language of all the scripts used in this XtraReport object.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v18.2.dll
Declaration
[SRCategory(ReportStringId.CatBehavior)]
[DefaultValue(ScriptLanguage.CSharp)]
public ScriptLanguage ScriptLanguage { get; set; }
<SRCategory(ReportStringId.CatBehavior)>
<DefaultValue(ScriptLanguage.CSharp)>
Public Property ScriptLanguage As ScriptLanguage
Property Value
Type | Default | Description |
---|---|---|
ScriptLanguage | CSharp |
One of the ScriptLanguage enumeration's values specifying the language of the scripts used in the report. |
Remarks
Note: All the scripts used in a report should be written in the same language specified by the ScriptLanguage property.
To learn more about using scripts in XtraReports, see the Using Report Scripts topic.
NOTE
You can set the ScriptLanguage property globally, so that all the newly created reports have this property set to the required value. For this purpose, use the Report Designer Options dialog available within the XtraReports menu.
See Also
Feedback