Поделиться через


Свойство CustomReportItem.Type

Gets the type of the custom report item. Interpreted by the report design tool or server. Unsupported types generate a warning.

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public ReadOnly Property Type As String 
    Get
'Применение
Dim instance As CustomReportItem 
Dim value As String 

value = instance.Type
public string Type { get; }
public:
property String^ Type {
    String^ get ();
}
member Type : string
function get Type () : String

Значение свойства

Тип: System.String
A string value.

См. также

Справочник

CustomReportItem Класс

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering