Compartir a través de


CustomReportItem.Type Propiedad

Gets the type of the custom report item.

Espacio de nombres:  Microsoft.ReportingServices.ReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

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

Valor de la propiedad

Tipo: System.String
A string value.

Vea también

Referencia

CustomReportItem Clase

Espacio de nombres Microsoft.ReportingServices.ReportRendering