Propriété Type
Gets the type of the custom report item. Interpreted by the report design tool or server. Unsupported types generate a warning.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Type As String
Get
'Utilisation
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
Valeur de propriété
Type : System. . :: . .String
A string value.