共用方式為


ICustomReportItem.GenerateReportItemDefinition 方法

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

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Sub GenerateReportItemDefinition ( _
    cri As CustomReportItem _
)
'用途
Dim instance As ICustomReportItem 
Dim cri As CustomReportItem

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

參數

備註

The generated report item should be placed in the GeneratedReportItem property of the CustomReportItem.

Note that all report item instance properties assigned within this method will be treated as constants, and will not be allowed to change within EvaluateReportItemInstance.

請參閱

參考

ICustomReportItem 介面

Microsoft.ReportingServices.OnDemandReportRendering 命名空間