Proprietà CellType
Questa API supporta l'infrastruttura .NET Framework e non può essere utilizzato/a direttamente dal codice.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property CellType As ReportEnumProperty(Of ChartCellType)
Get
'Utilizzo
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>
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportEnumProperty< (Of < ( <'ChartCellType> ) > ) >