Enabled プロパティ
スケール区切りを自動的に適用できることを示します。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public ReadOnly Property Enabled As ReportBoolProperty
Get
'使用
Dim instance As ChartAxisScaleBreak
Dim value As ReportBoolProperty
value = instance.Enabled
public ReportBoolProperty Enabled { get; }
public:
property ReportBoolProperty^ Enabled {
ReportBoolProperty^ get ();
}
member Enabled : ReportBoolProperty
function get Enabled () : ReportBoolProperty