共用方式為


MapAppearanceRule.LegendText 屬性

Gets the label to be displayed for the map distribution in the legend.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property LegendText As ReportStringProperty 
    Get
'用途
Dim instance As MapAppearanceRule 
Dim value As ReportStringProperty 

value = instance.LegendText
public ReportStringProperty LegendText { get; }
public:
property ReportStringProperty^ LegendText {
    ReportStringProperty^ get ();
}
member LegendText : ReportStringProperty
function get LegendText () : ReportStringProperty

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object that represents the label to be displayed for the map distribution in the legend.

請參閱

參考

MapAppearanceRule 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間