MapAppearanceRule.LegendText 属性
Gets or sets the label to be displayed for the map distribution in the legend.
命名空间: Microsoft.ReportingServices.RdlObjectModel
程序集: Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)
语法
声明
Public Property LegendText As ReportExpression
Get
Set
用法
Dim instance As MapAppearanceRule
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)