Właściwość CustomReportItem.Type
Typ element raportu niestandardowego.Interpretowany przez narzędzie do projektowania raportu lub serwera.Nieobsługiwane typy generuje ostrzeżenie (patrz ReportItems poniżej).
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property Type As String
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.String
A ciąg wartości.
Zobacz także