Właściwość MapAppearanceRule.LegendText
Pobiera lub ustawia etykiety mają być wyświetlane w legendzie dystrybucji mapy.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property LegendText As ReportExpression
Get
Set
'Użycie
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)
Wartość właściwości
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression obiektu.
Zobacz także