Metoda ReportItem.CreateCustomProperty
Tworzy nowe właściwość niestandardowych i dodaje go do kolekcja właściwość niestandardowych element element raportu.Używane w elementy raportów niestandardowych.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public Function CreateCustomProperty As CustomProperty
'Użycie
Dim instance As ReportItem
Dim returnValue As CustomProperty
returnValue = instance.CreateCustomProperty()
public CustomProperty CreateCustomProperty()
public:
CustomProperty^ CreateCustomProperty()
member CreateCustomProperty : unit -> CustomProperty
public function CreateCustomProperty() : CustomProperty
Wartość zwracana
Typ: Microsoft.ReportingServices.OnDemandReportRendering.CustomProperty
Zobacz także