GenerateReportItemDefinition-Methode
Generates the definition of the native report item (for example, an image) which will be rendered in place of the CustomReportItem.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Sub GenerateReportItemDefinition ( _
cri As CustomReportItem _
)
'Usage
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
)
Parameter
- cri
Typ: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .CustomReportItem
The custom report item.
Hinweise
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.