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


Свойство CustomReportItem.Type

Gets or sets the type of the custom report item.

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

Синтаксис

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

value = instance.Type

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

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

Тип: System.String
The type of the custom report item.

Замечания

Interpreted by the report design tool or server. Unsupported types generate a warning.

См. также

Справочник

CustomReportItem Класс

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