Metodo EnableNativeCustomReportItem (String)
Configura il modello a oggetti di rendering in modo da rendere disponibili gli elementi di report personalizzati del tipo specificato.
Spazio dei nomi Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public Sub EnableNativeCustomReportItem ( _
type As String _
)
'Utilizzo
Dim instance As Report
Dim type As String
instance.EnableNativeCustomReportItem(type)
public void EnableNativeCustomReportItem(
string type
)
public:
void EnableNativeCustomReportItem(
String^ type
)
member EnableNativeCustomReportItem :
type:string -> unit
public function EnableNativeCustomReportItem(
type : String
)
Parametri
- type
Tipo: System. . :: . .String
Tipo di elemento di report personalizzato da abilitare.
Osservazioni
If not called for a particular type of custom report item, the AltReportItem property will appear in place of any CustomReportItem of that type. Omitting the custom report item type parameter (or providing null Nothing nullptr unit riferimento Null (Nothing in Visual Basic). ) will enable all types of custom report items.