MapGridLines.ShowLabels 属性
Indicates whether labels for the map gridlines are shown.
命名空间: Microsoft.ReportingServices.RdlObjectModel
程序集: Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)
语法
声明
Public Property ShowLabels As ReportExpression(Of Boolean)
Get
Set
用法
Dim instance As MapGridLines
Dim value As ReportExpression(Of Boolean)
value = instance.ShowLabels
instance.ShowLabels = value
public ReportExpression<bool> ShowLabels { get; set; }
public:
property ReportExpression<bool> ShowLabels {
ReportExpression<bool> get ();
void set (ReportExpression<bool> value);
}
member ShowLabels : ReportExpression<bool> with get, set
function get ShowLabels () : ReportExpression<boolean>
function set ShowLabels (value : ReportExpression<boolean>)