Interface ICustomReportItem
Represents a custom report item.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public Interface ICustomReportItem
'Uso
Dim instance As ICustomReportItem
public interface ICustomReportItem
public interface class ICustomReportItem
type ICustomReportItem = interface end
public interface ICustomReportItem
O tipo ICustomReportItem expõe os membros a seguir.
Métodos
Nome | Descrição | |
---|---|---|
EvaluateReportItemInstance | Generates the instance definition of the native report item (for example, an image) which will be rendered in place of this CustomReportItem. | |
GenerateReportItemDefinition | Generates the definition of the native report item (for example, an image) which will be rendered in place of the CustomReportItem. |
Início
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering