Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Label to use in the legend for the item.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property LegendText As ReportExpression
Get
Set
'Usage
Dim instance As ChartItemInLegend
Dim value As ReportExpression
value = instance.LegendText
instance.LegendText = value
public ReportExpression LegendText { get; set; }
public:
property ReportExpression LegendText {
ReportExpression get ();
void set (ReportExpression value);
}
member LegendText : ReportExpression with get, set
function get LegendText () : ReportExpression
function set LegendText (value : ReportExpression)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression object.