Action.Caption Property

Definition

Gets or sets the caption that is displayed for the Action.

[System.ComponentModel.Browsable(true)]
public string Caption { get; set; }
[<System.ComponentModel.Browsable(true)>]
member this.Caption : string with get, set
Public Property Caption As String

Property Value

A string that contains the caption for the Action.

Attributes

Remarks

The caption can be a Multidimensional Expressions (MDX) expression to be run by the server, in which case, the return value is sent to the client.

Applies to