Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the type of the custom report item.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property Type As String
Get
Set
'Usage
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)
Property Value
Type: System.String
The type of the custom report item.
Remarks
Interpreted by the report design tool or server. Unsupported types generate a warning.