Partager via


Propriété CustomReportItem.Type

Gets or sets the type of the custom report item.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property Type As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Notes

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

Voir aussi

Référence

CustomReportItem Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel