マップのグリッド線のラベルを表示するかどうかを示します。
名前空間: 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>)
プロパティ値
型: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Boolean>
ReportExpression<T> オブジェクト。