Compartilhar via


Método ICustomReportItem.EvaluateReportItemInstance

Generates the instance definition of the native report item (for example, an image) which will be rendered in place of this CustomReportItem.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Sub EvaluateReportItemInstance ( _
    cri As CustomReportItem _
)
'Uso
Dim instance As ICustomReportItem 
Dim cri As CustomReportItem

instance.EvaluateReportItemInstance(cri)
void EvaluateReportItemInstance(
    CustomReportItem cri
)
void EvaluateReportItemInstance(
    CustomReportItem^ cri
)
abstract EvaluateReportItemInstance : 
        cri:CustomReportItem -> unit
function EvaluateReportItemInstance(
    cri : CustomReportItem
)

Parâmetros

Comentários

This method is called for each instance of the the custom report item within the report, and should assign values to the report item instance properties of the GeneratedReportItem property of the CustomReportItem.

Consulte também

Referência

ICustomReportItem Interface

Namespace Microsoft.ReportingServices.OnDemandReportRendering