共用方式為


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>)