Type 속성
Gets the type of the custom report item. Interpreted by the report design tool or server. Unsupported types generate a warning.
네임스페이스: Microsoft.ReportingServices.OnDemandReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)
구문
‘선언
Public ReadOnly Property Type As String
Get
‘사용 방법
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
속성 값
유형: System. . :: . .String
A string value.