Свойство ShowLabel
Gets or sets whether labels for the map polygon are displayed.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Property ShowLabel As ReportExpression(Of MapAutoBools)
Get
Set
'Применение
Dim instance As MapPolygonTemplate
Dim value As ReportExpression(Of MapAutoBools)
value = instance.ShowLabel
instance.ShowLabel = value
public ReportExpression<MapAutoBools> ShowLabel { get; set; }
public:
property ReportExpression<MapAutoBools> ShowLabel {
ReportExpression<MapAutoBools> get ();
void set (ReportExpression<MapAutoBools> value);
}
member ShowLabel : ReportExpression<MapAutoBools> with get, set
function get ShowLabel () : ReportExpression<MapAutoBools>
function set ShowLabel (value : ReportExpression<MapAutoBools>)
Значение свойства
Тип: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'MapAutoBools> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.
См. также