ChartLegendCustomItemCell.CellType プロパティ
この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
セルの種類を取得します。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public ReadOnly Property CellType As ReportEnumProperty(Of ChartCellType)
Get
'使用
Dim instance As ChartLegendCustomItemCell
Dim value As ReportEnumProperty(Of ChartCellType)
value = instance.CellType
public ReportEnumProperty<ChartCellType> CellType { get; }
public:
property ReportEnumProperty<ChartCellType>^ CellType {
ReportEnumProperty<ChartCellType>^ get ();
}
member CellType : ReportEnumProperty<ChartCellType>
function get CellType () : ReportEnumProperty<ChartCellType>
プロパティ値
型: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartCellType>
セルの種類を表す ReportEnumProperty<EnumType> オブジェクト。