0
我在自己的報告中編寫自定義代碼,並且在其中需要一個可調整的整數數組。SSRS中的可調整大小陣列
繼承人的代碼
Dim users() As Integer
ReDim Preserve users(0 To UBound(users) + 1) As Integer
當我嘗試運行報告,它說 'redim' statements can no longer be used to declare array variables
如何解決此一贈? VB對我來說很有幫助,任何幫助都是值得讚賞的。
謝謝。
沒有什麼不行,可能會有所幫助,如果你把你想要實現的東西? – beakersoft 2011-12-28 08:19:12