Método EnableNativeCustomReportItem (String)
Configura o modelo de objeto de renderização para disponibilizar itens de relatório do tipo especificado.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public Sub EnableNativeCustomReportItem ( _
type As String _
)
'Uso
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
)
Parâmetros
- type
Tipo: System. . :: . .String
O tipo do item de relatório personalizado a ser habilitado.
Comentários
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 uma referência nula (Nothing no Visual Basic) ) will enable all types of custom report items.
Consulte também