Compartir a través de


CustomReportItem.Type Propiedad

Gets or sets the type of the custom report item.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Property Type As String 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.String
The type of the custom report item.

Comentarios

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

Vea también

Referencia

CustomReportItem Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel